Module:Adjacent stations/Music City Star

MyWikiBiz, Author Your Legacy — Monday November 04, 2024
< Module:Adjacent stations
Revision as of 18:37, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Music City Star)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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