Module:Adjacent stations/Furka Cogwheel Steam Railway

MyWikiBiz, Author Your Legacy — Monday June 17, 2024
< Module:Adjacent stations
Revision as of 18:27, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Furka Cogwheel Steam Railway)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local p = {
	["system title"] = "[[Furka Steam Railway]]",
	["system icon"] = "",
	["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0047AB;  padding:0.5em 4px; text-align:center; align-items:center;",
	["header background color"] = "0047AB",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["Oberwald–Realp"] = {
			["title"] = "Oberwald to Realp",
			["color"] = "0047AB",
			["left terminus"] = "Oberwald",
			["right terminus"] = "Realp DFB",
		},
	},
}

return p