Difference between revisions of "Template:0expr"
Jump to navigation
Jump to search
blackwiki>Dcoetzee (Fix for negative numbers) |
m (29 revisions imported) |
(No difference)
|
Latest revision as of 09:04, 30 September 2020
![]() | This template uses Lua: |
Usage
Evaluate expression, add leading zero to non-negative result < 10.
{{0expr| {{CURRENTDOW}} }}
= 05 for {{CURRENTDOW}}
= 5
{{ #expr:
{{ CURRENTDOW
}}}} = 5, for details see the talk page.
Code | Result |
---|---|
{{0expr|-1}}
|
-1 |
{{0expr|123/100}}
|
01.2299999999 |
{{0expr|1+9}}
|
10 |
{{0expr|not 10}}
|
00 |
{{0expr|1=(7<=8)*9}}
|
09 |
{{0expr|(7<=8)*9|2+3}}
|
05 |
The above documentation is transcluded from Template:0expr/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |