Module:Adjacent stations/Gautrain: Difference between revisions
Appearance
Content deleted Content added
Create |
add aliases |
||
Line 19: | Line 19: | ||
["right terminus"] = "OR Tambo" |
["right terminus"] = "OR Tambo" |
||
} |
} |
||
}, |
|||
["aliases"] = { |
|||
["Airport"] = "EW", |
|||
["North-South"] = "NS" |
|||
} |
} |
||
} |
} |
Revision as of 14:17, 23 February 2019
local p = {
["system title"] = "[[Gautrain]]",
["station format"] = {
"%1 (Gautrain station)"
},
["system color"] = "B8860B",
["lines"] = {
["_default"] = {
["color"] = "B8860B"
},
["NS"] = {
["title"] = "North–South Line",
["left terminus"] = "Park Station",
["right terminus"] = "Hatfield"
},
["EW"] = {
["title"] = "East–West Line",
["left terminus"] = "Sandton",
["right terminus"] = "OR Tambo"
}
},
["aliases"] = {
["Airport"] = "EW",
["North-South"] = "NS"
}
}
return p