Difference between revisions of "Template:ExistNotRedirect/doc"

From blackwiki
Jump to navigation Jump to search
imported>Uzume
(+cat)
imported>BrownHairedGirl
m (→‎Usage: typo)
 
Line 17: Line 17:
 
# Another page which exists:<br /><code><nowiki>{{ExistNotRedirect|Portal:History}}</nowiki></code> → {{ExistNotRedirect|Portal:History}}
 
# Another page which exists:<br /><code><nowiki>{{ExistNotRedirect|Portal:History}}</nowiki></code> → {{ExistNotRedirect|Portal:History}}
 
# A page which does not exist:<br /><code><nowiki>{{ExistNotRedirect|Portal:Computing in 1066}}</nowiki></code> → {{ExistNotRedirect|Portal:Computing in 1066}}
 
# A page which does not exist:<br /><code><nowiki>{{ExistNotRedirect|Portal:Computing in 1066}}</nowiki></code> → {{ExistNotRedirect|Portal:Computing in 1066}}
# A page which exists, but is a rediect:<br /><code><nowiki>{{ExistNotRedirect|Portal:Idaho}}</nowiki></code> → {{ExistNotRedirect|Portal:Idaho}}
+
# A page which exists, but is a redirect:<br /><code><nowiki>{{ExistNotRedirect|Portal:Idaho}}</nowiki></code> → {{ExistNotRedirect|Portal:Idaho}}
  
  

Latest revision as of 21:22, 9 August 2020

Checks whether a page exists and is not a redirect.

If the pagename both exists AND is not a redirect, it returns the pagename.

Otherwise, it returns a blank

Usage

{{ExistNotRedirect | pagename}}

Parameters:

  • One page name
Examples
  1. A page which exists:
    {{ExistNotRedirect|Japan}}
  2. A page which does not exist:
    {{ExistNotRedirect|The exciting story of paint drying in a small town in Japan one day in April 1927}}
  3. Another page which exists:
    {{ExistNotRedirect|Portal:History}}
  4. A page which does not exist:
    {{ExistNotRedirect|Portal:Computing in 1066}}
  5. A page which exists, but is a redirect:
    {{ExistNotRedirect|Portal:Idaho}}