Module:Adjacent stations/GRT

MyWikiBiz, Author Your Legacy — Thursday May 23, 2024
Jump to navigationJump to search
local ki = "%1 station (Kitchener)"
local wa = "%1 station (Waterloo)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Grand River Transit]]",
	["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 150%; color: #FFFFFF; background-color: #324e9c;",
	["header background color"] = "f3c112",
	["header text color"] = "000000",
	["system color"] = "324e9c",
	["station format"] = {
		"%1 station",
		["Allen"] = wa,
		["Central"] = "[[Kitchener Central Station|Central Station]]",
		["Frederick"] = ki,
		["Northfield"] = wa,
		["Queen"] = ki,
		["Victoria Park"] = ki,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "324e9c",	
		},
		["Ion"] = {
			["title"] = "[[Ion rapid transit|Ion]]",
			["color"] = "048edc",
			["left terminus"] = "Conestoga",
			["right terminus"] = "Fairway",
		},
		["iXpress"] = {
			["title"] = "iXpress",
			["color"] = "a2d40a",
		},
	},
}

return p