Jump to content

Module:Adjacent stations/YRT: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created with support for color, lines, and style
 
Added support for stations (Terminals)
Line 1: Line 1:
local bt = "%1 Bus Terminal"

local p = {
local p = {
["lang"] = "en-US",
["lang"] = "en-US",
Line 7: Line 9:
["system color"] = "1ea0dc",
["system color"] = "1ea0dc",
["station format"] = {
["station format"] = {
"%1 station",
"%1 Terminal",
["Don Mills"] = "Don Mills station",
["Finch"] = bt,
["Highway 407"] = "Highway 407 station#Highway 407 Bus Terminal",
["Markham Stouffville Hospital"] = "Markham Stouffville Hospital#Bus terminal",
["Newmarket"] = bt,
["Pioneer Village"] = "Pioneer Village station#Regional bus terminal",
["Sheppard West"] = "Sheppard West station",
["Unionville"] = "Unionville GO Station",
["Vaughan"] = "Vaughan Metropolitan Centre station#Surface connections",
},
},
["lines"] = {
["lines"] = {

Revision as of 11:56, 20 June 2019

local bt = "%1 Bus Terminal"

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 Terminal",
		["Don Mills"] = "Don Mills station",
		["Finch"] = bt,
		["Highway 407"] = "Highway 407 station#Highway 407 Bus Terminal",
		["Markham Stouffville Hospital"] = "Markham Stouffville Hospital#Bus terminal",
		["Newmarket"] = bt,
		["Pioneer Village"] = "Pioneer Village station#Regional bus terminal",
		["Sheppard West"] = "Sheppard West station",
		["Unionville"] = "Unionville GO Station",
		["Vaughan"] = "Vaughan Metropolitan Centre station#Surface connections",
	},
	["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