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

From blackwiki
Jump to navigation Jump to search
blackwiki>Jc86035
m (fix)
blackwiki>Szqecs
Line 1: Line 1:
 
local p = {
 
local p = {
 
["system title"] = "",
 
["system title"] = "",
 +
["system icon"] = "",
 
["station format"] = {
 
["station format"] = {
 
"",
 
"",

Revision as of 11:15, 18 August 2018

Blank data page for Module:Adjacent stations


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

return p