Difference between revisions of "Template:Isnumeric/doc"

From blackwiki
Jump to navigation Jump to search
imported>Plastikspork
(→‎Examples: Add to doc)
imported>Plastikspork
(Deleted)
 
(9 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
+
<!-- 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 16: Line 17:
 
{{Template example row|9.999e50}}
 
{{Template example row|9.999e50}}
 
{{Template example row|1+1}}
 
{{Template example row|1+1}}
{{Template example row|}}
+
{{Template example row|<nowiki />}}
 
</table>
 
</table>
  
 
=== See also ===
 
=== See also ===
 
* {{tl|ifnumber}}
 
* {{tl|ifnumber}}
* {{tl|px}}
 
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
 
[[Category:Wikipedia metatemplates]]
 
  
</includeonly>
+
<includeonly>{{sandbox other||
 +
<!-- Categories below this line; interwikis at Wikidata -->
 +
[[Category:Boolean, register, and condition testing templates]]
 +
[[Category:Mathematical function templates]]
 +
[[Category:Wikipedia formatting and function templates]]
 +
}}</includeonly>

Latest revision as of 01:51, 5 December 2017

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