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


Cookies help us deliver our services. By using our services, you agree to our use of cookies.