Jump to content

Module:Adjacent stations/SRT Red Lines

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jjpachano (talk | contribs) at 12:21, 11 September 2021 (Created page with 'local x = "%1 railway station" local p = { ["system title"] = "SRT Red Lines", ["system icon"] = "", ["station format"] = { "%1 Station", ["Taling Chan"] = x, ["Bang Bamru"] = x, ["Hua Mak"] = x, ["Bang Sue"] = "Bang Sue Grand Station", ["Hua Lamphong"] = "Hua Lamphong Station (SRT Dark Red Line)", }, ["lines"] = { ["Light Red Line"] = { ["title"] = "Light Red Line", ["color"] = "ff0000", ["left termin...'). 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 railway station"

local p = {
	["system title"] = "[[SRT Red Lines]]",
	["system icon"] = "",
	["station format"] = {
		"%1 Station",
		["Taling Chan"] = x,
		["Bang Bamru"] = x,
		["Hua Mak"] = x,
		["Bang Sue"] = "Bang Sue Grand Station",
		["Hua Lamphong"] = "Hua Lamphong Station (SRT Dark Red Line)",
	},
	["lines"] = {
		["Light Red Line"] = {
			["title"] = "[[SRT Light Red Line|Light Red Line]]",
			["color"] = "ff0000",
			["left terminus"] = "Taling Chan",
			["right terminus"] = "Bang Sue",
			["types"] = {
			     ["Phase II"] = {
					["title"] ="",
					["note-mid"] = "Phase II",
					["left terminus"] = "Bang Sue",
					["right terminus"] = "Hua Mak",
				},
			    ["Phase III"] = {
					["title"] ="",
					["note-mid"] = "Phase III",
					["left terminus"] = "Sala Ya",
					["right terminus"] = "Taling Chan",
				},
			},
		},
	    ["Dark Red Line"] = {
			["title"] = "[[SRT Dark Red Line|Dark Red Line]]",
			["color"] = "e10506",
			["left terminus"] = "Rangsit",
			["right terminus"] = "Bang Sue",
		    ["types"] = {
			     ["City Train"] = {
					["title"] ="<small>City Train</small>",
					["left terminus"] = "Rangsit",
					["right terminus"] = "Bang Sue",
				},
			    ["Express Train"] = {
					["title"] ="<small>Express Train</small>",
					["left terminus"] = "Rangsit",
					["right terminus"] = "Bang Sue",
				},
			    ["Phase II"] = {
					["title"] ="",
					["note-mid"] = "Phase III",
					["left terminus"] = "Thammasat University",
					["right terminus"] = "Rangsit",
				},
			    ["Phase III"] = {
					["title"] ="",
					["note-mid"] = "Phase III",
					["left terminus"] = "Bang Sue",
					["right terminus"] = "Hua Lamphong",
				},
			    ["Phase IV"] = {
					["title"] ="",
					["note-mid"] = "Phase IV",
					["left terminus"] = "Khlong San",
					["right terminus"] = "Bang Bon",
				},
			},
		},
	},
}

return p