مندرجات کا رخ کریں

سانچہ:Is empty

آزاد دائرۃ المعارف، ویکیپیڈیا سے

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

[ترمیم]
Logic
if not x then 1.
if x then <null>.

Examples

[ترمیم]

{{#if:{{is empty| }}|empty|not empty}} → empty

{{#if:{{is empty|value}}|empty|not empty}} → not empty

Without this template

[ترمیم]

{{#if: |not empty|empty}} → empty

{{#if:value|not empty|empty}} → not empty