Difference between revisions of "Module:Adjacent stations/Iyotetsu"

From blackwiki
Jump to navigation Jump to search
blackwiki>Ganbaruby
(Created page with 'local x = "%1 Station (Ehime)" local y = "%1 railway station (Taiwan)" local p = { ["system title"] = "Iyotetsu", ["system icon"] = "[[File:Iyotetsu new l...')
 
blackwiki>Ganbaruby
(removing color from default)
Line 13: Line 13:
 
["_default"] = {
 
["_default"] = {
 
["title"] = "[[%1 Line]]",
 
["title"] = "[[%1 Line]]",
["color"] = "ffa500",
 
 
},
 
},
 
["Takahama"] = {
 
["Takahama"] = {

Revision as of 15:55, 5 March 2019

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"] = "Gunchū Port",
			["right terminus"] = "Matsuyama City",
		},
	}
}
return p