Module:Emoji/data/revtable

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>קיפודנחש at 15:58, 27 March 2019 (venschon denschon). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
local tab = {}
for key, value in pairs(mw.loadData('Module:Emoji/data').emotbl) do tab[value] = key end
return { ['emorevtbl'] = tab }