Module:Message box: Difference between revisions

indentation tweak
(control for blank values of issue, fix, and subst)
(indentation tweak)
Line 414:
root
.tag('b')
.addClass('error')
.wikitext(format(
'Template <code>%s[[Template:%s|%s]]%s</code> has been incorrectly substituted.',
mw.text.nowiki('{{'), self.name, self.name, mw.text.nowiki('}}')
))
end