Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/alex

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rws = "%1 railway station"

local p = {
	["system title"] = "",
	["system icon"] = "[[File:Alex (Zug) Logo.svg|60px|link=Alex (rail service)]]",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Hof"] = hbf,
		["Landshut (Bayern)"] = hbf,
		["München"] = hbf,
		["Regensburg"] = hbf,
		["Praha hl.n."] = "Praha hlavní nádraží",
		["Praha-Smíchov"] = rws,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Die Länderbahn#alex|%1]]",
		},
		["RE 2"] = {
			["color"] = "006666",
			["left terminus"] = "München",
			["right terminus"] = "Hof",
		},
		["RE 23"] = {
			["color"] = "006666",
			["left terminus"] = "München",
			["right terminus"] = "Hof",
		},
		["RE 25"] = {
			["color"] = "006666",
			["left terminus"] = "München",
			["right terminus"] = "Praha hl.n.",
		},
	},
}

return p