Difference between revisions of "Module:Adjacent stations/blank"

From blackwiki
Jump to navigation Jump to search
blackwiki>Szqecs
m (9 revisions imported)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
local p = {
 
local p = {
 
["system title"] = "",
 
["system title"] = "",
 +
["system icon"] = "",
 
["station format"] = {
 
["station format"] = {
 
"",
 
"",
Line 7: Line 8:
 
["lines"] = {
 
["lines"] = {
 
[""] = {
 
[""] = {
["line title"] = "",
+
["title"] = "",
 
["color"] = "",
 
["color"] = "",
 
["left terminus"] = "",
 
["left terminus"] = "",
 
["right terminus"] = "",
 
["right terminus"] = "",
}
+
},
}
+
},
 
}
 
}
  
 
return p
 
return p

Latest revision as of 13:01, 26 September 2020

Blank data page for Module:Adjacent stations


local p = {
	["system title"] = "",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		[""] = {
			["title"] = "",
			["color"] = "",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
}

return p