Module:Adjacent stations/Zig Zag Railway

MyWikiBiz, Author Your Legacy — Tuesday May 28, 2024
< Module:Adjacent stations
Revision as of 18:54, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Zig Zag Railway)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local nsw = "%1 railway station, New South Wales"
local sydney = "%1 railway station, Sydney"

local p = {
	["system title"] = "[[Zig Zag Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
			},
	["lines"] = {
		["Zig Zag"] = {
			["title"] = "[[Zig Zag Railway]] (currently suspended)",
			["color"] = "999933",
			["left terminus"] = "Bottom Points",
			["right terminus"] = "Clarence",
		},
	},
}

return p