Module:Message box: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(fix sect regression)
(use the same invalid type warning as the previous template)
Line 504: Line 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