Difference between revisions of "Module:Adjacent stations/Kumaden"
Jump to navigation
Jump to search
blackwiki>Ganbaruby (←Created page with 'local x = "%1 station (Kumamoto)" local p = { ["system title"] = "Kumamoto Electric Railway", ["system icon"] = "Kumaden Logo", ["station format"] = { "%1...') |
blackwiki>Ganbaruby (fixing icon) |
||
| Line 3: | Line 3: | ||
local p = { | local p = { | ||
["system title"] = "Kumamoto Electric Railway", | ["system title"] = "Kumamoto Electric Railway", | ||
| − | ["system icon"] = "Kumaden Logo", | + | ["system icon"] = "[[File:Kumaden Logo.svg|18px|link=Kumamoto Electric Railway]]", |
["station format"] = { | ["station format"] = { | ||
"%1 Station", | "%1 Station", | ||
Revision as of 15:47, 4 May 2019
This is a data module for Module:Adjacent stations. It supports services operated by the Kumaden (Kumamoto Electric Railway).
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local x = "%1 station (Kumamoto)"
local p = {
["system title"] = "Kumamoto Electric Railway",
["system icon"] = "[[File:Kumaden Logo.svg|18px|link=Kumamoto Electric Railway]]",
["station format"] = {
"%1 Station",
["Ikeda"] = x,
["Kuroishi"] = x,
["Mitsuishi"] = x,
["Miyoshi"] = x,
},
["lines"] = {
["Kikuchi"] = {
["title"] = "[[Kikuchi Line (Kumaden)|Kikuchi Line]]",
["color"] = "830d31",
["left terminus"] = "Kami-Kumamoto",
["right terminus"] = "Miyoshi",
},
["Fujisaki"] = {
["title"] = "[[Fujisaki Line]]",
["color"] = "830d31",
["left terminus"] = "Fujisakigū-mae",
["right terminus"] = "Kita-Kumamoto",
},
},
}
return p