Module:Adjacent stations/THURBO

MyWikiBiz, Author Your Legacy — Wednesday April 24, 2024
< Module:Adjacent stations
Revision as of 18:48, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/THURBO)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local de = "%1 station"

local p = {
	["system title"] = "[[THURBO]]",
	["system icon"] = "",
	["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0E3984;  padding:0.5em 4px; text-align:center; align-items:center;",
	["header background color"] = "0E3984",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 railway station",
		["Konstanz"] = de,
	},
	["lines"] = {
		["RegioExpress"] = {
			["title"] = "[[RegioExpress]]",
			["types"] = {
				["Herisau–Konstanz"] = {
					["title"] = "",
					["color"] = "ffc220",
					["left terminus"] = "Herisau",
					["right terminus"] = "Konstanz",
				},
			},
		},
	},
}

return p