Difference between revisions of "Module:Message box"
use the same invalid type warning as the previous template
>Mr. Stradivarius (fix sect regression) |
>Mr. Stradivarius (use the same invalid type warning as the previous template) |
||
Line 504: | Line 504: | ||
root | root | ||
.tag('div') | .tag('div') | ||
.css('text-align', 'center') | .css('text-align', 'center') | ||
.wikitext(format('This message box is using an invalid | .wikitext(format('This message box is using an invalid "type=%s" parameter and needs fixing.', self.type or '')) | ||
end | end | ||