Template:Exists

From Honkai: Nexus Anima Wiki
(Redirected from Template:Linkless Exists)
Jump to navigation Jump to search
Documentation icon Template documentation
Note: parts of or the entire template might not be visible without values provided.
This template uses Module:Exists, a script written in Lua.

This template checks for a page's existence without causing the page to show up on whatlinkshere and wantedpages, unlike #ifexist.

Syntax

{{Exists|page to check|content if exists|content if does not exist}}

Examples

{{Exists|This page does not exist|true|false}} yields: false
{{Exists|Kiana|true|false}} yields: true
{{Exists|blank|true|false}} yields: false

Template Data

Check if page exists

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Page Name1 page

Name of page including namespace to check for existence.

Page namerequired
True Result2 then

Result if page exists

Example
I exist
Stringsuggested
False Result3 else

Result if page does not exist

Example
I do not exist
Stringsuggested