Module:Adjacent stations/Taoyuan Metro
MyWikiBiz, Author Your Legacy — Thursday November 07, 2024
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:49, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Taoyuan Metro)
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 metro station", ["Taipei Main Station"] = "%1 (Taoyuan Metro)", ["Taoyuan HSR station"] = "%1", ["Zhongli railway station"] = "%1", ["NTIP"] = "New Taipei Industrial Park metro station" }, ["lines"] = { ["A"] = { ["title"] = "[[Taoyuan Airport MRT]]", ["color"] = "774698", ["left terminus"] = {"Airport Terminal 2", "Huanbei"}, ["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" } } }, ["B"] = { ["title"] = "[[Taoyuan Airport MRT|Airport MRT]]", ["color"] = "145ba9" }, ["R"] = { ["title"] = "[[Red line (Taoyuan Metro)|Red line]]", ["color"] = "e3002d" }, ["G"] = { ["title"] = "[[Green line (Taoyuan Metro)|Green line]]", ["color"] = "05752b" }, ["O"] = { ["title"] = "[[Orange line (Taoyuan Metro)|Orange line]]", ["color"] = "fcb134" }, ["BR"] = { ["title"] = "[[Brown line (Taoyuan Metro)|Brown line]]", ["color"] = "bc813b" } }, ["aliases"] = { ["airport"] = "A", ["blue"] = "B", ["red"] = "R", ["green"] = "G", ["orange"] = "O", ["brown"] = "BR", ["a"] = "A", ["b"] = "B", ["r"] = "R", ["g"] = "G", ["o"] = "O", ["br"] = "BR" } } return p