Jump to content

Module:Adjacent stations/V/Line

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

local melbourne = "%1 railway station, Melbourne"
local victoria = "%1 railway station, Victoria"

local p = {
	["system title"] = "[[V/Line]]",
	["system icon"] = "",
	["system color"] = "8f1a95",
	["name format"] = "font-size: 170%; font-family:sans-serif; line-height: 100%; text-align:center; color: #FFFFFF; background-color:#8f1a95; box-shadow: 0 2px 0 #8f1a95; padding: 0.35em 0.35em 0.1em 0.1em;",
	["header background color"] = "8f1a95",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 railway station",
		
	},
	["lines"] = {
		["_default"]={
			["color"] = "7f0d82",
		},
		["Albury"] = {
			["title"] = "[[Albury V/Line rail service|Albury]]",
			["left terminus"] = "Southern Cross",
			["right terminus"] = "Albury",
		},
	},
}

return p