Content deleted Content added
+Thornlie |
No edit summary |
||
(42 intermediate revisions by 13 users not shown) | |||
Line 1:
local x = "%1 railway station, Perth"
local s = "
local c = {
ARM = 'f6a800', BYF = 'f6a800', EBK = 'd2222c', FRE = '003a79',
sys = '008635', blk = '000000', wht = 'ffffff'
}
local p = {
["system title"] = "[[
["system icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth
["system color"] = "008635",
["name format"] = {
string.format(s, c.sys, c.wht),
["ARM"] = string.format(s, c.ARM, c.blk),
["BYF"] = string.format(s, c.BYF, c.blk),
["EBK"] = string.format(s, c.EBK, c.wht),
["FRE"] = string.format(s, c.FRE, c.wht),
["
["
["MAN"] = string.format(s, c.MAN, c.wht),
["MID"] = string.format(s, c.MID, c.wht),
["THO"] = string.format(s, c.
},
["line icon format"] = "link",
Line 33 ⟶ 34:
["Clarkson"] = x,
["Eglinton"] = x,
["Ellenbrook"] = x,▼
["Guildford"] = x,
["
["Midland"] = x,
["Morley"] = x,
["Queens Park"] = x,
["Rockingham"] = x,
["Sherwood"] = x,
Line 53 ⟶ 52:
["lines"] = {
["_default"] = {
["title"] = "[[
["color"] = c.sys
},
["Armadale"] = {
["title"] = "[[
["color"] = c.ARM,
["left terminus"] = "Perth",
["right terminus"] = "Armadale",
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
["title"] = "[[Armadale Line|Byford line]]",
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
},
["Fremantle"] = {
Line 66 ⟶ 73:
["left terminus"] = "Perth",
["right terminus"] = "Fremantle",
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
["types"] = {
["All/D"] = {
Line 83 ⟶ 91:
}
},
["
["title"] = "[[
["color"] = c.
["left terminus"] = "
["right terminus"] = "
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
},
["
["color"] = c.
["left terminus"] = "Elizabeth Quay",
["right terminus"] = "
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
["types"] = {
["All/K/W"] = {
["title"] = "",
["right terminus"] = {"Whitfords", "Clarkson", "
["note-mid"] = "All, K, W"
},
["All/K"] = {
["title"] = "",
["right terminus"] = {"Clarkson", "
["note-mid"] = "All, K"
},
Line 118 ⟶ 128:
["Mandurah"] = {
["color"] = c.MAN,
["left terminus"] = "Perth Underground",
["right terminus"] = "Mandurah",
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
["types"] = {
["All ["title"] = "",
["right terminus"] = {"Cockburn Central
["note-mid"] = "All
▲ },
▲ ["title"] = "",
▲ ["right terminus"] = {"Rockingham", "Mandurah"},
["title"] = "",▼
▲ ["right terminus"] = "Rockingham",
},
["W"] = {
Line 144 ⟶ 147:
},
["Midland"] = {
["title"] = "[[Midland line, Perth|Midland line]]",
["color"] = c.MID,
["left terminus"] = "Perth",
["right terminus"] = "Midland",
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
},
["
["color"] = c.EBK,
["left terminus"] = "Perth",
["right terminus"] = "Ellenbrook",
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
},
["
["title"] = "[[
["color"] = c.
["left terminus"] = "Perth",
["right terminus"] = "
["icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth|alt=Transperth]]",
}
},
["aliases"] = {
["arm"] = "Armadale",
["ebk"] = "
["fre"] = "Fremantle",
["ftd"] = "
["
["jdp"] = "Yanchep",
["man"] = "Mandurah",
["mid"] = "Midland",
["tho"] = "
["
["forrestfield"] = "High Wycombe",
["ellenbrook"] = "Ellenbrook",
["joondalup"] = "Yanchep",
["thornlie"] = "Thornlie–Cockburn"
}
}
|