Module:Adjacent stations/Euclostar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
["lang"] = "en-US", | ["lang"] = "en-US", | ||
["system title"] = "[[Euclostar]]", | ["system title"] = "[[Euclostar]]", | ||
["system color"] = " | ["system color"] = "003399", | ||
["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]]", | ||
["Alikianos"] = "[[Alikianos Kentro railway station|Alikianos Kentro]]", | |||
}, | }, | ||
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bold; font-kerning:auto; font-stretch:expanded; color:# | ["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bold; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#003399; padding:0.5em 4px; text-align:center; align-items:center;", | ||
["header background color"] = " | ["header background color"] = "003399", | ||
["header text color"] = "FFFFFF", | ["header text color"] = "FFFFFF", | ||
["lines"] = { | ["lines"] = { | ||
[" | ["Euclostar"] = { | ||
["title"] = "[[Euclostar | ["title"] = "[[Euclostar]]", | ||
["color"] = " | ["color"] = "003399", | ||
["left terminus"] = "?", | |||
["right terminus"] = "?" | |||
["left terminus"] = " | }, | ||
["right terminus"] = " | }, | ||
} | } | ||
return p | return p |
Latest revision as of 18:42, 4 April 2023
Documentation for this module may be created at Module:Adjacent stations/Euclostar/doc
local x = "%1 railway station"
local p = {
["lang"] = "en-US",
["system title"] = "[[Euclostar]]",
["system color"] = "003399",
["station format"] = {
"%1 railway station",
["Montecara"] = "[[Montecara Pòrta Conìxia railway station|Montecara Pòrta Conìxia]]",
["Alikianos"] = "[[Alikianos Kentro railway station|Alikianos Kentro]]",
},
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bold; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#003399; padding:0.5em 4px; text-align:center; align-items:center;",
["header background color"] = "003399",
["header text color"] = "FFFFFF",
["lines"] = {
["Euclostar"] = {
["title"] = "[[Euclostar]]",
["color"] = "003399",
["left terminus"] = "?",
["right terminus"] = "?"
},
},
}
return p