Mudanças entre as edições de "EquationRef"

De Wiki Coolab
Ir para navegação Ir para pesquisar
EquationNote>Fryed-peach
m
EquationNote>Cedar101
m ({{markup2}}, {{tlb}})
Linha 2: Linha 2:
 
The pair of templates {{tl|EquationRef}} and {{tl|EquationNote}} is used for labeling equations in text.
 
The pair of templates {{tl|EquationRef}} and {{tl|EquationNote}} is used for labeling equations in text.
  
For example, '''<nowiki>:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math></nowiki>''' results in:
+
For example, {{markup2|m=<nowiki>:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math></nowiki>|r=
:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math>
+
:{{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, '''<nowiki>{{EquationNote|Eq. 1}}</nowiki>''' produces a link {{EquationNote|Eq. 1}} to this equation.
+
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, '''<nowiki>:{{EquationRef|2|Eq. 2:}} <math>x^2-2x+1=0</math></nowiki>''' results in
+
Similarly, {{markup2|m=<nowiki>:{{EquationRef|2|Eq. 2:}} <math>x^2-2x+1=0</math></nowiki>|r=
 
:{{EquationRef|2|Eq. 2:}} <math>x^2-2x+1=0</math>
 
:{{EquationRef|2|Eq. 2:}} <math>x^2-2x+1=0</math>
which can be referred to by '''<nowiki>{{EquationNote|2}}</nowiki>''' or even '''<nowiki>{{EquationNote|2|Equation 2}}</nowiki>''' (i.e., {{EquationNote|2|Equation 2}}).
+
which can be referred to by {{tlb|EquationNote|2}} or even {{tlb|EquationNote|2|Equation 2}} (i.e., {{EquationNote|2|Equation 2}}).
  
 
This template can be used together with {{tl|NumBlk}} to produce nicely formatted numbered equations.  For instance:
 
This template can be used together with {{tl|NumBlk}} to produce nicely formatted numbered equations.  For instance:
  
* '''<nowiki>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|3}}}}</nowiki>''' gives
+
{{markup2|m=<nowiki>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|3}}}}</nowiki>|r=
 
 
 
{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|3}}}}
 
{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|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>{{EquationNote|3}}</nowiki>''' or even '''<nowiki>{{EquationNote|3|Eq. 3}}</nowiki>''' (i.e., {{EquationNote|3|Eq. 3}}).
+
{{markup2|m=<nowiki>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|4|Eq.4}}}}</nowiki>|r=
 
 
* '''<nowiki>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|4|Eq.4}}}}</nowiki> gives
 
 
 
 
{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|4|Eq.4}}}}
 
{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|4|Eq.4}}}}
 +
}}
 +
:which may be referred to by {{tlb|EquationNote|4}} (i.e., {{EquationNote|4}}).
  
:which may be referred to by '''<nowiki>{{EquationNote|4}}</nowiki>''' (i.e., {{EquationNote|4}}).
+
{{markup2|m=<nowiki>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|Eq.5}}}}</nowiki>|r=
 
 
* '''<nowiki>{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|Eq.5}}}}</nowiki>''' gives
 
 
 
 
{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|Eq.5}}}}
 
{{NumBlk|::|<math>x^2+x+1=0</math>|{{EquationRef|Eq.5}}}}
 
+
}}
:which may be referred to by '''<nowiki>{{EquationNote|Eq.5}}</nowiki>''' (i.e., {{EquationNote|Eq.5}}).
+
:which may be referred to by {{tlb|EquationNote|Eq.5}} (i.e., {{EquationNote|Eq.5}}).
  
 
[[Category:Mathematical formatting templates]]
 
[[Category:Mathematical formatting templates]]
  
 
}}</noinclude>
 
}}</noinclude>

Edição das 05h51min de 25 de abril de 2017

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

For example, Predefinição:Markup2 Here, the identifier "Eq. 1" is a label which can be later referred to with a call to {{EquationNote}}. That is, Predefinição:Tlb produces a link Predefinição:EquationNote to this equation.

Similarly, Predefinição:Markup2