Documentation icon คู่มือการใช้งานมอดูล[ดู] [แก้] [ประวัติ] [ล้างแคช]

This is a data module for Module:Adjacent stations. It supports services operated by Docklands Light Railway.

สายTypeType keysสีรหัสสีตรา
Bank–Lewisham   00b2a9 รถไฟเบาสายดอคแลนดส์
Stratford–Canary Wharf   00b2a9 รถไฟเบาสายดอคแลนดส์
Stratford–Lewisham   00b2a9 รถไฟเบาสายดอคแลนดส์
Tower Gateway–Beckton   00b2a9 รถไฟเบาสายดอคแลนดส์
Canning Town–Beckton   00b2a9 รถไฟเบาสายดอคแลนดส์
Bank–Woolwich Arsenal   00b2a9 รถไฟเบาสายดอคแลนดส์
Stratford International–Woolwich Arsenal   00b2a9 รถไฟเบาสายดอคแลนดส์

local x = "%1 station"
local rws = "%1 railway station"

local p = {
	["system title"] = "[[รถไฟเบาสายดอคแลนดส์]]",
	["system icon"] = "[[File:DLR no-text roundel.svg|15px|link=รถไฟเบาสายดอคแลนดส์|alt=รถไฟเบาสายดอคแลนดส์]]",
	["system color"] =  "00b2a9",
	["station format"] = {
		"%1 DLR station",
		["Canning Town"] = x,
		["Custom House"] = x,
		["Greenwich"] = x,
		["Lewisham"] = x,
		["Limehouse"] = x,
		["Stratford"] = x,
		["Stratford International"] = x,
		["West Ham"] = x,
		["Woolwich Arsenal"] = x,
		["Bank"] = "Bank and Monument stations",
		["Dagenham Dock"] = rws,
		["Shadwell & St. George's East"] = rws
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[รถไฟเบาสายดอคแลนดส์]]",
			["color"] = "00b2a9",
		},
		["dlr"]=
		{
			["left terminus"]="Foo",
			["right terminus"]="Bar",
			["types"] = {
				["Bank–Lewisham"] = {
					["left terminus"] = "Bank",
					["right terminus"] = "Lewisham"
 				},
				["Stratford–Canary Wharf"] = {
					["left terminus"] = "Stratford",
					["right terminus"] = "Canary Wharf"
 				},
				["Stratford–Lewisham"] = {
					["note-mid"] = "<abbr title=\"06:30–10:00 weekdays\">Morning peak only</abbr>",
					["left terminus"] = "Stratford",
					["right terminus"] = "Lewisham"
 				},
				["Tower Gateway–Beckton"] = {
					["left terminus"] = "Tower Gateway",
					["right terminus"] = "Beckton"
 				},
				["Canning Town–Beckton"] = {
					["note-mid"] = "<abbr title=\"10:00–16:00 weekdays, 08:30–19:30 Saturdays and bank holidays, 10:30–19:30 Sundays\">Inter-peak/daytime only</abbr>",
					["left terminus"] = "Canning Town",
					["right terminus"] = "Beckton"
 				},
				["Bank–Woolwich Arsenal"] = {
					["title"] = "Bank–Woolwich",
					["left terminus"] = "Bank",
					["right terminus"] = "Woolwich Arsenal"
 				},
				["Stratford International–Woolwich Arsenal"] = {
					["title"] = "Stratford–Woolwich",
					["left terminus"] = "Stratford International",
					["right terminus"] = "Woolwich Arsenal"
 				}
			}
		},
	},
	["aliases"] = {
		["bank–woolwich"] = "Bank–Woolwich Arsenal",
		["stratford–woolwich"] = "Stratford International–Woolwich Arsenal"
	}
}

return p