Jump to content

Module:Adjacent stations/Peak Tram

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Owennson (talk | contribs) at 04:50, 3 September 2022. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[The Peninsula Hotels]]",
	["system color"] = "8B0000",
	["header stop noun"] = "stop",
	["station format"] = {
		"%1 stop",
		["Central Terminus"] = "[[Central Terminus]]",
		["The Peak Terminus"] = "[[The Peak Terminus]]"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Peak Tram]]",
			["color"] = "8B0000",
			["left terminus"] = "Central Terminus",
			["right terminus"] = "The Peak Terminus",
		}
	}
}

return p