Difference between revisions of "Module:Adjacent stations/M-1 Rail"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "M-1 Rail", ["system icon"] = "", ["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:...')
 
blackwiki>Mackensen
Line 3: Line 3:
 
["system title"] = "M-1 Rail",
 
["system title"] = "M-1 Rail",
 
["system icon"] = "",
 
["system icon"] = "",
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; color: #887E81; background-color: #E1E0EF; text-transform: uppercase;",
+
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; color: #7a7174; background-color: #FFFFFF;",
 
["station format"] = {
 
["station format"] = {
 
"%1 station",
 
"%1 station",

Revision as of 00:19, 16 January 2019

Documentation for this module may be created at Module:Adjacent stations/M-1 Rail/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "M-1 Rail",
	["system icon"] = "",
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; color: #7a7174; background-color: #FFFFFF;",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["QLine"] = {
			["title"] = "[[QLine]]",
			["color"] = "EB4F37",
			["left terminus"] = "Grand Boulevard",
			["right terminus"] = "Congress Street",
		},
	},
}

return p