Template:Ifexist/doc

From Little Tail Wiki
Revision as of 00:27, 9 February 2025 by Admin (talk | contribs) (Created page with "This template is similar to <nowiki>{{ #ifexist: }}</nowiki> as it checks the existence of the given page. The difference is that the checked page is not added to Wanted pages. == Usage == <pre> {{ ifexist|(pagename)|(then)|(else) }} </pre> ; ''unnamed parameter'' 1 Pagename without braces, including namespace. ; ''unnamed parameter'' 2 Optional. Wikitext if page exists. ; ''unnamed parameter'' 3 Optional...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This template is similar to {{ #ifexist: }} as it checks the existence of the given page. The difference is that the checked page is not added to Wanted pages.

Usage

{{ ifexist|(pagename)|(then)|(else) }}
unnamed parameter 1

Pagename without braces, including namespace.

unnamed parameter 2

Optional. Wikitext if page exists.

unnamed parameter 3

Optional. Wikitext if page does not exists.

redirects =

Optional. exclude or only (defaults to include)

ns =

Optional. Defaults to main namespace.

See also