Difference between revisions of "Module:Adjacent stations/TransLink"
Jump to navigation
Jump to search
blackwiki>Fleet Lists (default has busway station suffix) |
blackwiki>Fleet Lists (Add the three lines) |
||
| Line 10: | Line 10: | ||
["station format"] = { | ["station format"] = { | ||
"%1 busway station", | "%1 busway station", | ||
| − | + | }, | |
| + | |||
| + | ["lines"] = { | ||
| + | ["South East"] = { | ||
| + | ["title"] = "[[South East Busway]]", | ||
| + | ["color"] = "00928F", | ||
| + | ["left terminus"] = "Cultural Centre", | ||
| + | ["right terminus"] = "Woolloongabba", "Springwood", | ||
| + | }, | ||
| + | ["Eastern"] = { | ||
| + | ["title"] = "[[Eastern Busway]]", | ||
| + | ["color"] = "F58605", | ||
| + | ["left terminus"] = "UQ Lakes", | ||
| + | ["right terminus"] = "Langlands Park", | ||
| + | }, | ||
| + | ["Northern"] = { | ||
| + | ["title"] = "[[Northern Busway, Brisbane|Norhern Busway]]", | ||
| + | ["color"] = "E54095", | ||
| + | ["left terminus"] = "Cultural Centre", | ||
| + | ["right terminus"] = "RWBH", | ||
| + | }, | ||
}, | }, | ||
Revision as of 07:33, 31 August 2020
{{Module rating }}
Brisbane Busway Routes
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local brisbane = "%1 station, Brisbane"
local p = {
["system title"] = "Translink",
["system color"] = "5d555a",
["system icon"] = "",
["name format"] = "font-size: 170%; font-family:sans-serif; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color:#5d555a; padding: 0.5em 0 0.5em 0;",
["header background color"] = "fa6432",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 busway station",
},
["lines"] = {
["South East"] = {
["title"] = "[[South East Busway]]",
["color"] = "00928F",
["left terminus"] = "Cultural Centre",
["right terminus"] = "Woolloongabba", "Springwood",
},
["Eastern"] = {
["title"] = "[[Eastern Busway]]",
["color"] = "F58605",
["left terminus"] = "UQ Lakes",
["right terminus"] = "Langlands Park",
},
["Northern"] = {
["title"] = "[[Northern Busway, Brisbane|Norhern Busway]]",
["color"] = "E54095",
["left terminus"] = "Cultural Centre",
["right terminus"] = "RWBH",
},
},
}
return p