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

From blackwiki
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}}
+
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
+
{{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 &lt; 10.
 
Evaluate expression, add leading zero to non-negative result &lt; 10.
  
{&#123; <code>0expr|</code>{&#123;<small>&#160;</small><code>CURRENTDOW</code>&#125;}&#125;} = {{0expr|{{CURRENTDOW}}}} for {{evaldemo|CURRENTDOW|2==}}
+
<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]].
  
<includeonly>
+
{| class="wikitable"
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
+
! '''Code'''
[[Category:Date mathematics templates|{{PAGENAME}}]]
+
! '''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}}
 +
|}
  
[[ar:قالب:0expr]]
+
{{When in namespace |user=
[[ka:თარგი:0expr]]
+
| other = <includeonly>{{Sandbox other||
[[pt:Predefinição:0expr]]
+
<!---- CATEGORIES BELOW THIS LINE, PLEASE: ---->
[[simple:Template:0expr]]
+
[[Category:Date mathematics templates]]
[[vi:Tiêu bản:0expr]]
+
 
</includeonly>
+
}}</includeonly>}}

Latest revision as of 09:04, 30 September 2020

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

Template:When in namespace