Template:Is empty/doc
Appearance
| This is a documentation subpage for Template:Is empty. It may contain usage information, categories and other content that is not part of the original template page. |
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]- Logic
- if not
xthen1. - if
xthen <null>.
Examples
[edit]{{#if:{{is empty| }}|empty|not empty}} → empty
{{#if:{{is empty|value}}|empty|not empty}} → not empty
Without this template
[edit]{{#if: |not empty|empty}} → empty
{{#if:value|not empty|empty}} → not empty