Difference between revisions of "Template:EquationRef"

From blackwiki
Jump to navigation Jump to search
imported>Silly rabbit
(mentioned {{NumBlk}})
imported>Silly rabbit
(fixed template. This alternative functionality won't be used much)
Line 1: Line 1:
<includeonly><cite {{#ifeq:{{{noid}}}|noid||id="math_{{{1}}}"}}><span class="reference plainlinksneverexpand">'''{{ #if:| [[#equation_{{{1}}} | {{{2}}} ]] | [{{fullurl:{{FULLPAGENAME}}}}#Equations] }}'''</span></cite></includeonly><noinclude>
+
<includeonly><cite {{#ifeq:{{{noid}}}|noid||id="math_{{{1}}}"}}><span class="reference plainlinksneverexpand">'''{{ #if: {{{2| }}} | [[#equation_{{{1}}} | {{{2}}} ]] | [[#equation_{{{1}}} | {{{1}}}]] }}'''</span></cite></includeonly><noinclude>
 
The pair of templates {{tl|EquationRef}} and {{tl|EquationNote}} is used for labeling equations in text.  The following equation:
 
The pair of templates {{tl|EquationRef}} and {{tl|EquationNote}} is used for labeling equations in text.  The following equation:
 
:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math>
 
:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math>

Revision as of 13:16, 17 July 2008

The pair of templates {{EquationRef}} and {{EquationNote}} is used for labeling equations in text. The following equation:

Eq. 1 <math>x^2+x+1=0</math>

Is typeset by :{{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 the following call to {{EquationNote}}: {{EquationNote|Eq. 1}}. This produces a link Eq. 1 to equation Eq. 1.

This template can be used together with {{NumBlk}} to produce nicely formatted numbered equations. For instance, {{NumBlk|:|<math>x^2+x+1=0</math>|{{EquationRef|2}}}} gives

Template:NumBlk

which may then be referred to by {{EquationNote|2}}.