שינויים

קפיצה אל: ניווט, חיפוש

תבנית:Equation

נוספו 30 בתים, 16:32, 18 באוגוסט 2010
The different possible variables that can be used are:
 
1. <tt>ll</tt> - Furthest left column (used only when needed).
 
2. <tt>l</tt> - General left column.
 
3. <tt>o</tt> - Operator
 
4. <tt>r</tt> - General right column.
 
5. <tt>rr</tt> - Furthest right column (used only when needed).
 
6. <tt>c</tt> - Comment
 
7. <tt>cc</tt> - Extra comment (used only when needed).
<pre><nowiki>
{|
{{equation| l=<math>42</math>|o=<math>=</math> |r=<math>21 \cdot 2</math>}}{{equation| o=<math>\le</math>|r=<math>12345</math>|c=since <math>21 \cdot 2 = 42 \le 12345</math>}}
|}
</nowiki></pre>
gives:
{|
{{equation| l=<math>42</math> |r=<math>21 \cdot 2</math>}}{{equation| o=<math>\le</math>|r=<math>12345</math>|c=since <math>21 \cdot 2 = 42 \le 12345</math>}}
|}
</div>
</noinclude>
<includeonly>|-
| align="right" | {{{ll|}}}| align="right" | {{{l|}}}| align="center" | {{{o|}}}| align="left" | {{{r|}}}| align="left" | {{{rr|}}}| align="right" | {{{c|}}}| align="right" | {{{cc|}}}</includeonly>