Template:Fraction: Difference between revisions

From Vigyanwiki
Template>Crissov
mNo edit summary
Template>Crissov
mNo edit summary
Line 2: Line 2:
</noinclude>{{#if:{{{2|}}}|<small><sup>{{{1}}}</sup><big>⁄</big><sub>{{{2}}}</sub></small>|<noinclude>#else:
</noinclude>{{#if:{{{2|}}}|<small><sup>{{{1}}}</sup><big>⁄</big><sub>{{{2}}}</sub></small>|<noinclude>#else:
</noinclude><small><sup>1</sup><big>⁄</big><sub>{{{1}}}</sub></small>}}}}</includeonly><noinclude>
</noinclude><small><sup>1</sup><big>⁄</big><sub>{{{1}}}</sub></small>}}}}</includeonly><noinclude>
<!-- Simplest version proposed:
{{#if:{{{3|}}}|{{{1}}}&nbsp;<sup>{{{2}}}</sup>/<sub>{{{3}}}</sub>|
{{#if:{{{2|}}}|<sup>{{{1}}}</sup>/<sub>{{{2}}}</sub>|
<sup>1</sup>/<sub>{{{1}}}</sub>}}}}
-->


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.

Revision as of 02:49, 14 May 2007


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)
A<s style="display:none">+</s><small><sup>B</sup><big>⁄</big><sub>C</sub></small>
{{frac|A|B}}
AB (numerator and denominator)
<small><sup>A</sup><big>⁄</big><sub>B</sub></small>
{{frac|A}}
1A (denominator only)
<small><sup>1</sup><big>⁄</big><sub>A</sub></small>