תבנית:Equation
הועתק מויקיפדיה
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. | נחלק ב-21: | [math]\displaystyle{ /\div 21 }[/math] | [math]\displaystyle{ {{{r|}}} }[/math] | [math]\displaystyle{ = }[/math] | [math]\displaystyle{ 21x }[/math] | |
2. | [math]\displaystyle{ }[/math] | [math]\displaystyle{ {{{r|}}} }[/math] | [math]\displaystyle{ = }[/math] | [math]\displaystyle{ x }[/math] | [math]\displaystyle{ \implies }[/math] | |
3. | [math]\displaystyle{ }[/math] | [math]\displaystyle{ {{{r|}}} }[/math] | [math]\displaystyle{ \not= }[/math] | [math]\displaystyle{ }[/math] |