Module:Adjacent stations/Euclostar: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 14: Line 14:
["header text color"] = "FFFFFF",
["header text color"] = "FFFFFF",
["lines"] = {
["lines"] = {
["title"] = "[[Euclostar]]",
["Euclostar"] = {
["color"] = "003399",
["title"] = "[[Euclostar]]",
["left terminus"] = "?",
["color"] = "003399",
["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