ماڈیول:Adjacent stations/Dhaka Metro

آزاد دائرۃ المعارف، ویکیپیڈیا سے
Documentation icon دستاویز [تخلیق]
local p = {
	["system title"] = "[[Dhaka Metro Rail|Dhaka Metro]]",
	["system icon"] = "[[File:ঢাকা মেট্রোরেল স্টেশন চিহ্ন.svg|x15px|link=Dhaka Metro Rail]]",
	["system color"] = "006e34",
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; color: #FFFFFF; background-color:#006e34;",
	["color box format"] = "title",
	["header background color"] = "006e34",
	["station format"] = {
		"%1 metro station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[MRT Line %1 (Dhaka Metro)|MRT Line %1]]",
		},
		["1"] = {
			["short name"] = "1",
			["color"] = "FF0000",
			["left terminus"] = {"Dhaka Airport", "Purbachal Terminal"},
			["right terminus"] = "Kamalapur",
			["types"] = {
				["airport"] = {
					["title"] = "",
					["left terminus"] = "Dhaka Airport",
				},
				["purbachal"] = {
					["title"] = "",
					["left terminus"] = "Purbachal Terminal",
				}
			}
		},
		["2"] = {
			["short name"] = "2",
			["color"] = "783899",
			["left terminus"] = "Gabtoli",
			["right terminus"] = "Narayanganj",
		},
		["3"] = {
			["short name"] = "3",
			["color"] = "000000",
		},
		["4"] = {
			["color"] = "053E98",
			["short name"] = "4",
			["left terminus"] = "Kamalapur",
			["right terminus"] = "Madanpur",
		},
		["5N"] = {
			["title"] = "[[MRT Line 5 (Northern Route)|MRT Line 5N]]",
			["color"] = "13B2DA",
			["short name"] = "5N",
			["left terminus"] = "Hemayetpur",
			["right terminus"] = "Bhatara",
		},
		["5S"] = {
			["title"] = "[[MRT Line 5 (Southern Route)|MRT Line 5S]]",
			["color"] = "EE830B",
			["short name"] = "5S",
			["left terminus"] = "Gabtoli",
			["right terminus"] = "Dasherkandi",
		},
		["6"] = {
			["color"] = "1E5B46",
			["short name"] = "6",
			["left terminus"] = "Uttara North",
			["right terminus"] = "Kamalapur",
		},
		--for route box
		["1A"] = {
			["title"] = "[[MRT Line 1 (Dhaka Metro)#Airport route|MRT Line 1A]]",
			["color"] = "FF0000",
		},
		["1P"] = {
			["title"] = "[[MRT Line 1 (Dhaka Metro)#Purbachal route|MRT Line 1P]]",
			["color"] = "FF0000",
		},
	},
	["aliases"] = {
		["1a"] = "1A",
		["1p"] = "1P",
		["5n"] = "5N",
		["5s"] = "5S"
	}
}
return p