Modul:Message box: Unterschied zwischen den Versionen

use the same invalid type warning as the previous template
(fix sect regression)
(use the same invalid type warning as the previous template)
Zeile 504: Zeile 504:
         root
         root
             .tag('div')
             .tag('div')
                .addClass('error')
                 .css('text-align', 'center')
                 .css('text-align', 'center')
                 .wikitext(format('This message box is using an invalid type parameter (<code>type=%s</code>) and needs fixing.', self.type or ''))
                 .wikitext(format('This message box is using an invalid "type=%s" parameter and needs fixing.', self.type or ''))
     end
     end