Difference between revisions of "Module:Adjacent stations/Canberra Metro"
Jump to navigation
Jump to search
blackwiki>McVahl m |
blackwiki>McVahl (update system colour) |
||
| Line 4: | Line 4: | ||
["system title"] = "[[Light rail in Canberra|Canberra Metro]]", | ["system title"] = "[[Light rail in Canberra|Canberra Metro]]", | ||
["system icon"] = "[[File:Canberra Metro icon.svg|x15px|link=Light rail in Canberra|alt=Canberra Metro]]", | ["system icon"] = "[[File:Canberra Metro icon.svg|x15px|link=Light rail in Canberra|alt=Canberra Metro]]", | ||
| − | ["system color"] = " | + | ["system color"] = "ce202f", |
["name format"] = "font-size: 160%; font-weight: normal; background-color: #323e48; color: #ffffff; border-top: 7px solid #ce202f; padding: 0.4em; white-space: nowrap; margin: 0.25em;", | ["name format"] = "font-size: 160%; font-weight: normal; background-color: #323e48; color: #ffffff; border-top: 7px solid #ce202f; padding: 0.4em; white-space: nowrap; margin: 0.25em;", | ||
["line icon format"] = "link", | ["line icon format"] = "link", | ||
| Line 16: | Line 16: | ||
["_default"] = { | ["_default"] = { | ||
["title"] = "%1", | ["title"] = "%1", | ||
| − | ["color"] = " | + | ["color"] = "ce202f" |
}, | }, | ||
["R1"] = { | ["R1"] = { | ||
Revision as of 03:45, 17 July 2020
This is a data module for Module:Adjacent stations. It supports services in Canberra operated by Canberra Metro.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc
local x = "%1"
local p = {
["system title"] = "[[Light rail in Canberra|Canberra Metro]]",
["system icon"] = "[[File:Canberra Metro icon.svg|x15px|link=Light rail in Canberra|alt=Canberra Metro]]",
["system color"] = "ce202f",
["name format"] = "font-size: 160%; font-weight: normal; background-color: #323e48; color: #ffffff; border-top: 7px solid #ce202f; padding: 0.4em; white-space: nowrap; margin: 0.25em;",
["line icon format"] = "link",
["station format"] = {
"%1 light rail station",
["Gungahlin Place"] = x,
["Dickson Interchange"] = x
},
["lines"] = {
["_default"] = {
["title"] = "%1",
["color"] = "ce202f"
},
["R1"] = {
["left terminus"] = "Gungahlin Place",
["right terminus"] = "Alinga Street"
}
}
}
return p