if not mw.title.getCurrentTitle().isTalkPage and not self.demo then
</syntaxhighlight>
to
<syntaxhighlight lang="lua">
if not mw.title.getCurrentTitle().isTalkPage and not self.args.demo then
</syntaxhighlight>
to fix parameter {{para|demo}}. See [[Template:Edit template-protected/testcases#Answered]] for demonstration of the issue. [[Special:Diff/945753944/959701003|This change]] fixed the error output in {{tl|Edit template-protected/sandbox}}. —[[User:Andrybak|andrybak]] ([[User talk:Andrybak|talk]]) 05:02, 30 May 2020 (UTC)