模組:Adjacent stations/MRT

维基百科,自由的百科全书
文档图示 模块文档[创建]
local p = {
	["system title"] = "[[曼谷地鐵]]",
	["system icon"] = "[[File:MRT (Bangkok) logo.svg|18px|link=曼谷地鐵]]",
	["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: #FFFFFF; background-color: #660066; padding: 0.3em 4px; line-height: 130%",
	},
	["station format"] = {
		"%1站",
        ["QSNCC"] = "詩麗吉王后國家會議中心站",
        ["三峰"] = "三峰站 (曼谷)",
        ["岛本"] = "[[岛本站 (曼谷)|岛本]]",
        ["挽賜"] = "[[挽賜站 (地鐵)|挽賜]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[曼谷地鐵%1線|%1线]]",
		},
		["Blue"] = {
			["color"] = "1964b7",
			["icon"] = "[[File:MRT (Bangkok) logo.svg|18px|alt=]]",
                ["title"] = "[[曼谷地鐵藍線|藍线]]",
			["left terminus"] = "叻松",
			["right terminus"] = "塔帕",
			["circular"] = false,
			["types"] = {
				 ["Loop"] = {
					["title"] ="",
					["note-mid"] = "",
					["left terminus"] = "下一站(逆時針)",
					["right terminus"] = "下一站(順時針)",
					["circular"] = true,
				},
			    ["Tha Phra loop"] = {
					["title"] ="",
					["note-mid"] = "",
					["left terminus"] = "往[[叻松站|叻松]]",
					["right terminus"] = "下一站(順時針)",
					["circular"] = true,
				},
			},
		},
	    ["Purple"] = {
			["color"] = "660066",
			["icon"] = "[[File:MRT (Bangkok) Purple logo.svg|18px|alt=]]",
			["title"] = "[[曼谷地鐵紫線|紫線]]",
			["left terminus"] = "空曼派",
			["right terminus"] = "岛本",
			["types"] = {
				 ["Extension"] = {
					["title"] ="",
					["note-mid"] = "Southern Extension",
					["left terminus"] = "Tao Poon",
					["right terminus"] = "Kru Nai",
				},
			},
		},
	    ["Pink"] = {
			["title"] = "[[曼谷单轨铁路粉红线|粉红线]](建设中)",
			["color"] = "eda0c2",
			["left terminus"] = "Nonthaburi Civic Center",
			["right terminus"] = "Min Buri",
		},
	    ["Yellow"] = {
			["title"] = "[[曼谷單軌鐵路黃線|黃線]]",
			["color"] = "f4da01",
			["left terminus"] = "叻拋",
			["right terminus"] = "三榕",
		},
	    ["Orange"] = {
			["color"] = "ff6601",
			["icon"] = "[[File:MRT (Bangkok) Orange logo.svg|18px|alt=]]",
			["title"] = "[[曼谷地铁橙线|橙线]](建设中)",
			["left terminus"] = "Taling Chan",
			["right terminus"] = "Yeak Rom Klao",
		},
	    ["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"] = "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