مۆدیوول:Adjacent stations/MiWay

لە ئینسایکڵۆپیدیای ئازادی ویکیپیدیاوە
بەڵگەدارکردنی مۆدیوول[دروست بکە]
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",
		},
		["MiWay"] = {
			["title"] = "[[MiWay]]",
		},
	},
	["aliases"] = {
		["express"] = "MiExpress",
		["local"] = "MiLocal",
	}
}

return p