Difference between revisions of "Template:Isnumeric/doc"
Jump to navigation
Jump to search
imported>Od1n (→Examples: tweak to display the pipe (argument defined, but empty)) |
imported>Zyxw (update categories) |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| − | <!-- | + | <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata --> |
| + | |||
This template tests whether a value is numeric (or at least, that it can be treated as such by the expression ParserFunction). | This template tests whether a value is numeric (or at least, that it can be treated as such by the expression ParserFunction). | ||
| Line 21: | Line 22: | ||
=== See also === | === See also === | ||
* {{tl|ifnumber}} | * {{tl|ifnumber}} | ||
| + | * {{tl|int}} | ||
* {{tl|px}} | * {{tl|px}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| + | <includeonly>{{sandbox other|| | ||
| + | <!-- Categories below this line; interwikis at Wikidata --> | ||
[[Category:Boolean, register, and condition testing templates]] | [[Category:Boolean, register, and condition testing templates]] | ||
| − | </includeonly> | + | [[Category:Mathematical function templates]] |
| + | [[Category:Wikipedia formatting and function templates]] | ||
| + | }}</includeonly> | ||
Revision as of 20:25, 9 August 2017
| This is a documentation subpage for Template:Isnumeric. It contains usage information, categories and other content that is not part of the original template page. |
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