Module:Adjacent stations/Alishan Forest Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Alishan Forest Railway.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main line | Main |
b7182c |
| |
Chushan line | Chushan |
b7182c |
| |
Shenmu line | Shenmu |
b7182c |
| |
Zhaoping line | Zhaoping |
b7182c |
|
local p = {
["system title"] = "[[Alishan Forest Railway]]",
["system icon"] = "[[File:Logo of alishan forest railway.svg|18px|Logo of Alishan Forest Railway|link=Alishan Forest Railway]]",
["station format"] = {
"%1 railway station"
},
["lines"] = {
["_default"] = {
["color"] = "b7182c"
},
["Main"] = {
["title"] = "Main line",
["left terminus"] = "Shizilu",
["right terminus"] = "Chiayi",
},
["Chushan"] = {
["title"] = "Chushan line",
["left terminus"] = "Chushan",
["right terminus"] = "Alishan",
},
["Shenmu"] = {
["title"] = "Shenmu line",
["left terminus"] = "Shenmu",
["right terminus"] = "Alishan"
},
["Zhaoping"] = {
["title"] = "Zhaoping line",
["left terminus"] = "Zhaoping",
["right terminus"] = "Alishan"
}
},
}
return p