Template:Isnumeric/doc

Revision as of 02:15, 8 February 2020 by Zacharycook505-104668625857976836193 (Talk | contribs) (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template tests whether a value is numeric (or at least, that it can be...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Revision as of 02:15, 8 February 2020 by Zacharycook505-104668625857976836193 (Talk | contribs) (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template tests whether a value is numeric (or at least, that it can be...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template tests whether a value is numeric (or at least, that it can be treated as such by the expression ParserFunction).

Usage

By default, simply writing {{Isnumeric|1,327}} (where 1,327 is an example number) will pass through the parameter if it's numeric and be blank if it's not. If the parameter boolean=true is given, as in {{Isnumeric|1,327|boolean=true}}, then the template will output 1 if numeric and 0 if not numeric.

Examples

See also