Module:Adjacent stations/Euclostar: Difference between revisions

Jump to navigation Jump to search
(Created page with "local x = "%1 railway station" local p = { ["lang"] = "en-US", ["system title"] = "Euclostar", ["system color"] = "0000FF", ["station format"] = { "%1 railway stati...")
 
No edit summary
Line 18: Line 18:
},
},
["E10"] = {
["E10"] = {
["color"] = "FF0000",
["left terminus"] = "Verlois",
["left terminus"] = "Verlois",
["right terminus"] = "Montecara",
["right terminus"] = "Montecara",

Revision as of 22:10, 2 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"] = "0000FF",
	["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:#1D1D1D; background-color:#0000FF;  padding:0.5em 4px; text-align:center; align-items:center;",
	["header background color"] = "ECECEC",
	["header text color"] = "FFFFFF",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Euclostar|%1]]",
			["color"] = "0000FF",	
		},
		["E10"] = {
			["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",
		},
    },
}
return p