Module:Adjacent stations/Canberra Metro

MyWikiBiz, Author Your Legacy — Monday June 03, 2024
< Module:Adjacent stations
Revision as of 18:20, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Canberra Metro)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local x = "%1"

local p = {
	["system title"] = "[[Light rail in Canberra|Canberra Metro]]",
	["system icon"] = "[[File:Canberra Metro icon.svg|x15px|link=Light rail in Canberra|alt=Canberra Metro]]",
	["system color"] = "ce202f",
	["name format"] = "font-size: 160%; font-weight: normal; background-color: #323e48; color: #ffffff; border-top: 7px solid #ce202f; padding: 0.4em; white-space: nowrap; margin: 0.25em;",
	["header background color"] = "323e48",
	["line icon format"] = "link",
	["station format"] = {
		"%1 light rail station",
		
		["Gungahlin Place"] = x,
		["Dickson Interchange"] = x
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Light rail in Canberra|%1]]",
			["color"] = "ce202f"
		},
		["R1"] = {
			["left terminus"] = "Gungahlin Place",
			["right terminus"] = "Alinga Street"
		}
	}
}

return p