This is a data module for Module:Adjacent stations. It supports services operated by Noto.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Nanao Line | Nanao |
03b |
|
Former Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Noto Line | Noto |
03b |
|
Usage
edit{{#invoke:Adjacent stations/Noto|function_name}}
local p = {
["system icon"] = "[[File:Noto Railway Logo.svg|18px|link=Noto Railway]]",
["system title"] = "[[Noto Railway]]",
["system color"] = "03b",
["station format"] = {
"%1 Station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line]]",
},
["Nanao"] = {
["title"] = "[[Nanao Line#Noto Railway|Nanao Line]]",
["color"] = "03b",
["left terminus"] = "Nanao",
["right terminus"] = "Anamizu",
},
["Nato"] = {
["color"] = "03b",
["left terminus"] = "Anamizu",
["right terminus"] = "Takojima",
},
},
}
return p