Difference between revisions of "Module:Adjacent stations/Glasgow Subway"
Jump to navigation
Jump to search
blackwiki>Jc86035 (←Created page with 'local p = { ["system title"] = "Glasgow Subway", ["system icon"] = "13px|link=Glasgow Subway|alt=Glasgow Subway", ["station fo...') |
blackwiki>Jc86035 m (outer / inner) |
||
| Line 11: | Line 11: | ||
["color"] = "F57C14", | ["color"] = "F57C14", | ||
["circular"] = true, | ["circular"] = true, | ||
| − | ["left terminus"] = "anticlockwise", | + | ["left terminus"] = "anticlockwise / inner circle", |
| − | ["right terminus"] = "clockwise", | + | ["right terminus"] = "clockwise / outer circle", |
} | } | ||
} | } | ||
Revision as of 17:39, 24 March 2019
Documentation for this module may be created at Module:Adjacent stations/Glasgow Subway/doc
local p = {
["system title"] = "[[Glasgow Subway]]",
["system icon"] = "[[File:Glasgow Subway.svg|13px|link=Glasgow Subway|alt=Glasgow Subway]]",
["station format"] = {
"%1 subway station",
["Partick"] = "Partick station"
},
["lines"] = {
["_default"] = {
["title"] = "[[Glasgow Subway]]",
["color"] = "F57C14",
["circular"] = true,
["left terminus"] = "anticlockwise / inner circle",
["right terminus"] = "clockwise / outer circle",
}
}
}
return p