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

From blackwiki
Jump to navigation Jump to search
blackwiki>Cocu15
(Fortuna station)
m (8 revisions imported)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
["lang"] = "en-US",
 
["lang"] = "en-US",
 
["system title"] = "[[Ferrocarril Suburbano]]",
 
["system title"] = "[[Ferrocarril Suburbano]]",
 +
["system icon"] = "[[File:Ferrocarril Suburbano.svg|15px|link=Ferrocarril Suburbano]]",
 +
["system color"] = "#BE1C00",
 
["station format"] = {
 
["station format"] = {
"%1 station",
+
["name format"] = {
["Fortuna"] = "Fortuna station (Mexico City)",
+
"background-color: #FFFFFF; font-size: 185%; font-family: sans-serif; color: white; padding: 5px; line-height: 50%;",
 +
},
 +
"%1 railway station",
 +
["Fortuna"] = "Fortuna railway station (Mexico City)",
 
},
 
},
 
["lines"] = {
 
["lines"] = {

Latest revision as of 12:37, 26 September 2020

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

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Ferrocarril Suburbano]]",
	["system icon"] = "[[File:Ferrocarril Suburbano.svg|15px|link=Ferrocarril Suburbano]]",
	["system color"] = "#BE1C00",
	["station format"] = {
	["name format"] = {
		"background-color: #FFFFFF; font-size: 185%; font-family: sans-serif; color: white; padding: 5px; line-height: 50%;",
	},	
		"%1 railway station",
		["Fortuna"] = "Fortuna railway station (Mexico City)",
	},
	["lines"] = {
		["1"] = {
			["title"] = "Line 1",
			["color"] = "FF0000",
			["left terminus"] = "Buenavista",
			["right terminus"] = "Cuautitlán",
		},
	},
}

return p