Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Message box: Difference between revisions

Content added Content deleted
(add args.class to the classes table)
(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')
Cookies help us deliver our services. By using our services, you agree to our use of cookies.