Site Notice

hello, world

Difference between revisions of "Template:IsEmpty"

From Project-EPB Commons
m (// Via InPageEdit-v2)
(// Via InPageEdit-v2)
Line 4: Line 4:
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
  
* undefined: {{IsEmpty}}
+
{| class="wikitable"
* is empty: {{IsEmpty|}}
+
|-
* not empty: {{IsEmpty|foo}}
+
! input
 +
! output
 +
|-
 +
| <pre>{{IsEmpty}}</pre>
 +
| {{IsEmpty}}
 +
|-
 +
| <pre>{{IsEmpty|}}</pre>
 +
| {{IsEmpty|}}
 +
|-
 +
| <pre>{{IsEmpty|1}}</pre>
 +
| {{IsEmpty|1}}
 +
|}
  
 
</noinclude>
 
</noinclude>

Revision as of 00:22, 26 May 2023


input output
{{IsEmpty}}
undefined
{{IsEmpty|}}
is empty
{{IsEmpty|1}}
not empty