Difference between revisions of "Module:Adjacent stations/Taoyuan Metro"

From blackwiki
Jump to navigation Jump to search
blackwiki>Jc86035
m (aliases)
blackwiki>Jc86035
m (prevent colour issues)
Line 12: Line 12:
 
["A"] = {
 
["A"] = {
 
["title"] = "[[Taoyuan Airport MRT|Airport MRT]]",
 
["title"] = "[[Taoyuan Airport MRT|Airport MRT]]",
 +
["color"] = "774698",
 
["right terminus"] = "Taipei main station",
 
["right terminus"] = "Taipei main station",
 
["types"] = {
 
["types"] = {
Line 17: Line 18:
 
["title"] = "Express",
 
["title"] = "Express",
 
["color"] = "774698",
 
["color"] = "774698",
 +
["background color"] = "transparent",
 
["left terminus"] = {"Airport Terminal 2", "Huanbei"}
 
["left terminus"] = {"Airport Terminal 2", "Huanbei"}
 
},
 
},
Line 22: Line 24:
 
["title"] = "Commuter",
 
["title"] = "Commuter",
 
["color"] = "145ba9",
 
["color"] = "145ba9",
 +
["background color"] = "transparent",
 
["left terminus"] = "Huanbei"
 
["left terminus"] = "Huanbei"
 
}
 
}

Revision as of 13:02, 30 December 2018

Documentation for this module may be created at Module:Adjacent stations/Taoyuan Metro/doc

local p = {
	["system title"] = "[[Taoyuan Metro]]",
	["system icon"] = "[[File:Taoyuan Metro logo seal only.svg|18px|link=Taoyuan Metro]]",
	["line icon format"] = "croute",
	["station format"] = {
		"%1 MRT station",
		["Taipei main station"] = "%1 (Taoyuan Metro)",
		["Taoyuan HSR station"] = "%1",
		["Zhongli railway station"] = "%1"
	},
	["lines"] = {
		["A"] = {
			["title"] = "[[Taoyuan Airport MRT|Airport MRT]]",
			["color"] = "774698",
			["right terminus"] = "Taipei main station",
			["types"] = {
				["Express"] = {
					["title"] = "Express",
					["color"] = "774698",
					["background color"] = "transparent",
					["left terminus"] = {"Airport Terminal 2", "Huanbei"}
				},
				["Commuter"] = {
					["title"] = "Commuter",
					["color"] = "145ba9",
					["background color"] = "transparent",
					["left terminus"] = "Huanbei"
				}
			}
		}
	},
	["aliases"] = {
		["airport"] = "A"
	}
}

return p