Module:Adjacent stations/MRT

From Wikipedia, the free encyclopedia

local x = "%1 BTS station"
local y = "%1 station"

local p = {
	["system title"] = "[[MRT (Bangkok)|Metropolitan Rapid Transit]]",
	["system icon"] = "[[File:MRT (Bangkok) logo.svg|18px|link=MRT (Bangkok)]]",
	["name format"] = {
		"font-size: 160%; font-family: Arial; font-weight: Regular; color: #FFC90E; background-color: #20147d; padding: 0.3em 4px; line-height: 110%",
		["Purple"] = "text-align: left; font-size: 160%; font-family: Arial; font-weight: Regular; color: #FFF; background-color: #606; padding: 0.3em 4px; line-height: 130%",
	},
	["station format"] = {
		"%1 MRT station",
		["Bang Wa"] = y,
		["Wongwian Yai"] = x,
		["QSNCC"] = "Queen Sirikit National Convention Centre MRT station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Bangkok)|%1 Line]]",
		},
		["Blue"] = {
			["color"] = "1964b7",
			["icon"] = "[[File:MRT (Bangkok) logo.svg|18px|alt=]]",
			["left terminus"] = "Lak Song",
			["right terminus"] = "Tha Phra",
			["circular"] = false,
			["types"] = {
				 ["Loop"] = {
					["title"] = "",
					["left terminus"] = "Next counter-clockwise",
					["right terminus"] = "Next clockwise",
					["circular"] = true,
				},
				["Tha Phra loop"] = {
					["title"] = "",
					["left terminus"] = "towards [[Lak Song MRT station|Lak Song]]",
					["right terminus"] = "Next clockwise",
					["circular"] = true,
				}
			}
		},
		["Purple"] = {
			["color"] = "606",
			["icon"] = "[[File:MRT (Bangkok) Purple logo.svg|18px|alt=]]",
			["left terminus"] = "Khlong Bang Phai",
			["right terminus"] = "Tao Poon",
			["types"] = {
				 ["Extension"] = {
					["title"] = "",
					["note-mid"] = "Southern Extension",
					["left terminus"] = "Tao Poon",
					["right terminus"] = "Khru Nai",
				}
			}
		},
		["Orange"] = {
			["color"] = "ff6601",
			["icon"] = "[[File:MRT (Bangkok) Orange logo.svg|18px|alt=]]",
			["text color"] = "fff",
			["left terminus"] = "Taling Chan",
			["right terminus"] = "Yaek Rom Klao",
		},
		["Pink"] = {
			["title"] = "[[Pink Line (Bangkok)|Pink Line]]",
			["icon"] = "[[File:MRT (Bangkok) Pink Logo.svg|18px|alt=]]",
			["color"] = "ce5981",	
			["text color"] = "fff",
			["left terminus"] = "Nonthaburi Civic Center",
			["right terminus"] = "Min Buri",
			["types"] = {
				 ["Impact Spur Line"] = {
					["title"] = "",
					["note-mid"] = "Impact Spur Line (under construction)",
					["left terminus"] = "Muang Thong Thani",
					["right terminus"] = "Lake Muang Thong Thani",
				}
			}
		},
		["Yellow"] = {
			["title"] = "[[Yellow Line (Bangkok)|Yellow Line]]",
			["icon"] = "[[File:MRT (Bangkok) Yellow Logo 01.svg|18px|alt=]]",
			["color"] = "f4da01",
			["left terminus"] = "Lat Phrao",
			["right terminus"] = "Samrong",
		},
		["Brown"] = {
			["color"] = "a52a2a",
			["left terminus"] = "Nonthaburi Civic Center",
			["right terminus"] = "Yaek Lam Sali",
		},
		["Light Blue"] = {
			["title"] = "[[Light Blue Line (Bangkok)|Light Blue Line]] (planned)",
			["color"] = "9cf",
			["left terminus"] = "Pracha Songkhro",
			["right terminus"] = "Chong Nonsi",
		},
		["Grey"] = {
			["title"] = "[[Grey Line (Bangkok)|Grey Line]] (planned)",
			["color"] = "808080",
			["text color"] = "fff",
			["left terminus"] = "Watcharaphon",
			["right terminus"] = "Thong Lo",
		},
		["Silver"] = {
			["title"] = "[[Bang Na–Suvarnabhumi light rail|Silver Line]] (planned)",
			["color"] = "ddd",
			["left terminus"] = "Bang Na",
			["right terminus"] = "Suvarnabhumi Airport",
		}
	},
	["aliases"] = {
		["blue"] = "Blue",
		["purple"] = "Purple",
		["orange"] = "Orange",
		["pink"] = "Pink",
		["yellow"] = "Yellow",
		["brown"] = "Brown",
		["light blue"] = "Light Blue",
		["grey"] = "Grey",
	}
}

return p