Module:SkillTable: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 109: Line 109:
                 }
                 }
             end
             end
             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 .. '!important'):attr('class', 'textfloat table-head tone-7');
             row:tag('div'):attr('data-type', 'table-head'):wikitext(name);
             row:tag('div'):attr('data-type', 'table-head'):wikitext(name);
         end
         end