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

From blackwiki
Jump to navigation Jump to search
imported>Alex 21
imported>Alex 21
Line 2: Line 2:
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
== Usage ==
 
== Usage ==
The '''<nowiki>{{</nowiki>Ifexist not redirect}}''' template returns true if an article exists ''and'' exists as an actual article, and returns false if the article either does not exist or exists as a redirect, whereas {{#ifexist}} will return true if the article is a redirect. Use the format <code><nowiki>{{Ifexist not redirect|article}}</nowiki></code>.
+
The '''<nowiki>{{</nowiki>Ifexist not redirect}}''' template returns true if an article exists ''and'' exists as an actual article, and returns false if the article either does not exist, exists as a redirect, or is empty, whereas {{#ifexist}} will return true if the article is a redirect. Use the format <code><nowiki>{{Ifexist not redirect|article}}</nowiki></code>.
  
 
==Examples==
 
==Examples==
Line 12: Line 12:
 
* <code><nowiki>{{Ifexist not redirect|List of Daredevil episodes}}</nowiki></code>: {{Ifexist not redirect|List of Daredevil episodes}}
 
* <code><nowiki>{{Ifexist not redirect|List of Daredevil episodes}}</nowiki></code>: {{Ifexist not redirect|List of Daredevil episodes}}
 
* <code><nowiki>{{#ifexist:List of Daredevil episodes|yes}}</nowiki></code>: {{#ifexist:List of Daredevil episodes|yes}}
 
* <code><nowiki>{{#ifexist:List of Daredevil episodes|yes}}</nowiki></code>: {{#ifexist:List of Daredevil episodes|yes}}
 +
 +
''Empty article'' ([[Template:Ifexist not redirect/testpage]]):
 +
* <code><nowiki>{{Ifexist not redirect|Template:Ifexist not redirect/testpage}}</nowiki></code>: {{Ifexist not redirect|Template:Ifexist not redirect/testpage}}
 +
* <code><nowiki>{{#ifexist:Template:Ifexist not redirect/testpage|yes}}</nowiki></code>: {{#ifexist:Template:Ifexist not redirect/testpage|yes}}
  
 
''Non-existant article'' ([[Green Arrow episodes]]):
 
''Non-existant article'' ([[Green Arrow episodes]]):

Revision as of 21:35, 10 March 2016

Usage

The {{Ifexist not redirect}} template returns true if an article exists and exists as an actual article, and returns false if the article either does not exist, exists as a redirect, or is empty, whereas {{#ifexist}} will return true if the article is a redirect. Use the format {{Ifexist not redirect|article}}.

Examples

Existing article (List of Doctor Who serials):

  • {{Ifexist not redirect|List of Doctor Who serials}}:
  • {{#ifexist:List of Doctor Who serials|yes}}:

Redirect (List of Daredevil episodes):

  • {{Ifexist not redirect|List of Daredevil episodes}}:
  • {{#ifexist:List of Daredevil episodes|yes}}:

Empty article (Template:Ifexist not redirect/testpage):

  • {{Ifexist not redirect|Template:Ifexist not redirect/testpage}}:
  • {{#ifexist:Template:Ifexist not redirect/testpage|yes}}: yes

Non-existant article (Green Arrow episodes):

  • {{Ifexist not redirect|Green Arrow episodes}}:
  • {{#ifexist:Green Arrow episodes|yes}}: