Modul:Message box: Unterschied zwischen den Versionen

bug fix: isSmall --> self.isSmall
(add args.class to the classes table)
(bug fix: isSmall --> self.isSmall)
Zeile 464: Zeile 464:
             .addClass('mbox-text-span')
             .addClass('mbox-text-span')
             .wikitext(self.issue)
             .wikitext(self.issue)
         if not isSmall then
         if not self.isSmall then
             textCellSpan
             textCellSpan
                 .tag('span')
                 .tag('span')
Zeile 473: Zeile 473:
         textCellSpan
         textCellSpan
             .wikitext(self.date and ' ' .. self.date)
             .wikitext(self.date and ' ' .. self.date)
         if not isSmall then
         if not self.isSmall then
             textCellSpan
             textCellSpan
                 .tag('span')
                 .tag('span')