Difference between revisions of "Module:Adjacent stations/Brampton Transit"
Jump to navigation
Jump to search
blackwiki>Mackensen (+Brampton Downtown Terminal) |
blackwiki>Mackensen (update default case) |
||
| Line 6: | Line 6: | ||
["name format"] = "font-size: 180%; font-family:sans; font-weight:bolder; line-height:100%; color:#000000; background-color:transparent;", | ["name format"] = "font-size: 180%; font-family:sans; font-weight:bolder; line-height:100%; color:#000000; background-color:transparent;", | ||
["station format"] = { | ["station format"] = { | ||
| − | "%1 | + | "%1", |
["Downtown Terminal"] = "Brampton Downtown Terminal", | ["Downtown Terminal"] = "Brampton Downtown Terminal", | ||
}, | }, | ||
Revision as of 00:11, 29 June 2019
This is a data module for Module:Adjacent stations. It supports services operated by the Brampton Transit, including the Züm bus rapid transit system.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local p = {
["lang"] = "en-US",
["system title"] = "[[Brampton Transit]]",
["system icon"] = "",
["system color"] = "3366CC",
["name format"] = "font-size: 180%; font-family:sans; font-weight:bolder; line-height:100%; color:#000000; background-color:transparent;",
["station format"] = {
"%1",
["Downtown Terminal"] = "Brampton Downtown Terminal",
},
["lines"] = {
["_default"] = {
["color"] = "ff0000",
},
["501 Züm Queen"] = {
["title"] = "[[501 Züm Queen]]",
},
["502 Züm Main"] = {
["title"] = "[[502 Züm Main]]",
},
["505 Züm Bovaird"] = {
["title"] = "[[505 Züm Bovaird]]",
},
["511 Züm Steeles"] = {
["title"] = "[[511 Züm Steeles]]",
},
["561 Züm Queen West"] = {
["title"] = "[[561 Züm Queen West]]",
},
["Brampton Transit"] = {
["title"] = "[[Brampton Transit]]",
["color"] = "3366CC",
},
},
["aliases"] = {
["bovaird"] = "505 Züm Bovaird",
["main"] = "502 Züm Main",
["queen"] = "501 Züm Queen",
["queen west"] = "561 Züm Queen West",
["steeles"] = "511 Züm Steeles",
},
}
return p