Jump to content

Module:Adjacent stations/Aarhus Letbane

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 12:36, 15 June 2022 (Created page with 'local p = { ["system title"] = "Aarhus Letbane", ["system icon"] = "", ["station format"] = { "%1 station", ["Aarhus H"] = "Aarhus Central", ["Beder"] = "Beder", ["Malling"] = "Malling", ["Mårslet"] = "%1", ["Mølleparken"] = "%1", ["Rosenhøj"] = "%1", ["Tranbjerg"] = "Tranbjerg", }, ["lines"] = { ["_default"] = { ["title"] = "Line %1", ["co...'). 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"] = "[[Aarhus Letbane]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Aarhus H"] = "[[Aarhus Central Station|Aarhus Central]]",
		["Beder"] = "[[Beder, Denmark|Beder]]",
		["Malling"] = "[[Malling, Denmark|Malling]]",
		["Mårslet"] = "%1",
		["Mølleparken"] = "%1",
		["Rosenhøj"] = "%1",
		["Tranbjerg"] = "[[Tranbjerg J|Tranbjerg]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "Line %1",
			["color"] = "666666",
		},
		["1"] = {
			["left terminus"] = {"Odder", "Mårslet"},
			["right terminus"] = {"Grenaa", "Hornslet"},
		},
		["2"] = {
			["left terminus"] = "Odder",
			["right terminus"] = {"Lisbjergskolen", "Lystrup"},
		},
	},
	["aliases"] = {
		["line 1"] = "1",
		["line 2"] = "2",
	},
}

return p