Jump to content

Module:Adjacent stations/Transperth

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by McVahl (talk | contribs) at 06:36, 22 June 2020 (Created page with 'local x = "%1 railway station, Perth" local p = { ["system title"] = "Transperth", ["system icon"] = "[[File:Transperth_icon.svg|x14px|l...'). 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 x = "%1 railway station, Perth"

local p = {
	["system title"] = "[[Transperth Trains|Transperth]]",
	["system icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth Trains|alt=Transperth]]",
	["line icon format"] = "link",
	["station format"] = {
		"%1 railway station",
		
		["Armadale"] = x,
		["Ashfield"] = x,
		["Bayswater"] = x,
		["Carlisle"] = x,
		["Claremont"] = x,
		["Clarkson"] = x,
		["Guildford"] = x,
		["Midland"] = x,
		["Queens Park"] = x,
		["Rockingham"] = x,
		["Showgrounds"] = x,
		["Stirling"] = x,
		["Swanbourne"] = x,
		["Victoria Park"] = x,
		["Victoria Street"] = x,
		["Warwick"] = x,
		["Welshpool"] = x,
		["Woodbridge"] = x,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 railway line|%1 line]]",
			["color"] = "008635"
		},
		["Armadale"] = {
			["title"] = "[[Armadale and Thornlie railway lines|Armadale line]]",
			["color"] = "febe10",
			["left terminus"] = "Perth",
			["right terminus"] = "Armadale"
		},
		["Fremantle"] = {
			["color"] = "005a9c",
			["left terminus"] = "Perth",
			["right terminus"] = "Fremantle"
		},
		["Joondalup"] = {
			["color"] = "a6aa12",
			["left terminus"] = "Elizabeth Quay",
			["right terminus"] = {"Butler", "Clarkson", "Whitfords"}
		},
		["Mandurah"] = {
			["color"] = "e06f1d",
			["left terminus"] = "Elizabeth Quay",
			["right terminus"] = "Mandurah"
		},
		["Forrestfield"] = {
			["title"] = "[[Forrestfield-Airport Link|Forrestfield line]]",
			["color"] = "1081a9",
			["left terminus"] = "Perth",
			["right terminus"] = "Forrestfield"
		},
		["Midland"] = {
			["color"] = "a90056",
			["left terminus"] = "Perth",
			["right terminus"] = "Midland"
		},
		["Thornlie"] = {
			["title"] = "[[Armadale and Thornlie railway lines|Thornlie line]]",
			["color"] = "febe10",
			["left terminus"] = "Perth",
			["right terminus"] = "Thornlie"
		}
	},
	["aliases"] = {
		["arm"] = "Armadale",
		["fre"] = "Fremantle",
		["ftd"] = "Forrestfield",
		["jdp"] = "Joondalup",
		["man"] = "Mandurah",
		["mid"] = "Midland",
		["tho"] = "Thornlie"
	}
}

return p