Template:NumBlk: Difference between revisions
Created page with "<!-- --><templatestyles src="Numbered block/styles.css" /><!-- --><includeonly><!-- --><table role="presentation" class="numblk {{#if:{{{RawN|}}}|numblk-raw-n|}} {{#if:{{{Border|}}}|numblk-border|}} {{{Cl|}}}" {{{Attr|style="margin-left: {{#expr:1.6 * {{#invoke:String|len|s={{{1}}}}}}}em;"}}}><!-- --><tr><!-- --><td class="nowrap"><!-- -->{{{2}}}<!-- --></td> <td><!-- -->{{#if:{{{LnSty|}}}|<!-- --><table role="presentation"><!-- --><tr><!--..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<templatestyles src="Numbered block/styles.css" /> | |||
<includeonly> | |||
<table role="presentation" class="numblk {{#if:{{{RawN|}}}|numblk-raw-n|}} {{#if:{{{Border|}}}|numblk-border|}} {{{Cl|}}}" {{{Attr|style="margin-left: {{#expr:1.6 * {{#invoke:String|len|s={{{1}}}}}}}em;"}}}> | |||
<tr> | |||
<td class="nowrap"> | |||
{{{2}}} | |||
</td> <td> | |||
{{#if:{{{LnSty|}}}|<table role="presentation"> | |||
<tr> | |||
<td rowspan="2"> | |||
</td> <td> | |||
</td> <td rowspan="2"> | |||
</td> | |||
</tr> <tr> | |||
<td style="border-top: {{{LnSty|0px none #e5e5e5}}};"> | |||
</td> | |||
</tr> | |||
</table> | |||
|}} | |||
</td> <td class="nowrap"> | |||
{{#if:{{{RawN|}}}|{{{3}}}|{{trim|{{{3}}}}}}} | |||
</td> | |||
</tr> | |||
</table> | |||
</includeonly> | |||
<noinclude>{{Template:EquationRef/doc}}</noinclude> | |||
Revision as of 13:49, 24 March 2026
<templatestyles src="Numbered block/styles.css" />
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)
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:)
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="Numbered block/styles.css" />
<table role="presentation" class="numblk " id="math_3" style="margin-left: Expression error: Unrecognized punctuation character "[".em;">
- 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="Numbered block/styles.css" />
<table role="presentation" class="numblk " id="math_Eq.4" style="margin-left: Expression error: Unrecognized punctuation character "[".em;">
- which may be referred to by {{tlb|EquationNote|4}} (i.e., (4)).
{{NumBlk2|::|<math>x^2+x+1=0</math>|Eq.5}}
<templatestyles src="Numbered block/styles.css" />
<table role="presentation" class="numblk " id="math_5" style="margin-left: Expression error: Unrecognized punctuation character "[".em;">
- 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))