Module:Adjacent stations/Hakone Ropeway

< Module:Adjacent stations
Revision as of 17:40, 2 Haziran 2022 by imported>Cards84664 (Created page with 'local kanagawa = "%1 Station (Kanagawa)" local p = { ["lang"] = "en-GB", ["system title"] = "Hakone Ropeway", ["system color"] = "f84300", ["station format"] = { "%1 Station", }, ["lines"] = { ["Ropeway"] = { ["title"] = "Hakone Ropeway", ["color"] = "f84300", ["left terminus"] = "Tōgendai", ["right terminus"] = "Sōunzan", }, }, } return p')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local kanagawa = "%1 Station (Kanagawa)"

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Hakone Ropeway]]",
	["system color"] = "f84300",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Ropeway"] = {
			["title"] = "[[Hakone Ropeway]]",
			["color"] = "f84300",
			["left terminus"] = "Tōgendai",
			["right terminus"] = "Sōunzan",
		},
	},
}

return p