Module:Adjacent stations/Docklands Light Railway

MyWikiBiz, Author Your Legacy — Monday June 03, 2024
< Module:Adjacent stations
Revision as of 18:25, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Docklands Light Railway)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Docklands Light Railway/doc

local x = "%1 station"

local p = {
	["system title"] = "[[Docklands Light Railway|DLR]]",
	["system icon"] = "[[File:DLR no-text roundel.svg|15px|link=Docklands Light Railway|alt=Docklands Light Railway]]",
	["system color"] =  "00b2a9",
	["station format"] = {
		"%1 DLR station",
		["Canning Town"] = x,
		["Custom House"] = x,
		["Greenwich"] = x,
		["Limehouse"] = x,
		["Stratford"] = x,
		["Stratford International"] = x,
		["West Ham"] = x,
		["Bank"] = "Bank and Monument stations",
		["Dagenham Dock"] = "Dagenham Dock railway station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Docklands Light Railway]]",
			["color"] = "00b2a9",
			["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