Jump to content

Module:Adjacent stations/BTS Skytrain

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jjpachano (talk | contribs) at 02:23, 12 September 2021 (Created page with 'local x = "%1 station" local p = { ["system title"] = "BTS Skytrain", ["system icon"] = "18px|link=BTS Skytrain", ["station format"] = { "%1 BTS station", ["Charoen Nakhon"] = x, ["Khlong San"] = x, }, ["lines"] = { ["Sukhumvit"] = { ["title"] = "Sukhumvit Line", ["color"] = "77cc00", ["left terminus"] = "Khu Khot", ["right terminus"] = "Kheha", }, ["Silom"] = { ["title"] = "...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local x = "%1 station"

local p = {
	["system title"] = "[[BTS Skytrain]]",
	["system icon"] = "[[File:BTSbangkok.svg|18px|link=BTS Skytrain]]",
	["station format"] = {
		"%1 BTS station",
		["Charoen Nakhon"] = x,
		["Khlong San"] = x,
	},
	["lines"] = {
		["Sukhumvit"] = {
			["title"] = "[[Sukhumvit line|Sukhumvit Line]]",
			["color"] = "77cc00",
			["left terminus"] = "Khu Khot",
			["right terminus"] = "Kheha",
		},
	    ["Silom"] = {
			["title"] = "[[Silom line|Silom Line]]",
			["color"] = "246b5b",
			["left terminus"] = "National Stadium",
			["right terminus"] = "Bang Wa",
		},
	    ["Gold"] = {
			["title"] = "[[Gold Line (Bangkok)|Gold Line]]",
			["color"] = "D4AF37",
			["left terminus"] = "Khlong San",
			["right terminus"] = "Krung Thon Buri",
		},
	},
}

return p