Template:0expr

From blackwiki
Revision as of 05:58, 4 January 2013 by blackwiki>Remember the dot (just removing undocumented subst parameter, see talk page)
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]

Usage

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

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

  1. ifexpr: 0 <= (5) and (5) < 105}} for {{CURRENTDOW}} = 5

{{ #expr:{{ CURRENTDOW}}}} = 5, 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