Template:Adjacent stations doc

LinesEdit

Template:Col-begin Template:Col-2 Line and colour key: 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}}:

  • {{rcb|Bratislava undergrounds|A|inline=route}}: Template:Rcb
  • {{rcb|Bratislava undergrounds|B|inline=route}}: Template:Rcb

Template:Col-end


local p = {
	["system title"] = "[[Trains in Bratislava|Bratislava train network]]",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		["A"] = {
			["title"] = "[[Bratislava underground route A|A]]",
			["color"] = "060060",
			["text color"] = "FFFFFF",
		},
		["B"] = {
			["title"] = "[[Bratislava train route B|B]]",
			["color"] = "bf0000",
			["text color"] = "FFFFFF",
		},
	},
}

return p