Documentation icon دستاویز [تخلیق]
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)]]",
	["station format"] = {
		"%1 MRT station",
		["Bang Wa"] = y,
		["Wongwian Yai"] = x,
        ["QSNCC"] = "Queen Sirikit National Convention Centre MRT station",
	},
	["lines"] = {
		["Blue"] = {
			["title"] = "[[Blue Line (Bangkok)|Blue Line]]",
			["color"] = "1964b7",
			["icon"] = "[[File:MRT (Bangkok) logo.svg|18px|alt=]]",
			["left terminus"] = "Lak Song",
			["right terminus"] = "Tha Phra",
			["circular"] = false,
			["types"] = {
				 ["Loop"] = {
					["title"] ="",
					["note-mid"] = "",
					["left terminus"] = "Next counter-clockwise",
					["right terminus"] = "Next clockwise",
					["circular"] = true,
				},
			    ["Tha Phra loop"] = {
					["title"] ="",
					["note-mid"] = "",
					["left terminus"] = "toward [[Lak Song MRT station|Lak Song]]",
					["right terminus"] = "Next clockwise",
					["circular"] = true,
				},
			},
		},
	    ["Purple"] = {
			["title"] = "[[Purple Line (Bangkok)|Purple Line]]",
			["color"] = "660066",
			["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"] = "Kru Nai",
				},
			},
		},
	    ["Orange"] = {
			["title"] = "[[Orange Line (Bangkok)|Orange Line]]",
			["color"] = "ff6601",
			["icon"] = "[[File:MRT (Bangkok) Orange logo.svg|18px|alt=]]",
			["left terminus"] = "Taling Chan",
			["right terminus"] = "Yeak Rom Klao",
		},
	    ["Pink"] = {
			["title"] = "[[Pink Line (Bangkok)|Pink Line]] (under construction)",
			["color"] = "eda0c2",
			["left terminus"] = "Nonthaburi Civic Center",
			["right terminus"] = "Min Buri",
		},
	    ["Yellow"] = {
			["title"] = "[[Yellow Line (Bangkok)|Yellow Line]] (under construction)",
			["color"] = "f4da01",
			["left terminus"] = "Ratchada–Lat Phrao",
			["right terminus"] = "Samrong",
		},
	    ["Brown"] = {
			["title"] = "[[Brown Line (Bangkok)|Brown Line]]",
			["color"] = "a52a2a",
			["left terminus"] = "Nonthaburi Civic Center",
			["right terminus"] = "Yaek Lam Sali",
		},
		["Light Blue"] = {
			["title"] = "[[Light Blue Line (Bangkok)|Light Blue Line]] (planned)",
			["color"] = "99ccff",
			["left terminus"] = "Pracha Songkhro",
			["right terminus"] = "Chong Nonsi",
		},
		["Grey"] = {
			["title"] = "[[Grey Line (Bangkok)|Grey Line]] (planned)",
			["color"] = "808080",
			["left terminus"] = "Watcharaphon",
			["right terminus"] = "Thong Lo",
		},
		["Silver"] = {
			["title"] = "[[Bang Na–Suvarnabhumi light rail|Silver Line]] (planned)",
			["color"] = "dddddd",
			["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