Difference between revisions of "Module:Adjacent stations/Ferrocarril Suburbano"

From blackwiki
Jump to navigation Jump to search
blackwiki>Cards84664
blackwiki>Cocu15
(Fortuna station)
Line 3: Line 3:
 
["system title"] = "[[Ferrocarril Suburbano]]",
 
["system title"] = "[[Ferrocarril Suburbano]]",
 
["station format"] = {
 
["station format"] = {
"%1 station"
+
"%1 station",
 +
["Fortuna"] = "Fortuna station (Mexico City)",
 
},
 
},
 
["lines"] = {
 
["lines"] = {

Revision as of 00:25, 2 April 2020

Documentation for this module may be created at Module:Adjacent stations/Ferrocarril Suburbano/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Ferrocarril Suburbano]]",
	["station format"] = {
		"%1 station",
		["Fortuna"] = "Fortuna station (Mexico City)",
	},
	["lines"] = {
		["1"] = {
			["title"] = "Line 1",
			["color"] = "FF0000",
			["left terminus"] = "Buenavista",
			["right terminus"] = "Cuautitlán",
		},
	},
}

return p