Module:Seal icon/data

From Sekaipedia
Revision as of 23:35, 29 January 2024 by Rixxy (talk | contribs) (Created page with "local ICONS = { ['permanent'] = 'Icon seal permanent.png', ['limited'] = 'Icon seal limited.png', ['unit-limited'] = 'Icon seal limited.png', ['birthday'] = 'Icon seal birthday.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:Seal icon/data/doc

local ICONS = {
	['permanent']       = 'Icon seal permanent.png',
	['limited']       = 'Icon seal limited.png',
	['unit-limited']       = 'Icon seal limited.png',
	['birthday']      = 'Icon seal birthday.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.