שינויים

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

תבנית:Equation

הוסרו 1,509 בתים, 10:30, 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>
{{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, <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>}}
|}
 
</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="left" |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ #if: {{{c|}}}|{{{c}}}|}}
| align="left" |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ #if: {{{cc|}}}|{{{cc}}}|}}</includeonly>