跳转到内容

模組:Adjacent stations/BTS Skytrain

维基百科,自由的百科全书

这是本页的一个历史版本,由MNXANL留言 | 贡献2024年4月6日 (六) 18:49 建立内容为“local x = "%1站" local p = { ["system title"] = "曼谷天铁", ["system icon"] = "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"] = "凯哈", }, […”的新页面)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
local x = "%1站"

local p = {
	["system title"] = "[[曼谷天铁]]",
	["system icon"] = "[[File:BTSbangkok.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