Difference between revisions of "Module:Adjacent stations/Peak Tram"

From blackwiki
Jump to navigation Jump to search
blackwiki>Jc86035
(Created page with 'local p = { ["system title"] = "Peak Tram", ["station format"] = { "%1 stop" }, ["lines"] = { ["_default"] = { ["line title"] = "Peak Tram",...')
 
blackwiki>Jc86035
m (ce)
Line 1: Line 1:
 
local p = {
 
local p = {
 +
["lang"] = "en-GB",
 
["system title"] = "[[Peak Tram]]",
 
["system title"] = "[[Peak Tram]]",
 
["station format"] = {
 
["station format"] = {

Revision as of 10:13, 15 August 2018

Documentation for this module may be created at Module:Adjacent stations/Peak Tram/doc

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Peak Tram]]",
	["station format"] = {
		"%1 stop"
	},
	["lines"] = {
		["_default"] = {
			["line title"] = "[[Peak Tram]]",
			["colour"] = "8B0000",
			["left terminus"] = "Garden Road",
			["right terminus"] = "The Peak"
		}
	}
}

return p