1,124
edits
(Created page with "--<nowiki> local p = {} require('Module:Icon/data') local function _requirements(resource, value, link, text) if iconList[string.lower(resource)] ~= nil then result = '[[...") |
|||
Line 50: | Line 50: | ||
table.sort(keys) | table.sort(keys) | ||
dataTable = {[1] = '', [2] = '', [3] = ''} | dataTable = {[1] = '', [2] = '', [3] = ''} | ||
header = '\n{| class=" | header = '\n{| class="wikitable"\n' | ||
.. '! Code !! Icon !! Link\n' | .. '! Code !! Icon !! Link\n' | ||
.. '\n|-\n' | .. '\n|-\n' |