Jump to content

Module:Adjacent stations/Copenhagen S-train

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 12:24, 15 June 2022 (Created page with 'local p = { ["system title"] = "S-train", ["system icon"] = "", ["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#003399; background-color:transparent;", ["station format"] = { "%1 station", ["København H"] = "%1", }, ["lines"] = { ["_default"] = { ["title"] = "%1", ["color"] = "9B0A17", }, ["A"] = { ["color"] = "00A7E3", ["left term...'). 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"] = "[[S-train (Copenhagen)|S-train]]",
	["system icon"] = "",
	["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#003399; background-color:transparent;",
	["station format"] = {
		"%1 station",
		["København H"] = "%1",

	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (S-train)|%1]]",
			["color"] = "9B0A17",
		},
		["A"] = {
			["color"] = "00A7E3",
			["left terminus"] = "Solrød Strand",
			["right terminus"] = "Hillerød",
		},
		["B"] = {
			["color"] = "55AB26",
			["left terminus"] = "Høje Taastrup",
			["right terminus"] = "Farum",
		},
		["Bx"] = {
			["color"] = "AECD6B",
			["left terminus"] = "Høje Taastrup",
			["right terminus"] = "Østerport",
		},
		["C"] = {
			["color"] = "F29400",
			["left terminus"] = "Frederikssund",
			["right terminus"] = "Klampenborg",
		},
		["E"] = {
			["color"] = "857AB3",
			["left terminus"] = "Køge",
			["right terminus"] = "Holte",
		},
		["F"] = {
			["color"] = "FCC300",
			["left terminus"] = "Ny Ellebjerg",
			["right terminus"] = "Hellerup",
		},
		["H"] = {
			["color"] = "E64215",
			["left terminus"] = "Frederikssund",
			["right terminus"] = "Østerport",
		},
	},
}

return p