Module:Adjacent stations/Hong Kong Tramways
MyWikiBiz, Author Your Legacy — Monday October 27, 2025
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:29, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Hong Kong Tramways)
Documentation for this module may be created at Module:Adjacent stations/Hong Kong Tramways/doc
local x = "%1 Terminus"
local p = {
["system title"] = "[[Hong Kong Tramways]]",
["system color"] = "007549",
["header stop noun"] = "stop",
["station format"] = {
"%1 stop",
["Kennedy Town"] = x,
["Shek Tong Tsui"] = x,
["Western Market"] = x,
["Happy Valley"] = x,
["Causeway Bay"] = x,
["North Point"] = x,
["Shau Kei Wan"] = x,
},
["lines"] = {
["_default"] = {
["title"] = "[[Hong Kong Tramways]]",
["color"] = "007549",
["left terminus"] = "Kennedy Town",
["right terminus"] = "Shau Kei Wan"
}
}
}
return p