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