Module:Adjacent stations/blank

From blackwiki
< Module:Adjacent stations
Revision as of 23:56, 24 May 2018 by blackwiki>Szqecs (Created page with 'local p = { ["system title"] = "", ["station format"] = { "", [""] = "", [""] = "", }, ["lines"] = { [""] = { ["line title"] = "", ["colour"] =...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Blank data page for Module:Adjacent stations


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

return p