Jump to content

User:Hexmode/sandbox-demo

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Hexmode (talk | contribs) at 19:03, 3 April 2022 (With a page name passed). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Issue manifested

With no parameters

Is this a top-level wikipage: no (expected answer is "no")

With a page name passed

Is User:Hexmode/sandbox-demo a top-level wikipage: no (expected answer is "no")

Is User:Hexmode a top-level wikipage: yes (expected answer is "yes")

root template no arg

  •  {{User:Hexmode/sandbox-root}}
  •  {{User:Hexmode/sandbox-root|{{FULLPAGENAME}}}}

equal template no arg

{{User:Hexmode/sandbox-equal}}

  • 1: none ({{#if:{{{1|}}}|{{{1}}}|''none''}})
  • 2: none ({{#if:{{{2|}}}|{{{2}}}|''none''}})
  • ifeq: yes ({{#ifeq:{{{1|}}}|{{{2|}}}|yes|no}})

 ({{#ifeq:{{{1|}}}|{{{2|}}}|{{{1|}}}}})

root template with Main ns page as arg

{{User:Hexmode/sandbox-root|Hexmode}}

root template with User ns page as arg

{{User:Hexmode/sandbox-root|User:Hexmode}}

  • User:Hexmode

equal template with two mismatched args

{{User:Hexmode/sandbox-equal|one|two}}

  • 1: one ({{#if:{{{1|}}}|{{{1}}}|''none''}})
  • 2: two ({{#if:{{{2|}}}|{{{2}}}|''none''}})
  • ifeq: no ({{#ifeq:{{{1|}}}|{{{2|}}}|yes|no}})

 ({{#ifeq:{{{1|}}}|{{{2|}}}|{{{1|}}}}})

equal template with two matched args

{{User:Hexmode/sandbox-equal|two|two}}

  • 1: two ({{#if:{{{1|}}}|{{{1}}}|''none''}})
  • 2: two ({{#if:{{{2|}}}|{{{2}}}|''none''}})
  • ifeq: yes ({{#ifeq:{{{1|}}}|{{{2|}}}|yes|no}})

two ({{#ifeq:{{{1|}}}|{{{2|}}}|{{{1|}}}}})