Module:Emoji/data/revtable

< Module:Emoji‎ | data
Revision as of 21:25, 15 July 2021 by Zoran (talk | contribs) (Pywikibot 6.4.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Emoji/data/revtable/doc

local tab = {}
for key, value in pairs(mw.loadData('Module:Emoji/data').emotbl) do tab[value] = key end
return { ['emorevtbl'] = tab }