Difference between revisions of "Module:Adjacent stations/Furka Cogwheel Steam Railway"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(add name format)
blackwiki>Bahnfrend
(amendment consequential upon article name change)
Line 1: Line 1:
 
local p = {
 
local p = {
["system title"] = "[[Furka Cogwheel Steam Railway]]",
+
["system title"] = "[[Furka Steam Railway]]",
 
["system icon"] = "",
 
["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;",
 
["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;",

Revision as of 03:22, 9 June 2020

This is a data module for Module:Adjacent stations. It supports services operated by the Furka Cogwheel Steam Railway.


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