Module:Adjacent stations/Bratislava undergrounds

< Module:Adjacent stations
Revision as of 20:33, 17 September 2020 by imported>Gateshebe (Created page with 'local p = { ["system title"] = "Bratislava train network", ["system icon"] = "", ["station format"] = { "", [""] = "", }, ["lin...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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