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 12:37, 10 October 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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,
		["Bang Wa"] = 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