Template:Acronym/Exists: Difference between revisions

From Halopedia, the Halo wiki

(Replaced content with "<includeonly>{{#if:{{Acronym|{{{1}}}|NoPassthrough=yes}}|yes|}}</includeonly><noinclude>{{Documentation}} Category:Acronym templates</noinclude>")
Tag: Replaced
m (→‎top: Moving page, replaced: {{Documentation → {{Doc/Template)
 
Line 1: Line 1:
<includeonly>{{#if:{{Acronym|{{{1}}}|NoPassthrough=yes}}|yes|}}</includeonly><noinclude>{{Documentation}} [[Category:Acronym templates]]</noinclude>
<includeonly>{{#if:{{Acronym|{{{1}}}|NoPassthrough=yes}}|yes|}}</includeonly><noinclude>{{Doc/Template}} [[Category:Acronym templates]]</noinclude>

Latest revision as of 18:49, December 15, 2021

vde
Template Documentation

Usage

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

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

Error states

This template has no error states.

Example

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!"