Module:Adjacent stations/Peak Tram

From Wikipedia, the free encyclopedia

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