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, 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>.
+
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 or empty. Use the format <code><nowiki>{{Ifexist not redirect|article}}</nowiki></code>.
  
 
==Examples==
 
==Examples==

Revision as of 02:58, 11 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 or empty. 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}}: