Module:Adjacent stations/Shenzhen Metro/sandbox
< Module:Adjacent stations | Shenzhen Metro
Revision as of 18:47, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Shenzhen Metro/sandbox)
Documentation for this module may be created at Module:Adjacent stations/Shenzhen Metro/sandbox/doc
local a = "%1 station (Shenzhen Metro)" local p = { ["lang"] = "en-GB", ["system title"] = "[[Shenzhen Metro]]", ["station format"] = { "%1 station", ["Airport"] = a, ["Airport North"] = a, ["Bao'an"] = a, ["Changlong"] = a, ["Civic Center"] = a, ["Convention and Exhibition Center"] = a, ["Guomao"] = a, ["Longhua"] = a, ["Longjing"] = a, ["Qiaotou"] = a, ["Shuanglong"] = a, ["Tai'an"] = a, ["Tangkeng"] = a, ["Taoyuan"] = a, ["University Town"] = a, ["Yangmei"] = a, ["Convention & Exhibition Center"] = "[[Convention and Exhibition Center station (Shenzhen Metro)|Convention and Exhibition Center station]]", ["OCT"] = "Overseas Chinese Town station" }, ["lines"] = { ["1"] = { ["line title"] = "[[Line 1 (Shenzhen Metro)|Line 1]]", ["color"] = "00ab39", ["left terminus"] = "Airport East", ["right terminus"] = "Luohu" }, ["2"] = { ["line title"] = "[[Line 2 (Shenzhen Metro)|Line 2]]", ["color"] = "db6d1c", ["left terminus"] = "Chiwan", ["right terminus"] = "Xinxiu" }, ["3"] = { ["line title"] = "[[Line 3 (Shenzhen Metro)|Line 3]]", ["color"] = "00a2e1", ["left terminus"] = "Yitian", ["right terminus"] = "Shuanglong" }, ["4"] = { ["line title"] = "[[Line 4 (Shenzhen Metro)|Line 4]]", ["color"] = "dc241f", ["left terminus"] = "Qinghu", ["right terminus"] = "Futian Checkpoint" }, ["5"] = { ["line title"] = "[[Line 5 (Shenzhen Metro)|Line 5]]", ["color"] = "9950b2", ["left terminus"] = "Qianhaiwan", ["right terminus"] = "Huangbeiling" }, ["6"] = { ["line title"] = "[[Line 6 (Shenzhen Metro)|Line 6]]", ["color"] = "3abca8", ["left terminus"] = "", ["right terminus"] = "" }, ["7"] = { ["line title"] = "[[Line 7 (Shenzhen Metro)|Line 7]]", ["color"] = "0035ad", ["left terminus"] = "Xili Lake", ["right terminus"] = "Tai'an" }, ["8"] = { ["line title"] = "[[Line 8 (Shenzhen Metro)|Line 8]]", ["color"] = "e653bc", ["left terminus"] = "", ["right terminus"] = "" }, ["9"] = { ["line title"] = "[[Line 9 (Shenzhen Metro)|Line 9]]", ["color"] = "846e74", ["left terminus"] = "Hongshuwan South", ["right terminus"] = "Wenjin" }, ["10"] = { ["line title"] = "[[Line 10 (Shenzhen Metro)|Line 10]]", ["color"] = "f8779e", ["left terminus"] = "", ["right terminus"] = "" }, ["11"] = { ["line title"] = "[[Line 11 (Shenzhen Metro)|Line 11]]", ["color"] = "6a1d44", ["left terminus"] = "Bitou", ["right terminus"] = "Futian" }, ["12"] = { ["line title"] = "[[Line 12 (Shenzhen Metro)|Line 12]]", ["color"] = "a392b7", ["left terminus"] = "", ["right terminus"] = "" }, ["13"] = { ["line title"] = "[[Line 13 (Shenzhen Metro)|Line 13]]", ["color"] = "e47f00", ["left terminus"] = "", ["right terminus"] = "" }, ["14"] = { ["line title"] = "[[Line 14 (Shenzhen Metro)|Line 14]]", ["color"] = "99a3a6", ["left terminus"] = "", ["right terminus"] = "" }, ["15"] = { ["line title"] = "[[Line 15 (Shenzhen Metro)|Line 15]]", ["color"] = "76b900", ["left terminus"] = "", ["right terminus"] = "" }, ["16"] = { ["line title"] = "[[Line 16 (Shenzhen Metro)|Line 16]]", ["color"] = "0092c7", ["left terminus"] = "", ["right terminus"] = "" }, ["20"] = { ["line title"] = "[[Line 20 (Shenzhen Metro)|Line 20]]", ["color"] = "ffd700", ["left terminus"] = "", ["right terminus"] = "" }, ["_default"] = { ["line title"] = "[[Line %1 (Shenzhen Metro)|Line %1]]", ["color"] = "bbb" } } } return p