local adelaide = "%1 railway station, Adelaide"
local p = {
	["system title"] = "[[Adelaide Metro]]",
	["system icon"] = "",
	["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,
		["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"] = {
			["color"] = "009900",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Belair"
		},
		["Flinders"] = {
			["color"] = "ff7f00",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Flinders"
		},
		["Gawler"] = {
			["color"] = "9c2727",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Gawler Central"
		},
		["Glenelg"] = {
			["color"] = "eb2127",
			["title"] = "[[Glenelg tram|Glenelg tram line]]",
			["left terminus"] = "Adelaide Entertainment Centre",
			["right terminus"] = "Moseley Square",
		},
		["Grange"] = {
			["color"] = "0072c6",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Grange"
		},
		["Outer Harbor"] = {
			["color"] = "0072c6",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Outer Harbor",
		},
		["Seaford"] = {
			["color"] = "ff7f00",
			["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"
		}
	},
	["aliases"] = {
		["belair"] = "Belair",
		["closed"] = "Tonsley",
		["flinders"] = "Flinders",
		["gawler"] = "Gawler",
		["gawler central"] = "Gawler",
		["glenelg"] = "Glenelg",
		["grange"] = "Grange",
		["outer harbor"] = "Outer Harbor",
		["seaford"] = "Seaford",
		["tonsley"] = "Tonsley",
	} 
}

return p