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'
 
(No difference)

Latest revision as of 16:40, 2 June 2022

Template:Adjacent stations doc

Template:Rail template doc Template:Rail template doc Template:Rail template doc


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