Module:Adjacent stations/Adelaide

MyWikiBiz, Author Your Legacy — Saturday June 08, 2024
< Module:Adjacent stations
Revision as of 18:14, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Adelaide)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local adelaide = "%1 railway station, Adelaide"
local p = {
	["system title"] = "[[Adelaide Metro]]",
	["system color"] = "0072ce",
	["name format"] = "font-size: 170%; font-family:sans-serif; font-weight: bolder; color: #231E20; background-color: #FFCF00; padding: 0.4em;",
	["station format"] = {
		"%1 railway station",
		["Albert Park"] = adelaide,
		["Alberton"] = adelaide,
		["Blackwood"] = adelaide,
		["Brighton"] = adelaide,
		["Broadmeadows"] = adelaide,
		["Cavan"] = adelaide,
		["Cheltenham"] = adelaide,
		["Cheltenham Racecourse"] = adelaide,
		["Clapham"] = adelaide,
		["Croydon"] = adelaide,
		["Draper"] = adelaide,
		["Hawthorn"] = adelaide,
		["Hove"] = adelaide,
		["Keswick"] = adelaide,
		["Kilburn"] = adelaide,
		["Kilkenny"] = adelaide,
		["Kirkcaldy"] = adelaide,
		["Largs"] = adelaide,
		["Marino"] = adelaide,
		["Mile End"] = adelaide,
		["Mitcham"] = adelaide,
		["National Park"] = adelaide,
		["Peterhead"] = adelaide,
		["Salisbury"] = adelaide,
		["Seaford"] = adelaide,
		["Smithfield"] = adelaide,
		["South Brighton"] = adelaide,
		["West Croydon"] = adelaide,
		["Woodville"] = adelaide,
		
	},
	["lines"] = {
		["Belair"] = {
			["title"] = "[[Belair railway line|Belair line]]",
			["color"] = "009900",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Belair"
		},
		["Flinders"] = {
			["title"] = "[[Flinders railway line|Flinders line]]",
			["color"] = "ff7f00",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Flinders"
		},
		["Gawler"] = {
			["title"] = "[[Gawler railway line|Gawler line]]",
			["color"] = "9c2727",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Gawler Central"
		},
		["Grange"] = {
			["title"] = "[[Grange railway line|Grange line]]",
			["color"] = "0072c6",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Grange"
		},
		["Outer Harbor"] = {
			["title"] = "[[Outer Harbor railway line|Outer Harbor line]]",
			["color"] = "0072c6",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Outer Harbor"
		},
		["Seaford"] = {
			["title"] = "[[Seaford railway line|Seaford line]]",
			["color"] = "ff7f00",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Seaford"
		},
	},
}

return p;