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

From blackwiki
Jump to navigation Jump to search
blackwiki>Jc86035
m (fix)
blackwiki>Jc86035
m (move color to system table)
Line 2: Line 2:
 
["lang"] = "en-GB",
 
["lang"] = "en-GB",
 
["system title"] = "[[Peak Tram]]",
 
["system title"] = "[[Peak Tram]]",
 +
["color"] = "8B0000",
 
["header stop noun"] = "stop",
 
["header stop noun"] = "stop",
 
["station format"] = {
 
["station format"] = {
Line 9: Line 10:
 
["_default"] = {
 
["_default"] = {
 
["line title"] = "[[Peak Tram]]",
 
["line title"] = "[[Peak Tram]]",
["color"] = "8B0000",
 
 
["left terminus"] = "Garden Road",
 
["left terminus"] = "Garden Road",
 
["right terminus"] = "The Peak"
 
["right terminus"] = "The Peak"

Revision as of 12:41, 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]]",
	["color"] = "8B0000",
	["header stop noun"] = "stop",
	["station format"] = {
		"%1 stop"
	},
	["lines"] = {
		["_default"] = {
			["line title"] = "[[Peak Tram]]",
			["left terminus"] = "Garden Road",
			["right terminus"] = "The Peak"
		}
	}
}

return p