Template:Fraction: Difference between revisions
From Vigyanwiki
Template>Radiojon m (test: make number slightly smaller) |
Template>Radiojon m (trying to keep fraction within standard line height) |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{3|}}}|{{{1}}}<s style="display:none">+</s><sup>< | <includeonly>{{#if:{{{3|}}}|{{{1}}}<s style="display:none">+</s><sup><font size=-2>{{{2}}}</font></sup>⁄<font size=-3>{{{3}}}</font>|{{#if:{{{2|}}}|<sup><font size=-2>{{{1}}}</font></sup>⁄<font size=-3>{{{2}}}</font>|<sup><font size=-2>1</font></sup>⁄<font size=-3>{{{1}}}</font>}}}}</includeonly><noinclude> | ||
This template builds nicer looking [[common fraction]]s. It takes one, two or three parameters: the optional integer (maybe signed), the optional numerator and the required denominator; in this order. | This template builds nicer looking [[common fraction]]s. It takes one, two or three parameters: the optional integer (maybe signed), the optional numerator and the required denominator; in this order. | ||
; <code><nowiki>{{frac|a|b|c}}</nowiki></code>: {{frac|a|b|c}} (integer, numerator and denominator) | ; <code><nowiki>{{frac|a|b|c}}</nowiki></code>: {{frac|a|b|c}} (integer, numerator and denominator) |
Revision as of 12:39, 4 July 2006
This template builds nicer looking common fractions. It takes one, two or three parameters: the optional integer (maybe signed), the optional numerator and the required denominator; in this order.
{{frac|a|b|c}}
- a b⁄c (integer, numerator and denominator)
{{frac|a|b}}
- a⁄b (numerator and denominator)
{{frac|a}}
- 1⁄a (denominator only)