Module:Adjacent stations/VM: Difference between revisions

Jump to navigation Jump to search
(Created page with "local x = "%1 railway station" local p = { ["lang"] = "en-US", ["system title"] = "Viafèra de Montecara", ["system color"] = "241F20", ["station format"] = { "%1 r...")
 
No edit summary
 
Line 4: Line 4:
["lang"] = "en-US",
["lang"] = "en-US",
["system title"] = "[[Viafèra de Montecara]]",
["system title"] = "[[Viafèra de Montecara]]",
["system icon"] = "[[File:VM-icon-bw.svg]]",
["system color"] = "241F20",
["system color"] = "241F20",
["station format"] = {
["station format"] = {
Line 9: Line 10:
["Montecara"] = "[[Montecara Pòrta Conìxia railway station|Montecara Pòrta Conìxia]]",
["Montecara"] = "[[Montecara Pòrta Conìxia railway station|Montecara Pòrta Conìxia]]",
},
},
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bold; font-kerning:auto; font-stretch:expanded; color:#ECECEC; background-color:#481E36; padding:0.5em 4px; text-align:center; align-items:center;",
["name format"] = "font-family: Helvetica, Liberation Sans, Arimo, Microsoft Sans Serif, Arial; background-color: #241f20; font-size: 160%; color: white; padding: 0.4em 4px; margin: 0.25em;",
["header background color"] = "241F20",
["header background color"] = "241F20",
["header background color"] = "241F20",
["header text color"] = "FFFFFF",
["header text color"] = "FFFFFF",

Latest revision as of 21:37, 21 August 2023

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

local x = "%1 railway station"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Viafèra de Montecara]]",
	["system icon"] = "[[File:VM-icon-bw.svg]]",
	["system color"] = "241F20",
	["station format"] = {
		"%1 railway station",
		["Montecara"] = "[[Montecara Pòrta Conìxia railway station|Montecara Pòrta Conìxia]]",
		},
	["name format"] = "font-family: Helvetica, Liberation Sans, Arimo, Microsoft Sans Serif, Arial; background-color: #241f20; font-size: 160%; color: white; padding: 0.4em 4px; margin: 0.25em;",
	["header background color"] = "241F20",
	["header background color"] = "241F20",
	["header text color"] = "FFFFFF",
	["lines"] = {
    },
}
return p