Module:Test: Difference between revisions

53 bytes removed ,  14 August 2022
no edit summary
No edit summary
No edit summary
Line 46: Line 46:
         local mod_subpage = ''
         local mod_subpage = ''
         local cube = ''
         local cube = ''
        local is_art = false


         -- Locked skills
         -- Locked skills
Line 67: Line 66:
                 args = {cube_arg}
                 args = {cube_arg}
             }
             }
        end
       
        -- Secret Art
        if (string.find(image, '\\') or string.find(name, '\\')) then
            is_art = true;
         end
         end


Line 130: Line 124:
             end
             end


             full_name = full_name:gsub('/Mod', '');
             if (full_name:match('/Mod')) then
 
                full_name = full_name:gsub('/Mod', '');
                mod_subpage = '/ModA'
            end
           
             local name_cell = row:tag('div'):attr('data-type', 'table-cell');
             local name_cell = row:tag('div'):attr('data-type', 'table-cell');
             local skill_wrap = name_cell:tag('div'):addClass('skill-wrap');
             local skill_wrap = name_cell:tag('div'):addClass('skill-wrap');
ElEditors, Administrators
71,266

edits