Module:Message box: Difference between revisions

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