שינויים

תבנית:Equation

נוספו 1,344 בתים, 10:25, 12 באוגוסט 2010
דף חדש: <noinclude> ==Usage== Used to add new rows of aligned math text.'''{|''' needs to be called first. You can add a new general row in the following manner: <pre><nowiki> {{equation |l= |…
<noinclude>
==Usage==
Used to add new rows of aligned math text.'''{|''' needs to be called first. You can add a new general row in the following manner:

<pre><nowiki>
{{equation |l= |r= }}
</nowiki></pre>

The different possible variables that can be used are:
# ll - Furthest left column (used only when needed).
# l - General left column.
# o - Operator, defaults to <math>=</math>
# r - General right column.
# rr - Furthest right column (used only when needed).
# c - Comment
# cc - Extra comment (used only when needed).

Once the full equation is completed, '''|}''' 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=כי <math>21\cdot2=42\leq12345</math>}}
|}

</noinclude>
<includeonly>|-
| align="right" | {{ #if: {{{ll|}}}|{{{ll}}}|}}
| align="right" | {{#if: {{{l|}}}|{{{l}}}|}}
| align="center" | {{#if: {{{o|}}}|{{{o}}}|<math>=</math>}}
| align="left" | {{ #if: {{{r|}}}|{{{r}}}|}}
| align="left" | {{ #if: {{{rr|}}}|{{{rr}}}|}}
| align="right" | {{ #if: {{{c|}}}|{{{c}}}|}}
| align="right" | {{ #if: {{{cc|}}}|{{{cc}}}|}}</includeonly>