תבנית:Equation: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 5: | שורה 5: | ||
Used to add new rows of aligned math text. | Used to add new rows of aligned math text. | ||
<tt><nowiki>{ | <tt><nowiki>{|</nowiki></tt> needs to be called first. You can add a new general row in the following manner: | ||
<pre><nowiki> | <pre><nowiki> | ||
שורה 28: | שורה 28: | ||
==Example== | ==Example== | ||
<pre><nowiki> | <pre><nowiki> | ||
{ | {| | ||
{{equation|l=<math>42</math>|o=<math>=</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=כי <math>21 \cdot 2 = 42 \le 12345</math>}} | {{equation|o=<math>\le</math>|r=<math>12345</math>|c=כי <math>21 \cdot 2 = 42 \le 12345</math>}} | ||
שורה 36: | שורה 36: | ||
</div><div align="right" dir="rtl"> | </div><div align="right" dir="rtl"> | ||
{ | {| | ||
{{equation|l=<math>42</math>|o=<math>=</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=כי <math>21 \cdot 2 = 42 \le 12345</math>}} | {{equation|o=<math>\le</math>|r=<math>12345</math>|c=כי <math>21 \cdot 2 = 42 \le 12345</math>}} |
גרסה מ־17:14, 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
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=כי <math>21 \cdot 2 = 42 \le 12345</math>}} |}
gives:
[math]\displaystyle{ 21 \cdot 2 }[/math] | [math]\displaystyle{ = }[/math] | [math]\displaystyle{ 42 }[/math] | |||
כי [math]\displaystyle{ 21 \cdot 2 = 42 \le 12345 }[/math] | [math]\displaystyle{ 12345 }[/math] | [math]\displaystyle{ \le }[/math] |