Module:Adjacent stations/Australian closed station
Appearance
(Redirected from Module:Adjacent stations/Australian closed line)
This Lua module is used on approximately 620 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them. |
This is a data module for Module:Adjacent stations. It supports services operated by Australian closed station.
Usage
To obtain the Australian closed line background color {{rcr|Australian closed line}}
To obtain the Station Infobox style for closed stations style = Australian closed line
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Closed Line | Closed |
999933 |
|
local p = {
["lang"] = "en-GB",
["system title"] = "Australian closed line",
["system color"] = "999933",
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; color: #FFFFFF; background-color:#999933; ",
["header background color"] = "999933",
["header text color"] = "FFFFFF",
["lines"] = {
["Closed"] = {
["title"] = "Closed Line",
["color"] = "999933",
},
},
}
return p