Jump to content

Module:Adjacent stations/RandstadRail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by REEDriler (talk | contribs) at 17:32, 26 May 2022 (Created page with 'local rs = "%1 railway station" local p = { ["system title"] = "RandstadRail", ["name format"] = "font-size: 150%; font-family: sans-serif; font-weight: bolder; line-height: 150%; color: #ffffff; background-color: #f7cc48; padding: 0.2em 0.1em 0.2em 0.1em;", ["header background color"] = "f7cc48", ["header text color"] = "22428b", ["station format"] = { "%1 RandstadRail station", ["Den Haag Centraal"] = rs, ["Den Haag Laan van NOI"] = rs,...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local rs = "%1 railway station"

local p = {
	["system title"] = "[[RandstadRail]]",
	["name format"] = "font-size: 150%; font-family: sans-serif; font-weight: bolder; line-height: 150%; color: #ffffff; background-color: #f7cc48; padding: 0.2em 0.1em 0.2em 0.1em;",
	["header background color"] = "f7cc48",
	["header text color"] = "22428b",
	["station format"] = {
		"%1 RandstadRail station",
		["Den Haag Centraal"] = rs,
		["Den Haag Laan van NOI"] = rs,
		["Lansingerland-Zoetermeer"] = rs,
		["Rotterdam Centraal"] = "[[%1 station|%1]]",
		["Slinge"] = "[[%1 metro station|%1]]",
		["Stadhuis"] = "[[%1 RandstadRail station (Zoetermeer)|%1]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[RandstadRail#Light rail network|Line %1]]"	
		},
		["3"] = {
			["title"] = "[[RandstadRail#Light rail network|Line 3]] ([[HTM Personenvervoer|HTM]])",
			["color"] = "a9218e",
			["left terminus"] = "Centrum-West",
			["right terminus"] = "Arnold Spoelplein",
		},
		["4"] = {
			["title"] = "[[RandstadRail#Light rail network|Line 4]] ([[HTM Personenvervoer|HTM]])",
			["color"] = "f4901d",
			["left terminus"] = "Lansingerland-Zoetermeer",
			["right terminus"] = "De Uithof",
		},
		["E"] = {
			["title"] = "[[RandstadRail#Line E|Line E]] ([[Rotterdamse Elektrische Tram|RET]])",
			["color"] = "1A389A",
			["left terminus"] = "Slinge",
			["right terminus"] = "Den Haag Centraal",
		},
	},
}

return p