Template:IsNum

From Self-sufficiency
Revision as of 20:46, 26 September 2010 by Jontas (Talk | contribs) (1 revision from commons:Template:IsNum)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

0

Description
This templates returns "1" (numeric one) if the parameter has a numeric value, or "0" (numeric zero) if not (i.e. text or empty).
Syntax
{{IsNum|<value>}}
Examples
{{IsNum|100}} = 1
{{IsNum|abc}} = 0