Content deleted Content added
David Xuang (talk | contribs) ←Created page with 'local p = { ['system title'] = 'Chongqing Rail Transit', ['system icon'] = 'CRT logo.svg', ['system color'] = '00843D', ['station format'] = { '%1 stat...' |
David Xuang (talk | contribs) mNo edit summary |
||
(66 intermediate revisions by 10 users not shown) | |||
Line 1:
local crt = "%1 station (Chongqing Rail Transit)"
local p = {
[
[
["name format"] = "font-family: 'Neue Haas Grotesk Text Pro', 'Helvetica Neue', Helvetica, sans-serif; font-size: 130%; line-height: 1.25; padding: .25em; text-align: center;",
"%1 station",
--
["Bishan"] = crt,
["Central Park"] = crt,
["Changhe"] = crt,
["Chayuan"] = crt,
["Ciqikou"] = crt,
["Daxuecheng"] = crt,
["The EXPO Garden"] = crt,
["Grand Theater"] = crt,
["Happy Valley"] = crt,
["Huachenglu"] = crt,
["Huanghuayuan"] = crt,
["International Expo Center"] = crt,
["Jinyu"] = crt,
["Lianhua"] = crt,
["Longxi"] = crt,
["Nanhu"] = crt,
["Nanping"] = crt,
["Olympic Sports Center"] = crt,
["Qilong"] = crt,
["Qinglong"] = crt,
["Renhe"] = crt,
["Shuangfengqiao"] = crt,
["Shuanglong"] = crt,
["Sports Park"] = crt,
["Tongzilin"] = crt,
["Wanshoulu"] = crt,
["Yudong"] = crt,
["Zoo"] = crt,
-- avenues
["Chunhua Avenue"] = "[[Chunhua Avenue station|Chunhua Ave.]]",
["Langui Avenue"] = "[[Langui Avenue station|Langui Ave.]]",
["Longyi Avenue"] = "[[Longyi Avenue station|Longyi Ave.]]",
["Min'an Avenue"] = "[[Min'an Avenue station|Min'an Ave.]]",
["Xingke Avenue"] = "[[Xingke Avenue station|Xingke Ave.]]",
-- railway stations
["Chongqing North Station Nouth Square"] = "[[Chongqing North Station Nouth Square station|Chongqing N. Station N. Square]]",
["Chongqing North Station South Square"] = "[[Chongqing North Station South Square station|Chongqing N. Station S. Square]]",
["Chongqing West"] = "[[Chongqing West railway station (metro)|Chongqing W.]]",
["Chongqing East"] = "[[Chongqing East railway station (metro)|Chongqing E.]]",
},
[
["_default"] = {
["title"] = "[[Line %1 (Chongqing Rail Transit)|Line %1]]",
["color"] = "A2AAAD",
},
-- Active lines
["0"] = {
["title"] = "[[Loop line (Chongqing Rail Transit)|Loop line]]",
["short name"] = "Loop",
["color"] = "
["text color"] = "FFFFFF",
["left terminus"] = "Counter-clockwise",
Line 28 ⟶ 68:
["e"] = {
["title"] = "Express",
["background color"] = "
["left terminus"] = "
["right terminus"] = "Tangjiatuo",
["circular"] = false
}
}
},
["1"] = {
["color"] = "E4002B",
["text color"] = "FFFFFF",
["left terminus"] = "Chaotianmen",
["right terminus"] = "Bishan",
},
["2"] = {
["color"] = "007A33",
["text color"] = "FFFFFF",
["left terminus"] = "Jiaochangkou",
["right terminus"] = "
},
["3"] = {
["color"] = "003DA5",
["text color"] = "FFFFFF",
["left terminus"] = "
["right terminus"] = "Terminal 2 of Jiangbei Airport",
["types"] = {
["a"] = {
["title"] = "
["short name"] = "
["left terminus"] = "Bijin",
["right terminus"] = "Jurenba"
}
}
},
["4"] = {
["color"] = "DC8633",
["text color"] = "FFFFFF",
["left terminus"] = "Min'an Avenue",
["right terminus"] = "
["types"] = {
["e"] = {
["title"] = "Express",
["background color"] = "
["left terminus"] = "
["right terminus"] = "Tangjiatuo"
}
}
},
["5"] = {
["color"] = "00A3E0",
["text color"] = "FFFFFF",
["left terminus"] = "
["right terminus"] = "Tiaodeng",
["types"] = {
["
["title"] = "
["
["
["right terminus"] = "Tiaodeng",
},
["
["title"] = "
["left terminus"] = "Shiqiaopu",
["right terminus"] = "
},
["n"] = { -- deprecated
["title"] = "",
},
["s"] = { -- deprecated
["title"] = "",
}
}
},
["6"] = {
["color"] = "F67599",
["text color"] = "FFFFFF",
Line 112 ⟶ 153:
}
}
},
["9"] = {
["
["text color"] = "FFFFFF",
["left terminus"] = "Gaotanyan",
["right terminus"] = "Huashigou",
},
["10"] = {
["
["text color"] = "FFFFFF",
["left terminus"] = "
["right terminus"] = "Wangjiazhuang",
["types"] = {
["r"] = {
["title"] = "Rapid",
["
["left terminus"] = "Lanhualu",
["right terminus"] = "Wangjiazhuang"
}
}
},
["
["
["text color"] = "
["
["right terminus"] = "Tiaodengnan",
},
["
["
["text color"] = "FFFFFF",
["left terminus"] = "Tiaodeng",
["right terminus"] = "Shengquansi",
["types"] = {
["5"] = {
["title"] = "5–Jiangtiao",
["left terminus"] = "Shiqiaopu",
["right terminus"] = "Shengquansi",
},
},
},
-- Under construction
["7"] = {
["color"] = "
["text color"] = "FFFFFF",
["left terminus"] = "Tuanshanbao",
["right terminus"] = "Jinfeng",
},
-- Planned
["15"] = {
["color"] = "
["text color"] = "FFFFFF"
},
["
["
["text color"] = "FFFFFF"
},
["
["
["text color"] = "FFFFFF"
},
["
["
["text color"] = "FFFFFF"
},
},
[
[
["lp"] = "0",
["loop"] = "0",
["jt"] = "Jiangtiao",
}
}
|