Difference between revisions of "Module:Message box"

Jump to navigation Jump to search
10 bytes added ,  07:40, 3 October 2013
bug fix: isSmall --> self.isSmall
>Mr. Stradivarius
(add args.class to the classes table)
>Mr. Stradivarius
(bug fix: isSmall --> self.isSmall)
Line 464: Line 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')
Line 473: Line 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')
Anonymous user

Navigation menu