שינויים

תבנית:Equation

נוספו 165 בתים, 10:29, 12 באוגוסט 2010
<noinclude>
==Usage==
Used to add new rows of aligned math text.'''<nowiki>{|''' {begin-equation}}</nowiki> needs to be called first. You can add a new general row in the following manner:
<pre><nowiki>
# cc - Extra comment (used only when needed).
Once the full equation is completed, '''|<nowiki>{{end-equation}''' }</nowiki> must be called.
==Example==
<pre><nowiki>
{|
{{equation|l=<math>42</math>|r=<math>21\cdot2</math>}}{{equation|o=<math>\leq</math>|r=<math>12345</math>|c=since <math>21\cdot2=42\leq12345</math>}}
|}
</nowiki></pre>
gives:
{|
{{equation|l=<math>42</math>|r=<math>21\cdot2</math>}}{{equation|o=<math>\leq</math>|r=<math>12345</math>|c=כי since <math>21\cdot2=42\leq12345</math>}}
|}
| align="left" | {{ #if: {{{r|}}}|{{{r}}}|}}
| align="left" | {{ #if: {{{rr|}}}|{{{rr}}}|}}
| align="rightleft" | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ #if: {{{c|}}}|{{{c}}}|}}| align="rightleft" | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ #if: {{{cc|}}}|{{{cc}}}|}}</includeonly>