Module:Adjacent stations/WESTbahn

MyWikiBiz, Author Your Legacy — Saturday July 06, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/WESTbahn/doc

local p = {
	["system title"] = "[[WESTbahn]]",
	-- ["system icon"] = "[[File:Westbahn-logo-pantone.svg|18px|link=WESTbahn]]",
	["system color"] = "008fc8",
	["lang"] = "en-US",
	["station format"] = {
		"%1 railway station",
		["Linz Hbf"] = "Linz Hauptbahnhof",
		["Linz Hauptbahnhof"] = "%1",
		["Salzburg Hbf"] = "Salzburg Hauptbahnhof",
		["Salzburg Hauptbahnhof"] = "%1",
		["St. Pölten Hbf"] = "St. Pölten Hauptbahnhof",
		["St. Pölten Hauptbahnhof"] = "%1",
		["Wels Hbf"] = "Wels Hauptbahnhof",
		["Wels Hauptbahnhof"] = "%1",
		["Wien Hbf"] = "Wien Hauptbahnhof",
		["Wien Hauptbahnhof"] = "%1",
		["Wien Westbahnhof"] = "%1",
	},
	["lines"] = {
		["WESTgreen"] = {
			["color"] = "c0cf00",
			["title"] = "[[WESTbahn|WESTgreen]]",
			["left terminus"] = "Salzburg Hbf",
			["right terminus"] = "Wien Westbahnhof"
		},
		["WESTblue"] = {
			["color"] = "008fc8",
			["title"] = "[[WESTbahn|WESTblue]]",
			["left terminus"] = "Salzburg Hbf",
			["right terminus"] = "Wien Praterstern"
		}
	}
}

return p