Calling self with
{{User:BrownHairedGirl/sandbox8|foo}}
  1. {{{3}}} → {{{3}}}
  2. {{#if:{{{3}}}|ooops we have #3 | OK, no #3}} → ooops we have #3
  3. {{#ifeq:{{{3|¬}}}|¬||<span class="error">Hello, I'm an error message.</span>}}

Calling self with
{{User:BrownHairedGirl/sandbox8|foo|bar}}
  1. {{{3}}} → {{{3}}}
  2. {{#if:{{{3}}}|ooops we have #3 | OK, no #3}} → ooops we have #3
  3. {{#ifeq:{{{3|¬}}}|¬||<span class="error">Hello, I'm an error message.</span>}}

Calling self with
{{User:BrownHairedGirl/sandbox8|foo|bar|}}
  1. {{{3}}}
  2. {{#if:{{{3}}}|ooops we have #3 | OK, no #3}} → OK, no #3
  3. {{#ifeq:{{{3|¬}}}|¬||<span class="error">Hello, I'm an error message.</span>}}Hello, I'm an error message.

Calling self with
{{User:BrownHairedGirl/sandbox8|foo|bar|anti-fubarianism}}
  1. {{{3}}}
  2. {{#if:{{{3}}}|ooops we have #3 | OK, no #3}} → OK, no #3
  3. {{#ifeq:{{{3|¬}}}|¬||<span class="error">Hello, I'm an error message.</span>}}Hello, I'm an error message.