Content deleted Content added
Rick Astlios (talk | contribs) 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
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)
},
["line icon format"] = "link",
Line 89 ⟶ 88:
["left terminus"] = "Claremont",
["right terminus"] = "High Wycombe",
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
},
Line 187 ⟶ 179:
["airport"] = "High Wycombe",
["forrestfield"] = "High Wycombe",
["ellenbrook"] = "Morley–Ellenbrook"
}
}
|