Jump to content

Module:Adjacent stations/Commonwealth Railways

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Redhen334 (talk | contribs) at 01:29, 28 October 2022 (Created page with 'local rssa = "%1 railway station, South Australia" local p = { ["system title"] = "Commonwealth Railways", ["system icon"] = "", ["station format"] = { "%1 railway station", ["Lyndhurst"] = "Lyndhurst, South Australia", }, ["lines"] = { ["_default"] = { ["title"] = "%1 railway line", ["color"] = "8000000", }, ["Central Australia Railway"] = { ["title"] = "Central Australia Railway", ["left terminus"] = "Port Augusta",...'). 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 rssa = "%1 railway station, South Australia"

local p = {
	["system title"] = "[[Commonwealth Railways]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Lyndhurst"] = "Lyndhurst, South Australia",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 railway line]]",
			["color"] = "8000000",
		},
		["Central Australia Railway"] = {
			["title"] = "[[Central Australia Railway]]",
			["left terminus"] = "Port Augusta",
			["right terminus"] = "Alice Springs"
		},
	},
}

return p;