Jump to content

Module:Adjacent stations/BTS Skytrain

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Plastikspork (talk | contribs) at 16:49, 9 January 2022 (Nevermind, just need these for Template:Rcb). 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]]",
			["short name"] = "Sukhumvit Line",
			["color"] = "77cc00",
			["left terminus"] = "Khu Khot",
			["right terminus"] = "Kheha",
		},
	    ["Silom"] = {
			["title"] = "[[Silom line|Silom Line]]",
			["short name"] = "Silom Line",
			["color"] = "246b5b",
			["left terminus"] = "National Stadium",
			["right terminus"] = "Bang Wa",
		},
	    ["Gold"] = {
			["title"] = "[[Gold Line (Bangkok)|Gold Line]]",
			["short name"] = "Gold Line",
			["color"] = "D4AF37",
			["left terminus"] = "Khlong San",
			["right terminus"] = "Krung Thon Buri",
		},
	},
}

return p