תבנית: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:
- ll - Furthest left column (used only when needed).
- l - General left column.
- o - Operator, defaults to [math]\displaystyle{ = }[/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, |} must be called.
Example
{| {{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>}} |}
gives:
{{ #if: |{{{ll}}}|}} | {{#if: [math]\displaystyle{ 42 }[/math]|[math]\displaystyle{ 42 }[/math]|}} | {{#if: |{{{o}}}|[math]\displaystyle{ = }[/math]}} | {{ #if: [math]\displaystyle{ 21\cdot2 }[/math]|[math]\displaystyle{ 21\cdot2 }[/math]|}} | {{ #if: |{{{rr}}}|}} | {{ #if: |{{{c}}}|}} | {{ #if: |{{{cc}}}|}} |
{{ #if: |{{{ll}}}|}} | {{#if: |{{{l}}}|}} | {{#if: [math]\displaystyle{ \leq }[/math]|[math]\displaystyle{ \leq }[/math]|[math]\displaystyle{ = }[/math]}} | {{ #if: [math]\displaystyle{ 12345 }[/math]|[math]\displaystyle{ 12345 }[/math]|}} | {{ #if: |{{{rr}}}|}} | {{ #if: כי [math]\displaystyle{ 21\cdot2=42\leq12345 }[/math]|כי [math]\displaystyle{ 21\cdot2=42\leq12345 }[/math]|}} | {{ #if: |{{{cc}}}|}} |