Module:Adjacent stations/Transperth: Difference between revisions

Content deleted Content added
+Thornlie
+High Wycombe
Line 2:
local s = "font-family: Arial, sans; background-color: #%s; font-size: 180%%; color: #%s; padding: 0.5em; line-height: 0.5; white-space: nowrap; margin: 0.25em; text-align: center;"
local c = {
ARM = 'f6a800', EBK = 'd2222c', FRE = '003a79', FTDHWY = '1081a9',
JDP = '959300', MAN = 'd25f15', MID = '960048',
sys = '008635', blk = '000000', wht = 'ffffff'
Line 16:
["EBK"] = string.format(s, c.EBK, c.wht),
["FRE"] = string.format(s, c.FRE, c.wht),
["FTDHWY"] = string.format(s, c.FTDHWY, c.wht),
["JDP"] = string.format(s, c.JDP, c.wht),
["MAN"] = string.format(s, c.MAN, c.wht),
Line 35:
["Ellenbrook"] = x,
["Guildford"] = x,
["High Wycombe"] = x,
["Malaga"] = x,
["Midland"] = x,
Line 83 ⟶ 84:
}
},
["ForrestfieldHigh Wycombe"] = {
["title"] = "[[Forrestfield–Airport Link|ForrestfieldAirport line]]",
["color"] = c.FTDHWY,
["left terminus"] = "Perth",
["right terminus"] = "ForrestfieldHigh Wycombe"
},
["Joondalup"] = {
Line 164 ⟶ 165:
["ebk"] = "Morley–Ellenbrook",
["fre"] = "Fremantle",
["ftd"] = "ForrestfieldHigh Wycombe",
["hwy"] = "High Wycombe",
["jdp"] = "Joondalup",
["man"] = "Mandurah",
["mid"] = "Midland",
["tho"] = "Thornlie",
["airport"] = "High Wycombe",
["forrestfield"] = "High Wycombe",
["ellenbrook"] = "Morley–Ellenbrook"
}