Linkless exists checks whether a page exists. This check functions the same way as #ifexist:, and checks for a page's existence without creating a backlink.

Usage

edit

The template requires one parameter: the name of the page to be checked. Include a namespace where necessary. There are two other optional parameters: the text to appear if the page is present, and the text to appear if it is absent. By default, these are set to "true" and "", which evaluate as true and false respectively within expressions. {{Linkless exists|Main Page|working|broken}} is an efficient shortcut for {{#if:{{Linkless exists|Main Page}}|working|broken}}.

TemplateData

edit
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Linkless exists in articles based on its TemplateData.

TemplateData for Linkless exists

Linkless exists checks whether a page exists without recording a wikilink or transclusion

Template parameters

ParameterDescriptionTypeStatus
11

The name of the page to be checked

Stringrequired
22

The text to appear if the page is present

Default
true
Example
page found
Stringoptional
33

The text to appear if the page is absent

Default
(blank string)
Example
page not found
Stringoptional