Difference between revisions of "Template:0expr/doc"
Jump to navigation
Jump to search
blackwiki>Vinhtantran |
m (26 revisions imported) |
||
| (14 intermediate revisions by 14 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Documentation subpage}} |
| − | <!-- PLEASE ADD CATEGORIES | + | {{Lua|Module:BaseConvert}} |
| + | <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> | ||
| − | === Usage === | + | ===Usage=== |
Evaluate expression, add leading zero to non-negative result < 10. | Evaluate expression, add leading zero to non-negative result < 10. | ||
| − | + | <code><nowiki>{{0expr| {{CURRENTDOW}} }}</nowiki></code> = {{0expr|{{CURRENTDOW}}}} for {{evaldemo|CURRENTDOW|2==}} | |
{{evaldemo/2|#expr:|CURRENTDOW|4==}}, for details see the [[Template talk:0expr|talk page]]. | {{evaldemo/2|#expr:|CURRENTDOW|4==}}, for details see the [[Template talk:0expr|talk page]]. | ||
| − | < | + | {| class="wikitable" |
| − | < | + | ! '''Code''' |
| − | + | ! '''Result''' | |
| + | |- | ||
| + | | style="vertical-align:top;" | <code><nowiki>{{0expr|-1}}</nowiki></code> | ||
| + | | {{0expr|-1}} | ||
| + | |- | ||
| + | | style="vertical-align:top;" | <code><nowiki>{{0expr|123/100}}</nowiki></code> | ||
| + | | {{0expr|123/100}} | ||
| + | |- | ||
| + | | style="vertical-align:top;" | <code><nowiki>{{0expr|1+9}}</nowiki></code> | ||
| + | | {{0expr|1+9}} | ||
| + | |- | ||
| + | | style="vertical-align:top;" | <code><nowiki>{{0expr|not 10}}</nowiki></code> | ||
| + | | {{0expr|not 10}} | ||
| + | |- | ||
| + | | style="vertical-align:top;" | <code><nowiki>{{0expr|1=(7<=8)*9}}</nowiki></code> | ||
| + | | {{0expr|1=(7<=8)*9}} | ||
| + | |- | ||
| + | | style="vertical-align:top;" | <code><nowiki>{{0expr|(7<=8)*9|2+3}}</nowiki></code> | ||
| + | | {{0expr|(7<=8)*9|2+3}} | ||
| + | |} | ||
| − | + | {{When in namespace |user= | |
| − | + | | other = <includeonly>{{Sandbox other|| | |
| − | + | <!---- CATEGORIES BELOW THIS LINE, PLEASE: ----> | |
| − | [[ | + | [[Category:Date mathematics templates]] |
| − | + | ||
| − | </includeonly> | + | }}</includeonly>}} |
Latest revision as of 09:04, 30 September 2020
| This is a documentation subpage for Template:0expr. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
Usage
Evaluate expression, add leading zero to non-negative result < 10.
{{0expr| {{CURRENTDOW}} }} = 03 for {{CURRENTDOW}} = 3
{{ #expr:{{ CURRENTDOW}}}} = 3, 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 |