Module:Adjacent stations/Docklands Light Railway
local x = "%1 station"
local rws = "%1 railway station"
local p = {
["system title"] = "DLR",
["system icon"] = "File:DLR no-text roundel.svg",
["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"] = "Docklands Light Railway",
["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"] = "Morning peak only",
["left terminus"] = "Stratford",
["right terminus"] = "Lewisham"
},
["Tower Gateway–Beckton"] = {
["left terminus"] = "Tower Gateway",
["right terminus"] = "Beckton"
},
["Canning Town–Beckton"] = {
["note-mid"] = "Inter-peak/daytime only",
["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