Jump to content

Module:Adjacent stations/Bangladesh Railways

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Mehedi Abedin (talk | contribs) at 00:14, 25 January 2023 (Undid revision 1135491519 by Mehediabedin (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Bangladesh Railway]]",
	["system color"] = "1362EB",
	["name format"] = "font-size: 150%; font-family:Arial; font-weight: bold; line-height: 100%; color: #FCED7C; background-color: #1362EB; padding: 0.3em;",
    ["header background color"] = "FFF9C9",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 line]]",
			["types"] = {
				["Express"] = {
					["title"] = "Express",
					["color"] = "000075",
				},
				["Passenger"] = {
					["title"] = "Passenger",
					["color"] = "00BFFF",
				},
			},
		},
		["Narayanganj–Bahadurabad Ghat"] = {
			["title"] = "[[Narayanganj–Bahadurabad Ghat line]]",
			["left terminus"] = "Narayanganj",
			["right terminus"] = "Bahadurabad Ghat",
			["color"] = "012345"
		}
	}
}
return p