Difference between revisions of "Template:Isnumeric/doc"
Jump to navigation
Jump to search
imported>DixonDBot m (Migrating 11 interwiki links, now provided by Wikidata on d:Q5614584) |
imported>PanchoS (refine categorization) |
||
| Line 27: | Line 27: | ||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
| − | [[Category: | + | [[Category:Boolean, register, and condition testing templates]] |
</includeonly> | </includeonly> | ||
Revision as of 12:42, 10 March 2016
| 40px | 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