Template:Is empty
Appearance
Returns true if the first parameter is assigned no value. It can be useful in de-obfuscating wiki markup. It was created to facilitate adding tracking categories.
Usage
[edit source]- Logic
- if not
xthen1. - if
xthen <null>.
Examples
[edit source]{{#if:{{is empty| }}|empty|not empty}} → empty
{{#if:{{is empty|value}}|empty|not empty}} → not empty