Jump to content

Module:Adjacent stations/Kobe Electric Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MiasmaEternal (talk | contribs) at 00:56, 22 June 2021 (Created page with 'local x = "%1 Station (Hyōgo)" local p = { ["system title"] = "Kobe Electric Railway", ["system icon"] = "[[File:Kobe rallway logo mark.svg|18px]link=Kob...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local x = "%1 Station (Hyōgo)"

local p = {
	["system title"] = "[[Kobe Electric Railway]]",
	["system icon"] = "[[File:Kobe rallway logo mark.svg|18px]link=Kobe Electric Railway]]",
	["station format"] = {
		"%1 Station",
		["Yokoyama"] = x,
		["Maruyama"] = x,
        ["Hata"] = x,
        ["Ono"] = x,
        ["Omura"] = x,
        ["Ebisu"] = x,
        ["Midorigaoka"] = x,
        ["Sakae"] = x,
        ["Kobata"] = x,
        ["Kizu"] = x,

        ["Ichiba"] = "%1 Station (Shintetsu)",
	},
	["lines"] = {
		["AR"] = {
			["title"] = "[[Shintetsu Arima Line|Arima Line]]",
			["color"] = "da003a",
			["left terminus"] = "Minatogawa",
			["right terminus"] = "Arima Onsen"
		},
		["S"] = {
			["title"] = "[[Shintetsu Sanda Line|Sanda Line]]",
			["color"] = "da003a",
			["left terminus"] = "Arimaguchi",
			["right terminus"] = "Sanda"
		},
		["KT"] = {
			["title"] = "[[Shintetsu Kōen-Toshi Line|Kōen-Toshi Line]]",
			["color"] = "da003a",
			["left terminus"] = "Yokoyama",
			["right terminus"] = "Woody Town Chūō"
        },
        ["AO"] = {
			["title"] = "[[Shintetsu Ao Line|Ao Line]]",
			["color"] = "da003a",
			["left terminus"] = "Suzurandai",
			["right terminus"] = "Ao"
		},
        ["N"] = {
			["title"] = "[[Namboku Line (Kobe)|Namboku Line]]",
			["color"] = "da003a",
			["left terminus"] = "Shinkaichi",
			["right terminus"] = "Minatogawa"
        }

	},
	["aliases"] = {
		["arima"] = "AR",
		["sanda"] = "S",
		["koentoshi"] = "KT",
        ["ao"] = "AO",
        ["namboku"] = "N"
	}
}

return p