Jump to content

Module:Adjacent stations/SRT

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jjpachano (talk | contribs) at 00:59, 11 September 2021 (Created page with 'local p = { ["system title"] = "State Railway of Thailand", ["system icon"] = "", ["station format"] = { "%1 railway station", ["Bang Sue"] = "Bang Sue Grand Station", }, ["lines"] = { ["Northern Line"] = { ["title"] = "Northern Line", ["color"] = "0000ff", ["left terminus"] = "Bangkok", ["right terminus"] = "Chiang Mai", ["types"] = { ["Sawankhalok Branch"] = { ["title"] ="<small>[[Saw...'). 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 p = {
	["system title"] = "[[State Railway of Thailand]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Bang Sue"] = "Bang Sue Grand Station",
	},
	["lines"] = {
		["Northern Line"] = {
			["title"] = "[[Northern Line (Thailand)|Northern Line]]",
			["color"] = "0000ff",
			["left terminus"] = "Bangkok",
			["right terminus"] = "Chiang Mai",
			["types"] = {
			     ["Sawankhalok Branch"] = {
					["title"] ="<small>[[Sawankhalok Line|Sawankhalok Branch]]</small>",
					["left terminus"] = "Ban Dara Junction",
					["right terminus"] = "Sawankhalok",
				},
			},
		},
		["Northeastern Line"] = {
			["title"] = "[[Northeastern Line (Thailand)|Northeastern Line]]",
			["color"] = "008000",
			["left terminus"] = "Bangkok",
			["right terminus"] = {"Ubon Ratchathani", "Thanaleng"},
			["types"] = {
			     ["Kaeng Khoi–Bua Yai Branch"] = {
					["title"] ="<small>Kaeng Khoi–Bua Yai Branch</small>",
					["left terminus"] = "Kaeng Khoi",
					["right terminus"] = "Bua Yai Junction",
				},
			},
		},
	    ["Eastern Line"] = {
			["title"] = "[[Eastern Line (Thailand)|Eastern Line]]",
			["color"] = "ffa500",
			["left terminus"] = "Bangkok",
			["right terminus"] = {"Poipet", "Ban Phlu Ta Luang"},
			},
		},
	    ["Southern Line"] = {
			["title"] = "[[Southern Line (Thailand)|Southern Line]]",
			["color"] = "ff0000",
			["left terminus"] = "Bangkok",
			["right terminus"] = "Su-ngai Kolok",
			["types"] = {
			     ["Burma Railway"] = {
					["title"] ="<small>[[Burma Railway]]</small>",
					["left terminus"] = "Nong Pladuk Junction",
					["right terminus"] = "Nam Tok",
				},
			    ["Padang Besar Branch"] = {
					["title"] ="<small>Padang Besar Branch</small>",
					["left terminus"] = "Hat Yai Junction",
					["right terminus"] = "Padang Besar",
				},
			    ["Nakhon Si Thammarat Branch"] = {
					["title"] ="<small>Nakhon Si Thammarat Branch</small>",
					["left terminus"] = "Khao Chum Thong Junction",
					["right terminus"] = "Nakhon Si Thammarat",
				},
			},
	    },
		["Northeastern HSR"] = {
			["title"] = "[[Bangkok–Nong Khai high-speed railway|Northeastern HSR]]",
			["color"] = "000000",
			["left terminus"] = "Bangkok",
			["right terminus"] = "Nong Khai",
	},
}

return p