Difference between revisions of "Module:Adjacent stations/blank"
Jump to navigation
Jump to search
blackwiki>Szqecs m (Szqecs moved page Module:Adjacent stations/blank to Module:Adjacent stations/sandbox/blank without leaving a redirect) |
m (9 revisions imported) |
||
| (7 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"] = { | ||
"", | "", | ||
| − | |||
[""] = "", | [""] = "", | ||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
[""] = { | [""] = { | ||
| − | [" | + | ["title"] = "", |
| − | [" | + | ["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