Template:Fraction: Difference between revisions
From Vigyanwiki
Template>Diverman (Improve readability by removing small font; add space) |
Template>Crissov (1, 2 or 3 parameters; template:frac0 can be deprecated now) |
||
Line 1: | Line 1: | ||
{{{1}}}< | <includeonly>{{#if:{{{3|}}}|{{{1}}}<s style="display:none">+</s><small><sup>{{{2}}}</sup><big>⁄</big><sub>{{{3}}}</sub></small>|{{#if:{{{2|}}}|<small><sup>{{{1}}}</sup><big>⁄</big><sub>{{{2}}}</sub></small>|<small><sup>1</sup><big>⁄</big><sub>{{{1}}}</sub></small>}}}}</includeonly><noinclude> | ||
This template builds nicer looking [[common fraction]]s. It takes one, two or three parameters: the optional integer (with leading <code>&minus;</code> if necessary), 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}}</nowiki></code>: {{frac|a|b}} (numerator and denominator) | |||
; <code><nowiki>{{frac|a}}</nowiki></code>: {{frac|a}} (denominator only) | |||
[[de:Vorlage:Bruch]] | [[de:Vorlage:Bruch]] | ||
</noinclude> | </noinclude> |
Revision as of 16:34, 22 June 2006
This template builds nicer looking common fractions. It takes one, two or three parameters: the optional integer (with leading −
if necessary), 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)