Difference between revisions of "Template:0expr"

From blackwiki
Jump to navigation Jump to search
blackwiki>Remember the dot
(shoot, I'll test more thoroughly)
blackwiki>Remember the dot
(just removing undocumented subst parameter, see talk page)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|{{{{{subst|}}}#ifexpr: 0 <= ({{#expr:{{{1}}}+0}}) and ({{#expr:{{{1}}}+0}}) < 10|0}}{{{{{subst|}}}#expr:{{{1}}}}}}}</includeonly><noinclude>{{documentation}}
+
<includeonly>{{#if:{{{1|}}}|#ifexpr: 0 <= ({{#expr:{{{1}}}+0}}) and ({{#expr:{{{1}}}+0}}) < 10|0}}{{#expr:{{{1}}}}}}}</includeonly><noinclude>{{documentation}}</noinclude>
</noinclude>
 

Revision as of 05:58, 4 January 2013

Template documentation[view] [edit] [history] [purge]

Usage

Evaluate expression, add leading zero to non-negative result < 10.

{{0expr| {{CURRENTDOW}} }} =

  1. ifexpr: 0 <= (6) and (6) < 106}} for {{CURRENTDOW}} = 6

{{ #expr:{{ CURRENTDOW}}}} = 6, for details see the talk page.

Code Result
{{0expr|-1}}
  1. ifexpr: 0 <= (-1) and (-1) < 10-1}}
{{0expr|123/100}}
  1. ifexpr: 0 <= (1.23) and (1.23) < 101.23}}
{{0expr|1+9}}
  1. ifexpr: 0 <= (10) and (10) < 1010}}
{{0expr|not 10}}
  1. ifexpr: 0 <= (0) and (0) < 100}}
{{0expr|1=(7<=8)*9}}
  1. ifexpr: 0 <= (9) and (9) < 109}}
{{0expr|(7<=8)*9|2+3}}
  1. ifexpr: 0 <= (5) and (5) < 105}}

Template:When in namespace