Jump to content

Module:Adjacent stations/YRT

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Blaixx (talk | contribs) at 17:26, 13 May 2019 (Created with support for color, lines, and style). 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 p = {
	["lang"] = "en-US",
	["system title"] = "[[York Region Transit]]",
	["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 120%; color: #FFFFFF; background-color: #0097cb;",
	["header background color"] = "daf2fc",
	["header text color"] = "000000",
	["system color"] = "1ea0dc",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "1ea0dc",	
		},
		["Blue"] = {
			["title"] = "[[Viva Blue]]",
			["color"] = "0097cb",
		},
		["Green"] = {
			["title"] = "[[Viva Green]]",
			["color"] = "c1d82e",
		},
		["Orange"] = {
			["title"] = "[[Viva Orange]]",
			["color"] = "ff9933",
		},
		["Pink"] = {
			["title"] = "[[Viva Pink]]",
			["color"] = "ff6699",
		},
		["Purple"] = {
			["title"] = "[[Viva Purple]]",
			["color"] = "9966cc",
		},
		["Silver"] = {
			["title"] = "[[Viva Silver]]",
			["color"] = "c0c0c0",
		},
		["Yellow"] = {
			["title"] = "[[Viva Yellow]]",
			["color"] = "ffcc00",
		},
	},
}

return p