Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a226d0b1dcccf41a

Jump to content

Template:Is empty/doc

From Wikipedia, the free encyclopedia

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 x then 1.
if x then <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