Jump to content

Module:Adjacent stations/Queensland Rail

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Techie3 (talk | contribs) at 04:40, 6 October 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local brisbane = "%1 railway station, Brisbane"
local qld = "%1 railway station, Queensland"

local p = {
	["system title"] = "[[Queensland Rail]]",
	["system color"] = "fa6432",
	["system icon"] = "",
	["name format"] = "font-size:150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#dd0000; background-color:transparent; text-align: right; padding-top: 5px;",
	["header background color"] = "dd0000",
	["header text color"] = "FFFFFF",
	["station format"] = {
		["Albion"] = brisbane,
		["Alderley"] = brisbane,
		["Ascot"] = brisbane,
		["Ayr"] = qld,
		["Birkdale"] = brisbane,
		["Brisbane"] = "Roma Street railway station",
 		["Central"] = brisbane,
		["Charleville"] = qld,
		["Clayton"] = qld,
		["Domestic Terminal"] = brisbane,
		["Ebbw Vale"] = "%1 railway station, Ipswich",
		["Exhibition"] = brisbane,
		["Fairfield"] = brisbane,
		["Freshwater"] = qld,
		["Gailes"] = brisbane,
		["Gladstone"] = qld,
		["Goodwood"] = qld,
		["International Terminal"] = brisbane,
		["Ipswich"] = qld,
		["Ingham"] = qld,
		["Kingston"] = brisbane,
		["Milton"] = brisbane,
		["Morningside"] = qld,
		["Newmarket"] = brisbane,
		["Northgate"] = brisbane,
		["Runcorn"] = brisbane,
		["Salisbury"] = brisbane,
		["Sandgate"] = brisbane,
		["Sherwood"] = brisbane,
		["Springfield"] = "%1 railway station, Ipswich",
		["South Bank"] = brisbane,
		["Sunshine"] = brisbane,
		["Windsor"] = brisbane,
		"%1 railway station",
		},
	
	["lines"] = {
		["Airport"] = {
			["title"] = "[[Airport railway line, Brisbane|Airport Line]]",
			["color"] = "ffc425",
			["left terminus"] = "Roma Street",
			["right terminus"] = "Domestic Terminal",
		},
		["Beenleigh"] = {
			["title"] = "[[Beenleigh railway line|Beenleigh Line]]",
			["color"] = "e31837",
			["left terminus"] = "Bowen Hills",
			["right terminus"] = "Beenleigh",
		},
		["Caboolture"] ={
			["title"] = "[[Caboolture railway line|Caboolture Line]]",
			["color"] = "008752",
			["left terminus"] = "Roma Street",
			["right terminus"] = "Caboolture",
		},
		["Cleveland"] = {
			["title"] = "[[Cleveland railway line|Cleveland Line]]",
			["color"] = "00467f",
			["left terminus"] = "Bowen Hills",
			["right terminus"] = "Cleveland",
		},
		["Doomben"] = {
			["title"] = "[[Doomben railway line|Doomben Line]]",
			["color"] = "a54399",
			["left terminus"] = "Roma Street",
			["right terminus"] = "Doomben",
		},
		["Ferny Grove"] = {
			["title"] =  "[[Ferny Grove railway line|Ferny Grove Line]]",
			["color"] = "e31837",
			["left terminus"]  = "Roma Street",
			["right terminus"] = "Ferny Grove",
		},
		["Gold Coast"] = {
			["title"] = "[[Gold Coast railway line|Gold Coast Line]]",
			["color"] = "ffc425",
			["left terminus"] = "Bowen Hills",
			["right terminus"] = "Varsity Lakes",
		},
		["Ipswich and Rosewood"]= {
			["title"] = "[[Ipswich and Rosewood railway line|Ipswich & Rosewood Line]]",
			["color"] = "008752",
			["left terminus"] = "Bowen Hills",
			["right terminus"] = {"Ipswich","Rosewood"},
		},
		["Redcliffe Peninsula"] = {
			["title"] = "[[Redcliffe Peninsula railway line|Redcliffe Peninsula Line]]",
			["color"] = "1578be",
			["left terminus"] = "Roma Street",
			["right terminus"] = "Kippa-Ring",
		},
		["Electric Tilt Train"] = {
			["title"] = "[[Electric Tilt Train]]",
			["color"] = "a1afae",
			["left terminus"] = "Brisbane",
			["right terminus"] = {"Bundaberg","Rockhampton"}
		},
		
		["Spirit of Queensland"] = {
			["title"] = "[[Spirit of Queensland]]",
			["color"] = "0069b4",
			["left terminus"] = "Brisbane",
			["right terminus"] = "Cairns",
		},
		["Westlander"] = {
			["title"] = "[[The Westlander]]",
			["color"] = "fbba00",
			["left terminus"] =  "Brisbane",
			["right terminus"] = "Charleville",
		}
		
	},
	

}

return p