Module:Damage: Difference between revisions

m
no edit summary
m (add i18n support)
Tag: Reverted
mNo edit summary
Tag: Manual revert
Line 16: Line 16:
     end
     end


     local modes = {
     local modes = { 'PvE', 'PvP' }
        args.pve_label or 'PvE',
        args.pvp_label or 'PvP'
    }


     -- Define the schema for the table
     -- Define the schema for the table