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 Fleet Lists (talk | contribs) at 05:39, 10 September 2020 (First cut of Adjacent Stations module for Queensland Rail). 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 brisbane = "%1 railway station, Brisbane"

local p = {
	["system title"] = "[[Queensland Rail]]",
	["system color"] = "",
	["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"] = {
		["Central"] = brisbane,
		["Domestic Terminal"] = brisbane,
		"%1 railway station",
		},
	
	["lines"] = {
		["Airport"] = {
			["title"] = "[[Airport railway line, Brisbane|Airport Line]]",
			["color"] = "ffc425",
			["left terminus"] = "Roma Street",
			["right terminus"] = "Domestic Terminal",
		},
		
		
	},

}

return p