Module:Adjacent stations/SFP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
local p = { | local p = { | ||
["lang"] = "en-US", | ["lang"] = "en-US", | ||
["system title"] = "[[ | ["system title"] = "[[Paretian Railway Service|SFP]]", | ||
["system color"] = "481E36", | ["system color"] = "481E36", | ||
["station format"] = { | ["station format"] = { | ||
"%1 railway station", | "%1 railway station", | ||
["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-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;", | ||
["header background color"] = "481E36", | ["header background color"] = "481E36", | ||
["header text color"] = " | ["header text color"] = "ECECEC", | ||
["lines"] = { | ["lines"] = { | ||
[" | ["Exprima"] = { | ||
["title"] = "[[ | ["title"] = "[[Paretian Railway Service|Exprima]]", | ||
["color"] = " | ["color"] = "a70a0d", | ||
["left terminus"] = "?", | |||
["right terminus"] = "?" | |||
["left terminus"] = " | |||
["right terminus"] = " | |||
}, | }, | ||
[" | ["Direta"] = { | ||
["left terminus"] = " | ["title"] = "[[Paretian Railway Service|Direta]]", | ||
["right terminus"] = " | ["color"] = "481E36", | ||
["left terminus"] = "?", | |||
["right terminus"] = "?" | |||
}, | }, | ||
[" | ["Rexio"] = { | ||
["left terminus"] = " | ["title"] = "[[Paretian Railway Service|Rexio]]", | ||
["right terminus"] = " | ["color"] = "EEE5E9", | ||
["left terminus"] = "?", | |||
["right terminus"] = "?" | |||
}, | }, | ||
[" | ["Nocta"] = { | ||
["left terminus"] = " | ["title"] = "[[Paretian Railway Service|Nocta]]", | ||
["right terminus"] = " | ["color"] = "7C7C7C", | ||
["left terminus"] = "?", | |||
["right terminus"] = "?" | |||
}, | }, | ||
}, | }, | ||
} | } | ||
return p | return p |
Latest revision as of 21:42, 21 August 2023
Documentation for this module may be created at Module:Adjacent stations/SFP/doc
local x = "%1 railway station"
local p = {
["lang"] = "en-US",
["system title"] = "[[Paretian Railway Service|SFP]]",
["system color"] = "481E36",
["station format"] = {
"%1 railway station",
["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;",
["header background color"] = "481E36",
["header text color"] = "ECECEC",
["lines"] = {
["Exprima"] = {
["title"] = "[[Paretian Railway Service|Exprima]]",
["color"] = "a70a0d",
["left terminus"] = "?",
["right terminus"] = "?"
},
["Direta"] = {
["title"] = "[[Paretian Railway Service|Direta]]",
["color"] = "481E36",
["left terminus"] = "?",
["right terminus"] = "?"
},
["Rexio"] = {
["title"] = "[[Paretian Railway Service|Rexio]]",
["color"] = "EEE5E9",
["left terminus"] = "?",
["right terminus"] = "?"
},
["Nocta"] = {
["title"] = "[[Paretian Railway Service|Nocta]]",
["color"] = "7C7C7C",
["left terminus"] = "?",
["right terminus"] = "?"
},
},
}
return p