Template:Acronym/Film/Exists

From Halopedia, the Halo wiki

vde
Template Documentation

Usage

This template is used to check if the given parameter is a valid film or TV 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.

Simplified Version Full Version
{{Acronym/Film/Exists
|
}}
{{Acronym/Film/Exists
|Strict=
}}

Parameters

Field Name Field Aliases Optional or Required? Description Example
1 (Unnamed field) - Required The acronym to check. TFoRAS
Strict - Optional Determines whether or not the test should strictly adhere to the standard acronyms defined on this page. If this is set (to any value whatsoever), it will only check against the standard acronyms. Otherwise, it may check against non-standard acronyms, that are specific to the films.

IMPORTANT: Non-standard acronyms are permitted to clash with acronyms in other categories! Always set strict to enabled if your template deals with other types of media as well as films.

yes

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/Film/Exists|TFoRAS}}" "yes"
"{{Acronym/Film/Exists|CE}}" ""
"{{Acronym/Film/Exists|banana}}" ""
"{{#if:{{Acronym/Film/Exists|TFoRAS}}|Acronym exists!|Acronym does not exist!}}" "Acronym exists!"
"{{#if:{{Acronym/Film/Exists|CE}}|Acronym exists!|Acronym does not exist!}}" "Acronym does not exist!"
"{{#if:{{Acronym/Film/Exists|banana}}|Acronym exists!|Acronym does not exist!}}" "Acronym does not exist!"