Sjabloon:Equation/doc
Naar navigatie springen
Naar zoeken springen
40px | This is a documentation subpage for Sjabloon:Equation. It contains usage information, categories, interlanguage links and other content that is not part of the original sjabloon page. |
Purpose
This template gives an equation passed in as numbered parameter {{{1}}} a number {{{2}}}, which is displayed in the far right column. This also creates an anchor (#equation-{{{2}}}), which can be adjusted with the id
parameter.
Usage
{{Equation|1=e=m c^2\,|2=1}} {{Equation|1=a^2+b^2=c^2\,|2=2}} {{Equation|1=X(t)= V_0 * t + A*t^2\,|2=3}}
results in:
<math>e=m c^2\,</math> (1)
<math>a^2+b^2=c^2\,</math> (2)
<math>X(t)= V_0 * t + A*t^2\,</math> (3)