Jump to content

Module:Adjacent stations/blank

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Szqecs (talk | contribs) at 23:56, 24 May 2018 (Created page with 'local p = { ["system title"] = "", ["station format"] = { "", [""] = "", [""] = "", }, ["lines"] = { [""] = { ["line title"] = "", ["colour"] =...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

return p