תבנית:Equation: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 12: | שורה 12: | ||
The different possible variables that can be used are: | The different possible variables that can be used are: | ||
1. <tt>ll</tt> - Furthest left column (used only when needed). | 1. <tt>ll</tt> - Furthest left column (used only when needed). | ||
2. <tt>l</tt> - General left column. | 2. <tt>l</tt> - General left column. | ||
3. <tt>o</tt> - Operator | 3. <tt>o</tt> - Operator | ||
4. <tt>r</tt> - General right column. | 4. <tt>r</tt> - General right column. | ||
5. <tt>rr</tt> - Furthest right column (used only when needed). | 5. <tt>rr</tt> - Furthest right column (used only when needed). | ||
6. <tt>c</tt> - Comment | 6. <tt>c</tt> - Comment | ||
7. <tt>cc</tt> - Extra comment (used only when needed). | 7. <tt>cc</tt> - Extra comment (used only when needed). | ||
שורה 24: | שורה 31: | ||
<pre><nowiki> | <pre><nowiki> | ||
{| | {| | ||
{{equation| l=<math>42</math> |r=<math>21 \cdot 2</math>}} | {{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>}} | {{equation|o=<math>\le</math>|r=<math>12345</math>|c=since <math>21 \cdot 2 = 42 \le 12345</math>}} | ||
|} | |} | ||
</nowiki></pre> | </nowiki></pre> | ||
gives: | gives: | ||
{| | {| | ||
{{equation| l=<math>42</math> |r=<math>21 \cdot 2</math>}} | {{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>}} | {{equation| o=<math>\le</math>| r=<math>12345</math>| c=since <math>21 \cdot 2 = 42 \le 12345</math>}} | ||
|} | |} | ||
</div> | </div> | ||
שורה 37: | שורה 44: | ||
</noinclude> | </noinclude> | ||
<includeonly>|- | <includeonly>|- | ||
| align="right" | {{{ll}}} | | align="right" | {{{ll|}}} | ||
| align="right" | {{{l}}} | | align="right" | {{{l|}}} | ||
| align="center" | {{{o}}} | | align="center" | {{{o|}}} | ||
| align="left" | {{{r}}} | | align="left" | {{{r|}}} | ||
| align="left" | {{{rr}}} | | align="left" | {{{rr|}}} | ||
| align="right" | {{{c}}} | | align="right" | {{{c|}}} | ||
| align="right" | {{{cc}}}</includeonly> | | align="right" | {{{cc|}}}</includeonly> |
גרסה מ־16:32, 18 באוגוסט 2010
הועתק מויקיפדיה
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:
{{equation |l= |r= }}
The different possible variables that can be used are:
1. ll - Furthest left column (used only when needed).
2. l - General left column.
3. o - Operator
4. r - General right column.
5. rr - Furthest right column (used only when needed).
6. c - Comment
7. cc - Extra comment (used only when needed).
Once the full equation is completed, |} must be called.
Example
{| {{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>}} |}
gives:
[math]\displaystyle{ 42 }[/math] | [math]\displaystyle{ 21 \cdot 2 }[/math] | |||||
[math]\displaystyle{ \le }[/math] | [math]\displaystyle{ 12345 }[/math] | since [math]\displaystyle{ 21 \cdot 2 = 42 \le 12345 }[/math] |