Template:Adjacent stations doc

LinesEdit

Template:Col-begin Template:Col-2 Line and color key: Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Col-2

Bahnlinie-style icons using {{rail color box}}:

  • Lua error: expandTemplate: template "Template:rcb" does not exist.
  • Lua error: expandTemplate: template "Template:rcb" does not exist.
  • Lua error: expandTemplate: template "Template:rcb" does not exist.

Template:Col-end


local p = {
	["system title"] = "[[Vorarlberg S-Bahn]]",
	["system icon"] = "",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 railway station",
		["Lindau-Insel"] = "Lindau-Insel station",
		["Lindau-Reutin"] = "%1 station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Vorarlberg S-Bahn#Lines|S%1]]",
		},
		["1"] = {
			["short name"] = "S1",
			["text color"] = "FFFFFF",
			["color"] = "DC0530",
			["left terminus"] = "Bludenz",
			["right terminus"] = "Lindau-Insel",
		},
		["3"] = {
			["short name"] = "S3",
			["text color"] = "FFFFFF",
			["color"] = "DC0530",
			["left terminus"] = "St. Margrethen",
			["right terminus"] = "Bregenz",
		},
		["4"] = {
			["short name"] = "S4",
			["text color"] = "FFFFFF",
			["color"] = "DC0530",
			["left terminus"] = "Bludenz",
			["right terminus"] = "Schruns",
		},
	},
}

return p