Module:Adjacent stations/Fred Rail

From Minecart Rapid Transit Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/Fred Rail/doc

local fredrail = "%1 station (Fred Rail)"
local fr = "%1 station (FR)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Fred Rail]]",
	["system icon"] = "[[File:fredraillogo.png|20px|link=Fred Rail]]",
	["system color"] = "00537E",
	["name format"] = {
		"font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #00537E;  padding: 0.4em 4px;",
		["Fred Rail old"] = "font-size: 160%; font-family:Helvetica; font-weight: bolder; color: #ffffff; background-color: #0078B9;  padding: 0.4em 4px;"
	},
	["header background color"] = {
		"00537E",
		["Fred Rail old"] = "0078B9",
	},
	["station format"] = {
		"%1 station",
		["Penn"] = "[[Bakersville Penn Station]]",
		["L'Enfant"] = "L'Enfant Plaza station",
		["Grand Central"] = "[[Bakersville Grand Central|Grand Central Station]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Fred Rail#%1|%1]]",
			["color"] = "f1c232",	
		},
		["Template"] = {
			["color"] = "COLOR",
			["left terminus"] = "Left Terminus",
			["right terminus"] = "Right Terminus",
		},
		["Empire Service"] = {
			["color"] = "f1c232",
			["left terminus"] = "Pasadena",
			["right terminus"] = "Bakersville",
		},
		["Central City Shuttle"] = {
			["color"] = "b7b7b7",
			["left terminus"] = "Central City",
			["right terminus"] = "Grand Central",
		},
		["Southern Central"] = {
			["color"] = "5b0f00",
			["left terminus"] = "Utopia",
			["right terminus"] = "Fort Yaxier",
		},	
		["Southeast Regional"] = {
			["color"] = "ffae00",
			["left terminus"] = "Boston Waterloo",
			["right terminus"] = "New Bakersville Midtown",
		},	
		["Southern Regional Railroad"] = {
			["color"] = "ffd966",
			["left terminus"] = "Fort Yaxier West",
			["right terminus"] = "Tranquil Forest Central",
		},	
	},
}

return p