Jump to content

Module:Adjacent stations/Adelaide Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cityedit14 (talk | contribs) at 06:24, 8 July 2023 (Added regional bus icon and colour scheme). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local adelaide = "%1 railway station, Adelaide"
local p = {
	["system title"] = "[[Adelaide Metro]]",
	["system icon"] = "[[File:Adelaide_train_logo.svg|18px|link=Railways in Adelaide|alt=Railways in Adelaide]]",
	["system color"] = "0072ce",
	["header background color"] = "0072ce",
	["header text color"] = "ffffff",
	["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,
		["Aldgate"] = adelaide,
		["Blackwood"] = adelaide,
		["Brighton"] = adelaide,
		["Broadmeadows"] = adelaide,
		["Cavan"] = adelaide,
		["Cheltenham"] = adelaide,
		["Cheltenham Racecourse"] = adelaide,
		["Clapham"] = adelaide,
		["Croydon"] = adelaide,
		["Draper"] = adelaide,
		["Hawthorn"] = adelaide,
		["Heathfield"] = adelaide,
		["Hove"] = adelaide,
		["Keswick"] = adelaide,
		["Kilburn"] = adelaide,
		["Kilkenny"] = adelaide,
		["Kirkcaldy"] = adelaide,
		["Largs"] = adelaide,
		["Littlehampton"] = "Littlehampton railway station, South Australia",
		["Marino"] = adelaide,
		["Mile End"] = adelaide,
		["Mitcham"] = adelaide,
		["National Park"] = "National Park railway station, South Australia",
		["Peterhead"] = adelaide,
		["Salisbury"] = adelaide,
		["Seaford"] = adelaide,
		["Smithfield"] = adelaide,
		["South Brighton"] = adelaide,
		["West Croydon"] = adelaide,
		["Woodville"] = adelaide,
		["Adelaide Entertainment Centre"] = "[[Adelaide Entertainment Centre]]",
		["Moseley Square"] = "[[Moseley Square, Glenelg]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 railway line|%1 line]]",
			["color"] = "003973",
		},
		["Belair"] = {
			["title"] = "[[Belair railway line|Belair]]",
			["color"] = "509E2F",
			["text color"] = "FFF",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Belair",
		},
		["Flinders"] = {
			["color"] = "FE5000",
			["title"] = "[[Flinders railway line|Flinders]]",
			["text color"] = "FFF",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Flinders"
		},
		["Gawler"] = {
			["title"] = "[[Gawler railway line|Gawler]]",
			["color"] = "C23B33",
			["text color"] = "FFF",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Gawler Central"
		},
		["Glenelg"] = {
			["title"] = "[[Glenelg tram|Glenelg tram line]]",
			["color"] = "eb2127",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:Adelaide_tram_logo.svg|18px|link=Glenelg tram line|alt=Glenelg tram line]]",
			["left terminus"] = "Adelaide Entertainment Centre",
			["right terminus"] = "Moseley Square",
		},
		["Tram"] = {
			["title"] = "[[Glenelg tram|Glenelg tram line]]",
			["color"] = "eb2127",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:Adelaide_tram_logo.svg|18px|link=Glenelg tram line|alt=Glenelg tram line]]",
			["left terminus"] = "Adelaide Entertainment Centre",
			["right terminus"] = "Moseley Square",
		},
		["Grange"] = {
			["title"] = "[[Grange railway line|Grange]]",
			["color"] = "007DC3",
			["text color"] = "FFF",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Grange"
		},
		["Outer Harbor"] = {
			["title"] = "[[Outer Harbor railway line|Outer Harbor]]",
			["color"] = "007DC3",
			["text color"] = "FFF",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Outer Harbor",
		},
		["Seaford"] = {
			["title"] = "[[Seaford railway line|Seaford]]",
			["color"] = "FE5000",
			["text color"] = "FFF",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Seaford",
		},
		["Tonsley"] = {
			["color"] = "999999",
		},
		["Henley Beach"] = {
			["color"] = "999999",
			["note-mid"] = "(closed)",
			["left terminus"] = "Old Grange",
			["right terminus"] = "Henley Beach"
		},
		["Showground Central"] = {
			["color"] = "999999",
			["note-mid"] = "(temporary)",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Showground Central"
		},
			["Bus"] = {
			["title"] = "[[Buses in Adelaide|Buses in Adelaide]]",
			["color"] = "509e2f",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:Adelaide_bus_logo.svg|18px|link=Buses in Adelaide|alt=Buses in Adelaide]]",
	},
			["Regional Bus"] = {
			["title"] = "[[Buses in Adelaide|Buses in Adelaide]]",
			["color"] = "8c4799",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:Adelaide_metro_regional_bus_icon.png|18px|link=Buses in Adelaide|alt=Buses in Adelaide]]",
		
	},
	["aliases"] = {
		["belair"] = "Belair",
		["closed"] = "Tonsley",
		["flinders"] = "Flinders",
		["gawler"] = "Gawler",
		["gawler central"] = "Gawler",
		["glenelg"] = "Glenelg",
		["grange"] = "Grange",
		["outer harbor"] = "Outer Harbor",
		["seaford"] = "Seaford",
		["tonsley"] = "Tonsley",
		["bus"] = "Bus",
		["regional bus"] = "Regional Bus"
	} 
}
}return p;