Jump to content

Module:Adjacent stations/Taoyuan Metro and Module:Adjacent stations/Taoyuan Metro/sandbox: Difference between pages

(Difference between pages)
Page 1
Page 2
Content deleted Content added
m Protected "Module:Adjacent stations/Taoyuan Metro": High-risk template or module: 252 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))
 
fix deleted image
 
Line 1: Line 1:
local p = {
local p = {
["system title"] = "[[Taoyuan Metro]]",
["lang"] = "en-GB",
["system icon"] = "[[File:Taoyuan Metro logo plain.svg|18px|link=Taoyuan Metro]]",
["system title"] = "[[File:Taoyuan Metro logo plain.svg|18px|link=Taoyuan Metro]] [[Taoyuan Metro]]",
["station format"] = {
["station format"] = {
"%1 metro station",
"%1 MRT station",
["Taipei Main Station"] = "%1 (Taoyuan Metro)",
["Taipei Main station"] = "%1 (Taoyuan Metro)",
["Taoyuan HSR station"] = "%1",
["Taoyuan HSR station"] = "%1",
["Zhongli railway station"] = "%1",
["Zhongli railway station"] = "%1"
["NTIP"] = "New Taipei Industrial Park metro station"
},
},
["lines"] = {
["lines"] = {
["A"] = {
["Airport"] = {
["title"] = "[[Taoyuan Airport MRT]]",
["line title"] = "[[Taoyuan Airport MRT]]",
["color"] = "8246af",
["color"] = "8e47ad",
["left terminus"] = "Taipei Main station",
["icon"] = "[[File:Taoyuan Metro Line Airport.svg|18px|link=Taoyuan Airport MRT]]",
["left terminus"] = {"Airport Terminal 2", "Laojie River"},
["right terminus"] = {
["right terminus"] = "Taipei Main Station",
{"Huanbei", "Airport Terminal 2"},
["types"] = {
["Huanbei"] = "Huanbei"
["Express"] = {
["title"] = "Express",
["color"] = "8246af",
["background color"] = "transparent",
["left terminus"] = {"Airport Terminal 2", "Huanbei"}
},
["Commuter"] = {
["title"] = "Commuter",
["color"] = "0057b8",
["background color"] = "transparent",
["left terminus"] = "Laojie River"
}
}
}
},
["B"] = {
["title"] = "[[Taoyuan Airport MRT|Airport MRT]]",
["color"] = "0057b8",
["icon"] = "[[File:Taoyuan Metro Line B.svg|18px|link=Taoyuan Airport MRT]]",
},
["G"] = {
["title"] = "[[Green line (Taoyuan Metro)|Green line]]",
["color"] = "62a033",
["icon"] = "[[File:Taoyuan Metro Line G.svg|18px|link=Green line (Taoyuan Metro)]]"
},
["O"] = {
["title"] = "[[Orange line (Taoyuan Metro)|Orange line]]",
["color"] = "ffa500",
["icon"] = "[[File:Taoyuan Metro Line O.svg|18px|link=Orange line (Taoyuan Metro)]]",
},
["BR"] = {
["title"] = "[[Brown line (Taoyuan Metro)|Brown line]]",
["color"] = "824729",
["icon"] = "[[File:Taoyuan Metro Line BR.svg|18px|link=Brown line (Taoyuan Metro)]]",
},
["R"] = {
["title"] = "[[Red line (Taoyuan Metro)|Red line]]",
["color"] = "b20016",
["icon"] = "[[File:Taoyuan Metro Line R.svg|18px|link=Red line (Taoyuan Metro)]]",
}
}
},
["aliases"] = {
["airport"] = "A",
["blue"] = "B",
["green"] = "G",
["orange"] = "O",
["brown"] = "BR",
["red"] = "R",
["a"] = "A",
["b"] = "B",
["g"] = "G",
["o"] = "O",
["br"] = "BR",
["r"] = "R"
}
}
}
}