Module:Adjacent stations/Hong Kong Tramways

MyWikiBiz, Author Your Legacy — Friday April 26, 2024
< Module:Adjacent stations
Revision as of 18:29, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Hong Kong Tramways)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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