Template:IsNumeric: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<noinclude>A Boolean template used to determine whether or not the supplied argument is an integer.</noinclude> <includeonly>{{#iferror:{{#expr:1+{{{1|0}}}}}|Error|No error}}<..."
 
No edit summary
 
Line 1: Line 1:
<noinclude>A Boolean template used to determine whether or not the supplied argument is an integer.</noinclude>
<noinclude>A Boolean template used to determine whether or not the supplied argument is an integer.</noinclude>
<includeonly>{{#iferror:{{#expr:1+{{{1|0}}}}}|Error|No error}}</includeonly>
<includeonly>{{#iferror:{{#expr:1+{{{1|0}}}}}|{{{2|}}}|{{{3|}}}}}</includeonly>

Latest revision as of 14:58, 4 April 2022

A Boolean template used to determine whether or not the supplied argument is an integer.