Module:Adjacent stations/Music City Star

MyWikiBiz, Author Your Legacy — Sunday November 03, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Music City Star/doc

local tn = "%1 station (Tennessee)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Music City Star]]",
	["system icon"] = "",
	["name format"] = "background-color: transparent; font-size: 200%;  font-family: Times New Roman; color: #009ACD; font-weight: bolder; text-align: center; font-style: bold; border-top: 5px solid #009ACD; border-bottom: 5px solid #009ACD; border-right: 5px solid #009ACD; border-left: 5px solid #009ACD; border-width: 50%; padding: 0.4em 0 0.4em 0;",
	["header background color"] = "009ACD",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 station",
		["Lebanon"] = tn,
	},
	["lines"] = {
		["East Corridor"] = {
			["title"] = "[[Music City Star#East Corridor line|East Corridor line]]",
			["color"] = "009ACD",
			["left terminus"] = "Riverfront",
			["right terminus"] = "Lebanon",
		},
	},
}

return p