Difference between revisions of "Template:0expr/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Balloonguy
m (added uncategorized tag using AWB)
m (26 revisions imported)
 
(24 intermediate revisions by 24 users not shown)
Line 1: Line 1:
;Evaluate expression, add leading zero to non-negative result < 10.
+
{{Documentation subpage}}
;{&#123; <code>0expr|</code>{&#123;<small>&#160;</small><code>CURRENTDOW</code>&#125;}&#125;} = {{0expr|{{CURRENTDOW}}}} for {{evaldemo|CURRENTDOW|2==}}
+
{{Lua|Module:BaseConvert}}
;{{evaldemo/2|#expr:|CURRENTDOW|4==}}, for details see the [[Template talk:0expr|talk page]].<noinclude>[[Category:Uncategorized templates|{{PAGENAME}}]]</noinclude>
+
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
 +
 
 +
===Usage===
 +
Evaluate expression, add leading zero to non-negative result &lt; 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]].
 +
 
 +
{| 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>}}

Latest revision as of 09:04, 30 September 2020

Usage

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

{{0expr| {{CURRENTDOW}} }} = 00 for {{CURRENTDOW}} = 0

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

Template:When in namespace