跳转到内容

模組:Adjacent stations/BTS Skytrain

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站"

local p = {
	["system title"] = "[[曼谷天铁]]",
	["system icon"] = "[[File:BTS-Logo.svg|18px|link=BTS Skytrain]]",
	["rail box format"] = "title",
	["station format"] = {
		"%1站",
		["Charoen Nakhon"] = x,
		["Khlong San"] = x,
		["Bang Wa"] = x,
		["北寧"] = "[[北寧站 (泰國)|北寧]]",
	},
	["lines"] = {
		["Sukhumvit"] = {
			["title"] = "[[素坤逸線]]",
			["color"] = "76b729",
			["left terminus"] = "窟口",
			["right terminus"] = "凯哈",
		},
		["Silom"] = {
			["title"] = "[[是隆線]]",
			["color"] = "02817d",
			["left terminus"] = "國家運動場",
			["right terminus"] = "曼瓦",
		},
		["Gold"] = {
			["title"] = "[[曼谷旅客捷運金線|金線]]",
			["color"] = "d4af37",
			["left terminus"] = "空訕",
			["right terminus"] = "吞武里城",
		}
	}
}

return p