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

From blackwiki
Jump to navigation Jump to search
blackwiki>Jackdude101
m
blackwiki>Jc86035
m (ce)
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"] = {

Revision as of 13:28, 28 November 2018

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