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