Template:EquationRef/doc: Difference between revisions
From Flowpedia
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 22: | Line 22: | ||
This template can be used together with <nowiki>{{tl|NumBlk}}</nowiki> to produce nicely formatted numbered equations. For instance: | This template can be used together with <nowiki>{{tl|NumBlk}}</nowiki> to produce nicely formatted numbered equations. For instance: | ||
* <code><nowiki>{{ | * <code><nowiki>{{NumBlk2|::|<math>x^2+x+1=0</math>|3}}</nowiki></code> | ||
{{ | {{NumBlk2|::|<math>x^2+x+1=0</math>|3}} | ||
:which may then be referred to by <nowiki>{{tlb|EquationNote|3}}</nowiki> or even <nowiki>{{tlb|EquationNote|3|Eq. 3}}</nowiki> (i.e., {{EquationNote|3|Eq. 3}}). | :which may then be referred to by <nowiki>{{tlb|EquationNote|3}}</nowiki> or even <nowiki>{{tlb|EquationNote|3|Eq. 3}}</nowiki> (i.e., {{EquationNote|3|Eq. 3}}). | ||
* <code><nowiki>{{ | * <code><nowiki>{{NumBlk2|::|<math>x^2+x+1=0</math>|Eq.4}}</nowiki></code> | ||
{{ | {{NumBlk2|::|<math>x^2+x+1=0</math>|Eq.4}} | ||
:which may be referred to by <nowiki>{{tlb|EquationNote|4}}</nowiki> (i.e., {{EquationNote|4}}). | :which may be referred to by <nowiki>{{tlb|EquationNote|4}}</nowiki> (i.e., {{EquationNote|4}}). | ||
* <code><nowiki>{{ | * <code><nowiki>{{NumBlk2|::|<math>x^2+x+1=0</math>|Eq.5}}</nowiki></code> | ||
{{ | {{NumBlk2|::|<math>x^2+x+1=0</math>|5}} | ||
:which may be referred to by <nowiki>{{tlb|EquationNote|Eq. 5}}</nowiki> (i.e., {{EquationNote|Eq. 5}}). | :which may be referred to by <nowiki>{{tlb|EquationNote|Eq. 5}}</nowiki> (i.e., {{EquationNote|Eq. 5}}). | ||
The common shorthand '''(#)''' can be written using <nowiki>{{template|EqNote}}</nowiki>, e.g. {{tlb|EqNote|5}} gives {{EqNote|5}} | The common shorthand '''(#)''' can be written using <nowiki>{{template|EqNote}}</nowiki>, e.g. <nowiki>{{tlb|EqNote|5}}</nowiki> gives {{EqNote|5}} | ||
