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

From blackwiki
Jump to navigation Jump to search
blackwiki>Jc86035
m (ce)
m (11 revisions imported)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
local p = {
 
local p = {
["lang"] = "en-GB",
 
 
["system title"] = "[[Peak Tram]]",
 
["system title"] = "[[Peak Tram]]",
 +
["system color"] = "8B0000",
 +
["header stop noun"] = "stop",
 
["station format"] = {
 
["station format"] = {
 
"%1 stop"
 
"%1 stop"
Line 7: Line 8:
 
["lines"] = {
 
["lines"] = {
 
["_default"] = {
 
["_default"] = {
["line title"] = "[[Peak Tram]]",
+
["title"] = "[[Peak Tram]]",
 
["color"] = "8B0000",
 
["color"] = "8B0000",
 
["left terminus"] = "Garden Road",
 
["left terminus"] = "Garden Road",
["right terminus"] = "The Peak"
+
["right terminus"] = "The Peak",
 +
["note-mid"] = "Suspended since 23 April 2019 for renovation"
 
}
 
}
 
}
 
}

Latest revision as of 12:47, 26 September 2020

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

local p = {
	["system title"] = "[[Peak Tram]]",
	["system color"] = "8B0000",
	["header stop noun"] = "stop",
	["station format"] = {
		"%1 stop"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Peak Tram]]",
			["color"] = "8B0000",
			["left terminus"] = "Garden Road",
			["right terminus"] = "The Peak",
			["note-mid"] = "Suspended since 23 April 2019 for renovation"
		}
	}
}

return p