תבנית:Equation: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 17: | שורה 17: | ||
2. <tt>l</tt> - General left column. | 2. <tt>l</tt> - General left column. | ||
3. <tt>o</tt> - Operator | 3. <tt>o</tt> - Operator, defaults to <math>=</math> | ||
4. <tt>r</tt> - General right column. | 4. <tt>r</tt> - General right column. | ||
שורה 23: | שורה 23: | ||
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). | |||
Once the full equation is completed, <tt><nowiki>|}</nowiki></tt> must be called. | Once the full equation is completed, <tt><nowiki>|}</nowiki></tt> must be called. | ||
שורה 29: | שורה 31: | ||
<pre><nowiki> | <pre><nowiki> | ||
{| | {| | ||
{{equation|l=<math>42</math>|o=<math>=</math>| | {{equation|l=<math>21 \cdot 2</math>|r=<math>42</math>|cc=1.}} | ||
{{equation| | {{equation|o=<math><</math>|r=<math>50</math>|c=<math>42 < 50</math>, לכן:|cc=2.}} | ||
{{equation|ll=<math>\implies</math>|l=<math>50</math>|o=<math>\not=</math>|r=<math>42</math>|cc=3.}} | |||
|} | |} | ||
</nowiki></pre> | </nowiki></pre> | ||
שורה 37: | שורה 40: | ||
</div><div align="right" dir="rtl"> | </div><div align="right" dir="rtl"> | ||
{| | {| | ||
{{equation|l=<math>42</math>|o=<math>=</math>| | {{equation|l=<math>21 \cdot 2</math>|r=<math>42</math>|cc=1.}} | ||
{{equation| | {{equation|o=<math><</math>|r=<math>50</math>|c=<math>42 < 50</math>, לכן:|cc=2.}} | ||
{{equation|ll=<math>\implies</math>|l=<math>50</math>|o=<math>\not=</math>|r=<math>42</math>|cc=3.}} | |||
|} | |} | ||
</div> | </div> | ||
</noinclude> | </noinclude> | ||
<includeonly>|- | <includeonly>|- | ||
| align="right" dir="rtl" style="width: 100%" | {{{c|}}} | | align="right" | {{{cc|}}} | ||
| align="left" | | align="right" dir="rtl" style="width:100%; padding:0 5px 0 20px;" | {{{c|}}} | ||
| align="left" | | align="left" | {{{rr|}}} | ||
| align="center" | {{{o|}}} | | align="left" style="padding:0 10px 0 7px;" | {{{r|}}} | ||
| align="right" | | align="center" | {{{o|<math>=</math>}}} | ||
| align="right" | | align="right" style="padding:0 10px 0 7px;" | {{{l|}}} | ||
| align="right" | {{{ll|}}}</includeonly> |
גרסה מ־10:50, 19 באוגוסט 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, defaults to [math]\displaystyle{ = }[/math]
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>21 \cdot 2</math>|r=<math>42</math>|cc=1.}} {{equation|o=<math><</math>|r=<math>50</math>|c=<math>42 < 50</math>, לכן:|cc=2.}} {{equation|ll=<math>\implies</math>|l=<math>50</math>|o=<math>\not=</math>|r=<math>42</math>|cc=3.}} |}
gives:
1. | [math]\displaystyle{ 42 }[/math] | [math]\displaystyle{ = }[/math] | [math]\displaystyle{ 21 \cdot 2 }[/math] | |||
2. | [math]\displaystyle{ 42 \lt 50 }[/math], לכן: | [math]\displaystyle{ 50 }[/math] | [math]\displaystyle{ \lt }[/math] | |||
3. | [math]\displaystyle{ 42 }[/math] | [math]\displaystyle{ \not= }[/math] | [math]\displaystyle{ 50 }[/math] | [math]\displaystyle{ \implies }[/math] |