Template:EquationRef/doc

From testwiki
Revision as of 18:04, 30 December 2021 by imported>Einstein95 (Created page with "{{Documentation subpage}} The pair of templates {{tl|EquationRef}} and {{tl|EquationNote}} is used for labeling equations in text. For example, * <code><nowiki>:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math></nowiki></code> :{{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 {{tl|EquationNote}}. That is, {{tlb|EquationNote|Eq. 1}} produces a link {{EquationNote|Eq. 1}} to this equation....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Documentation subpage The pair of templates Template:Tl and Template:Tl is used for labeling equations in text.

For example,

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

Here, the identifier "Eq. 1" is a label which can be later referred to with a call to Template:Tl. That is, Template:Tlb produces a link Template:EquationNote to this equation.

Similarly,

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

which can be referred to by Template:Tlb or even Template:Tlb (i.e., Template:EquationNote).

This template can be used together with Template:Tl to produce nicely formatted numbered equations. For instance:

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

Template:NumBlk

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

Template:NumBlk

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

Template:NumBlk

which may be referred to by Template:Tlb (i.e., Template:EquationNote).