Module:Adjacent stations/Toronto Island ferries
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Toronto Island ferries.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Centre Island Ferry | Centre Island Ferry or CIF |
418bca |
| |
Hanlan's Point Ferry | Hanlan's Point Ferry or HIF |
418bca |
| |
Ward's Island Ferry | Ward's Island Ferry or WIF |
418bca |
|
local p = {
["system title"] = "[[Toronto Island ferries]]",
["station format"] = {
"Toronto Island ferries#%1 docks",
["Jack Layton Ferry Terminal"] = "[[%1]]"
},
["lines"] = {
["_default"] = {
["color"] = "418bca",
["title"] = "[[%1]]"
},
["Centre Island Ferry"] = {
["title"] = "[[Toronto Island ferries#Services|Centre Island Ferry]]",
["left terminus"] = "Jack Layton Ferry Terminal",
["right terminus"] = "Centre Island"
},
["Hanlan's Point Ferry"] = {
["title"] = "[[Toronto Island ferries#Services|Hanlan's Point Ferry]]",
["left terminus"] = "Jack Layton Ferry Terminal",
["right terminus"] = "Hanlan's Point"
},
["Ward's Island Ferry"] = {
["title"] = "[[Toronto Island ferries#Services|Ward's Island Ferry]]",
["left terminus"] = "Jack Layton Ferry Terminal",
["right terminus"] = "Ward's Island"
}
},
["aliases"] = {
["cif"] = "Centre Island Ferry",
["hpf"] = "Hanlan's Point Ferry",
["wif"] = "Ward's Island Ferry"
}
}
return p