Module:Damage: Difference between revisions

m
add i18n support
(Undo revision 908573 by Ritsu (talk))
Tag: Undo
m (add i18n support)
Tag: Reverted
Line 16: Line 16:
     end
     end


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


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