Template:EquationRef/doc: Difference between revisions
From Flowpedia
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
The pair of templates | The pair of templates <nowiki>{{tl|EquationRef}}</nowiki> and <nowiki>{{tl|EquationNote}}</nowiki> is used for labeling equations in text. | ||
For example, | For example, | ||
* <code><nowiki>:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math></nowiki | * <code><nowiki>:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math></nowiki> | ||
Here, the identifier "'''Eq. 1'''" is a label which can be later referred to with a call to {{tl|EquationNote}}. That is, {{tlb|EquationNote|Eq. 1}} produces a link {{EquationNote|Eq. 1}} to this equation. | :{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math> | ||
Here, the identifier "'''Eq. 1'''" is a label which can be later referred to with a call to <nowiki>{{tl|EquationNote}}</nowiki>. That is, <nowiki>{{tlb|EquationNote|Eq. 1}}</nowiki> produces a link <nowiki>{{EquationNote|Eq. 1}}</nowiki> to this equation. | |||
Similarly, | |||
* <code><nowiki>:{{EquationRef|2|Eq. 2:}} <math>x^2-2x+1=0</math> | |||
</nowiki></codę> | |||
:{{EquationRef|2|Eq. 2:}} <math>x^2-2x+1=0</math>}} | :{{EquationRef|2|Eq. 2:}} <math>x^2-2x+1=0</math>}} | ||
This template can be used together with {{tl|NumBlk}} to produce nicely formatted numbered equations. For instance: | which can be referred to by <nowiki>{{tlb|EquationNote|2}}</nowiki> or even <nowiki>{{tlb|EquationNote|2|Equation 2}}</nowiki> (i.e., {{EquationNote|2|Equation 2}}). | ||
This template can be used together with <nowiki>{{tl|NumBlk}}</nowiki> to produce nicely formatted numbered equations. For instance: | |||
* <code><nowiki>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|3}}}}</nowiki></code> | * <code><nowiki>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|3}}}}</nowiki></code> | ||
