TemplateDoc:Acronym/Exists

From Halopedia, the Halo wiki

This is a template documentation page!
You cannot edit the associated template from here. To do so, please see Template:Acronym/Exists instead!

Usage[edit]

This template is used to check if the given parameter is a valid acronym on Halopedia. It can be used in conjunction with the {{#if:...|...|...}} parser function in order to conditionally display one thing if the acronym exists and another if it doesn't.

{{Acronym/Exists
|
}}

Parameters[edit]

Field Name Field Aliases Optional or Required? Description Example
1 (Unnamed field) - Required The acronym to check. TFoR

Error states[edit]

This template has no error states.

Example[edit]

Here is an example of what the template will output, when used:

Wiki markup Result
"{{Acronym/Exists|CE}}" "yes"
"{{Acronym/Exists|banana}}" ""
"{{#if:{{Acronym/Exists|CE}}|Acronym exists!|Acronym does not exist!}}" "Acronym exists!"
"{{#if:{{Acronym/Exists|banana}}|Acronym exists!|Acronym does not exist!}}" "Acronym does not exist!"