Module:Adjacent stations/Minamiaso Railway

< Module:Adjacent stations
Revision as of 18:50, 10 Ocak 2022 by imported>Streded (add Kase as an exception)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local x = "%1 Station (Kumamoto)"

local p = {
	["system title"] = "Mimamiaso Railway",
	["system icon"] = "",
	["station format"] = {
		"%1 Station",
		["Tateno"] = x,
		["Kase"] = x,
	},
	["lines"] = {
		["Takamori"] = {
			["title"] = "[[Takamori Line]]",
			["color"] = "438D80",
			["left terminus"] = "Tateno",
			["right terminus"] = "Takamori",
		},
	},
}

return p