Difference between revisions of "Module:Emoji/data/revtable"

MyWikiBiz, Author Your Legacy — Saturday September 06, 2025
Jump to navigationJump to search
(Pywikibot 6.4.0)
 
(No difference)

Latest revision as of 21:25, 15 July 2021

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 }