Jump to content

Module:Adjacent stations/California Western Railroad

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by SleepTrain456 (talk | contribs) at 20:20, 26 April 2024 (I fixed a typo.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local ca = "%1 station (California)"
local cwr = "%1, California#Transportation"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[California Western Railroad]]",
	["system icon"] = "",
	["system color"] = "f0001d",
	["station format"] = {
		"%1 station",
		["Northspur"] = cwr,
		["Fort Bragg"] = cwr,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "f0001d",	
		},
		["Skunk"] = {
			["title"] = "''Skunk  Train''",
			["left terminus"] = "Fort Bragg",
			["right terminus"] = "Willits",
		},
	},
}

return p