Template:Frac: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Crissov
m (#2: removed <small/> and <big/>)
meta>Radiojon
m (test: make number slightly smaller)
Line 1: Line 1:
<includeonly>{{#if:{{{3|}}}|{{{1}}}<s style="display:none">+</s><sup>{{{2}}}</sup>⁄<sub>{{{3}}}</sub>|{{#if:{{{2|}}}|<sup>{{{1}}}</sup>⁄<sub>{{{2}}}</sub>|<sup>1</sup>⁄<sub>{{{1}}}</sub>}}}}</includeonly><noinclude>
<includeonly>{{#if:{{{3|}}}|{{{1}}}<s style="display:none">+</s><sup><small>{{{2}}}</small></sup>⁄<small><small>{{{3}}}</small></small>|{{#if:{{{2|}}}|<sup>{{{1}}}</sup>⁄<sub>{{{2}}}</sub>|<sup>1</sup>⁄<sub>{{{1}}}</sub>}}}}</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 07:03, 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+bc (integer, numerator and denominator)
{{frac|a|b}}
ab (numerator and denominator)
{{frac|a}}
1a (denominator only)

de:Vorlage:Bruch