Difference between revisions of "Template:Isnumeric"
Jump to navigation
Jump to search
blackwiki>AGK m (Changed protection level of Template:Isnumeric: Highly-visible template (between 1900 and 4000 transclusions) ([edit=autoconfirmed] (indefinite) [move=sysop] (indefinite))) |
m (13 revisions imported) |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{#iferror:{{#expr:{{formatnum:{{{1|error}}}|R}}}}|{{#ifeq:{{{boolean|false}}}|true|0|}}|{{#ifeq:{{{boolean|false}}}|true|1|{{{1}}}}}}}<noinclude> | + | {{#iferror:{{#expr:{{formatnum:{{{1|error}}}|R}}*0}}|{{#ifeq:{{{boolean|false}}}|true|0|}}|{{#ifeq:{{{boolean|false}}}|true|1|{{{1}}}}}}}<noinclude>{{documentation}}</noinclude> |
| − | |||
| − | {{documentation}}</noinclude> | ||
Latest revision as of 09:38, 30 September 2020
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
Template:Template example row Template:Template example row Template:Template example row Template:Template example row Template:Template example row Template:Template example row Template:Template example row Template:Template example row
| code | result |
|---|
See also
- {{ifnumber}}
| The above documentation is transcluded from Template:Isnumeric/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |