Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Attribute icon/data

From Sekaipedia
Revision as of 06:07, 18 January 2022 by ChaoticShadow (talk | contribs) (Created page with "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', } local LINKS = {} return { icons = ICONS, links = LINKS }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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',
}

local LINKS = {}

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