Module:Attribute icon/data: Difference between revisions

From Sekaipedia
Content added Content deleted
mNo edit summary
mNo edit summary
 
Line 5: Line 5:
['mysterious'] = 'Icon attribute mysterious.png',
['mysterious'] = 'Icon attribute mysterious.png',
['pure'] = 'Icon attribute pure.png',
['pure'] = 'Icon attribute pure.png',
['all'] = 'Icon attribute all.png',
}
}



Latest revision as of 17:15, 11 November 2023

Documentation for this module may be created at Module:Attribute icon/data/doc

local ICONS = {
	['cool']       = 'Icon attribute cool.png',
	['cute']       = 'Icon attribute cute.png',
	['happy']      = 'Icon attribute happy.png',
	['mysterious'] = 'Icon attribute mysterious.png',
	['pure']       = 'Icon attribute pure.png',
	['all']        = 'Icon attribute all.png',
}

local LINKS = {}

return {
	icons = ICONS,
	links = LINKS
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.