Module:Adjacent stations/Transperth: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
This module is NOT to be used for bus routes
Line 2:
local s = "font-family: Interstate, Gill Sans, Arial, sans; background-color: #%s; font-size: 160%%; color: #%s; padding: 0.4em; white-space: nowrap; margin: 0.25em;"
local c = {
ARM = 'f6a800', EBK = 'd2222c', FRE = '003a79', HWY = '44c2b2', FSO = 'd25f15',
JDP = '959300', MAN = 'd25f15', MID = '960048',
sys = '008635', blk = '000000', wht = 'ffffff'
Line 20:
["MAN"] = string.format(s, c.MAN, c.wht),
["MID"] = string.format(s, c.MID, c.wht),
["THO"] = string.format(s, c.ARM, c.blk),
["561"] = string.format(s, c.MAN, c.wht)
},
["line icon format"] = "link",
Line 89 ⟶ 88:
["left terminus"] = "Claremont",
["right terminus"] = "High Wycombe",
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
},
["561"] = {
["title"] = "[[561, Perth|Transperth]]",
["color"] = c.MAN,
["left terminus"] = "Warnbro",
["right terminus"] = "Comet Bay College",
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
},
Line 187 ⟶ 179:
["airport"] = "High Wycombe",
["forrestfield"] = "High Wycombe",
["ellenbrook"] = "Morley–Ellenbrook",
["561"] = "561"
}
}