Module:SkillTable: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 50: Line 50:
             table.remove(image_name_table, i+1);
             table.remove(image_name_table, i+1);
             table.remove(skill_name_table, i+1);
             table.remove(skill_name_table, i+1);
            i = i - 1
         end
         end


Line 79: Line 80:
             row = skill_table:tag('div'):attr('data-type', 'table-row'):attr('style', 'background-color: ' .. color):attr('class', 'textfloat table-head');
             row = skill_table:tag('div'):attr('data-type', 'table-row'):attr('style', 'background-color: ' .. color):attr('class', 'textfloat table-head');
             row:tag('div'):attr('data-type', 'table-head'):wikitext(name);
             row:tag('div'):attr('data-type', 'table-head'):wikitext(name);
            i = i - 1
         end
         end
     end
     end