Jump to content

Module:Adjacent stations/MiWay

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:24, 17 June 2019 (Created page with 'local p = { ["system title"] = "MiWay", ["system icon"] = "20px|link=MiWay", ["name format"] = "font-size: 150%; font-fami...'). 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 = {
	["system title"] = "[[MiWay]]",
	["system icon"] = "[[File:MiWay logo Aug2010.png|20px|link=MiWay]]",
	["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; text-transform:uppercase; line-height: 140%; color: 333; background-color: transparent;",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "f25a20",
		},
		["MiExpress"] = {
			["title"] = "MiExpress",
			["color"] = "026894",
		},
		["MiLocal"] = {
			["title"] = "MiLocal",
			["color"] = "f25a20",
		},
	},
	["aliases"] = {
		["express"] = "MiExpress",
		["local"] = "MiLocal",
	}
}

return p