Module:Adjacent stations/Euclostar: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
["lang"] = "en-US",
["lang"] = "en-US",
["system title"] = "[[Euclostar]]",
["system title"] = "[[Euclostar]]",
["system color"] = "0000FF",
["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]]",
},
},
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bold; font-kerning:auto; font-stretch:expanded; color:#1D1D1D; background-color:#0000FF;  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;",
["header background color"] = "ECECEC",
["header background color"] = "003399",
["header text color"] = "FFFFFF",
["header text color"] = "FFFFFF",
["lines"] = {
["lines"] = {
["_default"] = {
["_default"] = {
["title"] = "[[Euclostar|%1]]",
["title"] = "[[Euclostar]]",
["color"] = "0000FF",
["color"] = "003399",
},
["left terminus"] = "?",
["E10"] = {
["right terminus"] = "?"
["left terminus"] = "Verlois",
}
["right terminus"] = "Montecara",
},
["E11"] = {
["left terminus"] = "Burgo Coroa",
["right terminus"] = "Montecara",
},
["E12"] = {
["left terminus"] = "Vallenoche",
["right terminus"] = "Montecara",
},
["E13"] = {
["left terminus"] = "Povelia",
["right terminus"] = "Montecara",
},
["E14"] = {
["left terminus"] = "Alikianos Kentro",
["right terminus"] = "Montecara",
},
     },
     },
}
}
return p
return p

Revision as of 18:35, 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]]",
	},
	["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"] = {
		["_default"] = {
			["title"] = "[[Euclostar]]",
			["color"] = "003399",
			["left terminus"] = "?",
			["right terminus"] = "?"
			}
    },
}
return p