שינויים

תבנית:Equation

הוסרו 78 בתים, 17:02, 18 באוגוסט 2010
Used to add new rows of aligned math text.
<tt><nowiki>{|{equation-begin}}</nowiki></tt> needs to be called first. You can add a new general row in the following manner:
<pre><nowiki>
6. <tt>c</tt> - Comment
 
7. <tt>cc</tt> - Extra comment (used only when needed).
Once the full equation is completed, <tt><nowiki>|}</nowiki></tt> must be called.
==Example==
<pre><nowiki>
{|{equation-begin}}
{{equation|l=<math>42</math>|o=<math>=</math>|r=<math>21 \cdot 2</math>}}
{{equation|o=<math>\le</math>|r=<math>12345</math>|c=כי <math>21 \cdot 2 = 42 \le 12345</math>}}
</nowiki></pre>
gives:
 
</div>
 {|{equation-begin}}
{{equation|l=<math>42</math>|o=<math>=</math>|r=<math>21 \cdot 2</math>}}
{{equation|o=<math>\le</math>|r=<math>12345</math>|c=כי <math>21 \cdot 2 = 42 \le 12345</math>}}
|}
</noinclude>
<includeonly>|- align="left"
| align="right" | {{{ll|}}}
| align="right" | {{{l|}}}
| align="left" | {{{r|}}}
| align="left" | {{{rr|}}}
| align="right" dir="ltrrtl" style="width: 100%" | {{{c|}}}| align="right" dir="ltr" style="width: 100%" | {{{cc|}}}</includeonly>