Difference between revisions of "Module:Adjacent stations/Lake Erie and Northern Railway"

From blackwiki
Jump to navigation Jump to search
blackwiki>Julius177
m
blackwiki>Julius177
Line 1: Line 1:
 
local len = "%1 station (LE&N)"
 
local len = "%1 station (LE&N)"
 
local p = {
 
local p = {
["lang"] = "en-CA",
 
 
["system title"] = "[[Lake Erie and Northern Railway]]",
 
["system title"] = "[[Lake Erie and Northern Railway]]",
["system icon"] = "",
 
 
["station format"] = {
 
["station format"] = {
 
"%1 station",
 
"%1 station",

Revision as of 21:48, 6 August 2020

Documentation for this module may be created at Module:Adjacent stations/Lake Erie and Northern Railway/doc

local len = "%1 station (LE&N)"
local p = {
	["system title"] = "[[Lake Erie and Northern Railway]]",
	["station format"] = {
		"%1 station",
		["Mount Pleasant"] = "Mount Pleasant station (Brant County, Ontario)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "640E27",	
		},
		["Mainline"] = {
			["title"] = "Mainline",
			["color"] = "640E27",
			["left terminus"] = "Galt Main Street",
			["right terminus"] = "Port Dover",
		},
	},
}

return p