Difference between revisions of "Module:Adjacent stations/Hong Kong Tramways"

From blackwiki
Jump to navigation Jump to search
blackwiki>Jackdude101
m
m (11 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
local x = "%1 Terminus"
 +
 
local p = {
 
local p = {
 
["system title"] = "[[Hong Kong Tramways]]",
 
["system title"] = "[[Hong Kong Tramways]]",
 
["system color"] = "007549",
 
["system color"] = "007549",
["header stop noun"] = "terminus",
+
["header stop noun"] = "stop",
 
["station format"] = {
 
["station format"] = {
"%1 Terminus"
+
"%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"] = {
 
["lines"] = {

Latest revision as of 12:37, 26 September 2020

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