Template:IsNum

From OrthodoxWiki Commons
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