Template:EquationRef

From AWF-Wiki
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
Line 2: Line 2:
 
Usage:  
 
Usage:  
  
<nowiki>{{EquationRef|equation=<equation>|<number>}}</nowiki>  
+
<nowiki>{{EquationRef|equation=<$equation$>|<number>}}</nowiki>  
  
 
Enter the <code><equation></code>,
 
Enter the <code><equation></code>,
Line 12: Line 12:
 
<table width="100%" style="text-align: center;"> <!-- A table with one row including the mathematical equation and reference -->
 
<table width="100%" style="text-align: center;"> <!-- A table with one row including the mathematical equation and reference -->
 
<tr>
 
<tr>
<td>${{{equation}}}$</td> <!-- Equation goes here -->
+
<td>{{{equation}}}</td> <!-- Equation goes here -->
<td {{#ifeq:{{{noid}}}|noid||id="math_{{{1}}}"}} class="reference plainlinksneverexpand" style="font-weight: bold; font-style: italic">{{#if: {{{2| }}}|[[#equation_{{{1}}}|{{{2}}}]]|[[#equation_{{{1}}}|{{{1}}}]]}}</td> <!-- This is the "EquationRef" code chunk taken from wikipedia -->
+
<td {{#ifeq:{{{noid}}}|noid||id="math_{{{1}}}"}} class="reference plainlinksneverexpand" style="font-weight: bold; font-style: italic; text-align: right">{{#if: {{{2| }}}|[[#equation_{{{1}}}|{{{2}}}]]|[[#equation_{{{1}}}|{{{1}}}]]}}</td> <!-- This is the "EquationRef" code chunk taken from wikipedia -->
 
</tr>
 
</tr>
 
</table>
 
</table>

Latest revision as of 18:02, 23 May 2014

Inspired by the template of the same name from Wikipedia. Usage:

{{EquationRef|equation=<$equation$>|<number>}}

Enter the <equation>, in the usual LaTeX markup Format. As number simply insert the equation number. Referencing can be done with EquationNote.


Personal tools
Namespaces

Variants
Actions
Navigation
Development
Toolbox