Template:IsNum/doc

From FamilySearch Wiki
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