Ta̱mpi̱let:Ifexist not redirect
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
Usage
jhyukThe {{Ifexist not redirect}} template can be used to identify a page which exists, is not blank, and is not a redirect; whereas {{ifexist}}
will only check whether the page exists.
{{Ifexist not redirect|page|return if true|return if false}}
Examples
jhyukExisting article
jhyuk{{Ifexist not redirect|List of Doctor Who episodes (1963–1989)|true|false}}
false
{{#ifexist:List of Doctor Who episodes (1963–1989)|true|false}}
false
Redirect
jhyuk{{Ifexist not redirect|List of Daredevil episodes|yes|no}}
no
{{#ifexist:List of Daredevil episodes|yes|no}}
no
Empty article
jhyuk{{Ifexist not redirect|Template:Ifexist not redirect/testpage|yes|no}}
no
{{#ifexist:Template:Ifexist not redirect/testpage|yes|no}}
no
Non-existent article
jhyuk{{Ifexist not redirect|Green Arrow episodes|1|0}}
0
{{#ifexist:Green Arrow episodes|1|0}}
0
Default output
jhyuk{{Ifexist not redirect|List of Doctor Who episodes (1963–1989)}}
{{Ifexist not redirect|List of Daredevil episodes}}