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

From blackwiki
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)
blackwiki>Jc86035
m ("colour" → "color")
Line 1: Line 1:
 
local p = {
 
local p = {
 +
["lang"] = "en-GB",
 
["system title"] = "",
 
["system title"] = "",
 
["station format"] = {
 
["station format"] = {
Line 9: Line 10:
 
[""] = {
 
[""] = {
 
["line title"] = "",
 
["line title"] = "",
["colour"] = "",
+
["color"] = "",
 
["left terminus"] = "",
 
["left terminus"] = "",
 
["right terminus"] = "",
 
["right terminus"] = "",
Line 15: Line 16:
 
[""] = {
 
[""] = {
 
["line title"] = "",
 
["line title"] = "",
["colour"] = "",
+
["color"] = "",
 
["left terminus"] = "",
 
["left terminus"] = "",
 
["right terminus"] = "",
 
["right terminus"] = "",

Revision as of 09:48, 28 July 2018

Blank data page for Module:Adjacent stations


local p = {
	["lang"] = "en-GB",
	["system title"] = "",
	["station format"] = {
		"",
		[""] = "",
		[""] = "",
	},
	["lines"] = {
		[""] = {
			["line title"] = "",
			["color"] = "",
			["left terminus"] = "",
			["right terminus"] = "",
		},
		[""] = {
			["line title"] = "",
			["color"] = "",
			["left terminus"] = "",
			["right terminus"] = "",			
		}
	}
}

return p