Module:Adjacent stations/Euclostar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
"%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:#FFFFFF; background-color:#003399; 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:#FFFFFF; background-color:#003399; padding:0.5em 4px; text-align:center; align-items:center;", | ||
Line 13: | Line 14: | ||
["header text color"] = "FFFFFF", | ["header text color"] = "FFFFFF", | ||
["lines"] = { | ["lines"] = { | ||
["title"] = "[[Euclostar]]", | |||
["color"] = "003399", | |||
["left terminus"] = "?", | |||
["right terminus"] = "?" | |||
} | |||
} | |||
} | |||
return p | return p |
Revision as of 18:40, 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"] = {
["title"] = "[[Euclostar]]",
["color"] = "003399",
["left terminus"] = "?",
["right terminus"] = "?"
}
}
return p