Difference between revisions of "Template:Undef"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m (Reverted edits by Throwaway1234 (talk) to last revision by Valento)
m
Line 1: Line 1:
{{#ifeq:{{{param|0}}}|0|It's zero somehow.|It's not zero ({{{param}}})}}<noinclude>
{{#ifeq: {{{param|0}}} | 0 |It's zero somehow.|It's not zero ({{{param}}})}}<noinclude>
== Description ==
== Description ==
Checks if undefined, if not tries to default. Use empty otherwise.
Checks if undefined, if not tries to default. Use empty otherwise.

Revision as of 21:03, 30 June 2017

It's zero somehow.

Description

Checks if undefined, if not tries to default. Use empty otherwise.

Example

{{Undef}}

It's zero somehow.

{{Undef|param=}}

It's not zero ()

{{Undef|param=LOL}}

It's not zero (LOL)