Difference between revisions of "Template:Ifexist not redirect/testcases"

From blackwiki
Jump to navigation Jump to search
imported>MSGJ
({{template testcases}})
imported>MSGJ
Line 27: Line 27:
 
<pre>{{Ifexist not redirect/sandbox|x}}</pre>
 
<pre>{{Ifexist not redirect/sandbox|x}}</pre>
 
{{Ifexist not redirect/sandbox|x}}
 
{{Ifexist not redirect/sandbox|x}}
 +
 +
==With 2nd and 3rd parameters==
 +
<pre>{{Ifexist not redirect|x|oui|non}}</pre>
 +
{{Ifexist not redirect|x|oui|non}}
 +
 +
<pre>{{Ifexist not redirect/sandbox|x|oui|non}}</pre>
 +
{{Ifexist not redirect/sandbox|x|oui|non}}

Revision as of 09:00, 11 March 2016

Template:Template testcases

Blank

{{Ifexist not redirect|User:MSGJ/Sandbox/4}}


{{Ifexist not redirect/sandbox|User:MSGJ/Sandbox/4}}


Redirect

{{Ifexist not redirect|Usa}}


{{Ifexist not redirect/sandbox|Usa}}


Non-existent

{{Ifexist not redirect|xyxyxy}}


{{Ifexist not redirect/sandbox|xyxyxy}}


Exists

{{Ifexist not redirect|x}}


{{Ifexist not redirect/sandbox|x}}


With 2nd and 3rd parameters

{{Ifexist not redirect|x|oui|non}}

non

{{Ifexist not redirect/sandbox|x|oui|non}}

non