Module:Adjacent stations/SFP

< Module:Adjacent stations
Revision as of 18:05, 1 April 2023 by Montecara (talk | contribs) (Created page with "local ch = "%1 railway station" local p = { ["system title"] = "Viaurea", ["system icon"] = "20px|link=Viaurea", ["system color"] = "ECECEC",...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local ch = "%1 railway station"

local p = {
	["system title"] = "[[Viaurea]]",
	["system icon"] = "[[File:Viaurea-logo.png|20px|link=Viaurea]]",
	["system color"] = "ECECEC",
	["station format"] = {
		"%1 railway station",
		["Montecara Pòrta Conìxia"] = "%1",
	},
	["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bold; font-kerning:auto; font-stretch:expanded; color:#1D1D1D; background-color:#ECECEC;  padding:0.5em 4px; text-align:center; align-items:center;",
	["header background color"] = "ECECEC",
	["header text color"] = "FFFFFF",
	["lines"] = {
		["_default"] = {
			["color"] = "000000",	
		},
		-- Viaurea lines
		["A"] = {
			["title"] = "[[Viaurea|A]]",
			["color"] = "000000",
			["left terminus"] = "Montecara",
			["right terminus"] = "Precea",
			["icon"] = "[[File:RexioA.png|40px|link=Viaurea]]",
		},
    },
}
return p