Difference between revisions of "Template:Isnumeric/doc"

From blackwiki
Jump to navigation Jump to search
imported>Plastikspork
(add)
imported>Plastikspork
(→‎Examples: Add to doc)
Line 19: Line 19:
 
</table>
 
</table>
  
<!--
 
 
=== See also ===
 
=== See also ===
 +
* {{tl|ifnumber}}
 +
* {{tl|px}}
  
--><includeonly>
+
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
  

Revision as of 03:05, 10 November 2010

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

coderesult

See also