Template:EquationRef/doc: Difference between revisions

From Flowpedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions 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>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|3}}}}</nowiki></code>
* <code><nowiki>{{NumBlk2|::|<math>x^2+x+1=0</math>|3}}</nowiki></code>


{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|3}}}}
{{NumBlk2|::|<math>x^2+x+1=0</math>|3}}


:which may then be referred to by {{tlb|EquationNote|3}} or even {{tlb|EquationNote|3|Eq. 3}} (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>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|4|Eq.4}}}}</nowiki></code>
* <code><nowiki>{{NumBlk2|::|<math>x^2+x+1=0</math>|Eq.4}}</nowiki></code>


{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|4|Eq. 4}}}}
{{NumBlk2|::|<math>x^2+x+1=0</math>|Eq.4}}


:which may be referred to by {{tlb|EquationNote|4}} (i.e., {{EquationNote|4}}).
:which may be referred to by <nowiki>{{tlb|EquationNote|4}}</nowiki> (i.e., {{EquationNote|4}}).


* <code><nowiki>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|Eq.5}}}}</nowiki></code>
* <code><nowiki>{{NumBlk2|::|<math>x^2+x+1=0</math>|Eq.5}}</nowiki></code>


{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|Eq. 5}}}}
{{NumBlk2|::|<math>x^2+x+1=0</math>|5}}


:which may be referred to by {{tlb|EquationNote|Eq. 5}} (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 {{template|EqNote}}, 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}}
 
=== See Also ===
* {{t|EqNote}}
 
<includeonly>{{Sandbox other||
[[Category:Mathematical formatting templates]]
 
}}</includeonly>

Latest revision as of 08:29, 25 March 2026

Template:Tsh Template:Documentation subpage

The pair of templates {{tl|EquationRef}} and {{tl|EquationNote}} is used for labeling equations in text.

For example,

  • :{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math>
(Eq. 1) x2+x+1=0

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.

Similarly,

  • :{{EquationRef|2|Eq. 2:}} <math>x^2-2x+1=0</math>
(Eq. 2:) x22x+1=0

which can be referred to by {{tlb|EquationNote|2}} or even {{tlb|EquationNote|2|Equation 2}} (i.e., (Equation 2)).

This template can be used together with {{tl|NumBlk}} to produce nicely formatted numbered equations. For instance:

  • {{NumBlk2|::|<math>x^2+x+1=0</math>|3}}

<templatestyles src="MyStyles/NumberedBlock/styles.css" />

which may then be referred to by {{tlb|EquationNote|3}} or even {{tlb|EquationNote|3|Eq. 3}} (i.e., (Eq. 3)).
  • {{NumBlk2|::|<math>x^2+x+1=0</math>|Eq.4}}

<templatestyles src="MyStyles/NumberedBlock/styles.css" />

which may be referred to by {{tlb|EquationNote|4}} (i.e., (4)).
  • {{NumBlk2|::|<math>x^2+x+1=0</math>|Eq.5}}

<templatestyles src="MyStyles/NumberedBlock/styles.css" />

which may be referred to by {{tlb|EquationNote|Eq. 5}} (i.e., (Eq. 5)).

The common shorthand (#) can be written using {{template|EqNote}}, e.g. {{tlb|EqNote|5}} gives ((5))