Jump to content

Module:Adjacent stations/Rotterdam Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by REEDriler (talk | contribs) at 11:48, 17 May 2022 (created from template:Rotterdam Metro color, template:Rotterdam Metro style). 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 p = {
	["system title"] = "[[Rotterdam Metro]]",
	["name format"] = "font-size: 140%; padding: 0.35em; background-color: #001E82; color: white; font-weight: bold; border-radius:0.3ex; text-align:left; padding-left: 0.5em; padding-right: 0.5em;",
	["header background color"] = "EFEFEF",
	["station format"] = {
		"%1 metro station",
		["Rotterdam Centraal"] = "[[%1 station|%1]]",
		["Schiedam Centrum"] = "[[%1 station|%1]]",
		["Den Haag Centraal"] = "[[%1 railway station|%1]]",
		["Blaak"] = "[[Rotterdam %1 station|%1]]",
		["Alexander"] = "[[Rotterdam %1 station|%1]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Rotterdam Metro Line %1|Line %1]]"	
		},
		["A"] = {
			["color"] = "00AA50",
			["left terminus"] = "Schiedam Centrum",
			["right terminus"] = "Binnenhof",
		},
		["B"] = {
			["color"] = "FFD301",
			["left terminus"] = "Hoek van Holland Haven",
			["right terminus"] = "Nesselande",
		},
		["C"] = {
			["color"] = "EF1F1F",
			["left terminus"] = "De Akkers",
			["right terminus"] = "De Terp",
		},
		["D"] = {
			["color"] = "1BC5E9",
			["left terminus"] = "De Akkers",
			["right terminus"] = "Rotterdam Centraal",
		},
		["E"] = {
			["color"] = "1A389A",
			["left terminus"] = "Slinge",
			["right terminus"] = "Den Haag Centraal",
		},
	},
}

return p