Module:Adjacent stations/Iyotetsu

From blackwiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/Iyotetsu/doc

local x = "%1 Station (Ehime)"
local y = "%1 railway station (Taiwan)"

local p = {
	["system title"] = "[[Iyotetsu]]",
	["system icon"] = "[[File:Iyotetsu new logo.png|18px|link=Iyotetsu|alt=Iyotetsu]]",
	["system color"] = "ffa500",
	["station format"] = {
		"%1 Station",
		
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line]]",
		},
		["Takahama"] = {
			["color"] = "90c132",
			["left terminus"] = "Takahama",
			["right terminus"] = "Matsuyama City",
		},
		["Yokogawara"] = {
			["color"] = "1db0e9",
			["left terminus"] = "Matsuyama City",
			["right terminus"] = "Yokogawara",
		},
		["Gunchū"] = {
			["color"] = "eb6c1f",
			["left terminus"] = "Matsuyama City",
			["right terminus"] = "Gunchū Port",
		},
	}
}
return p