The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
< | <includeonly>{{#if:{{{3|}}}|{{{1}}}<s style="display:none">+</s><small><sup>{{{2}}}</sup><big>⁄</big><sub>{{{3}}}</sub></small>|<noinclude>#else: | ||
</noinclude>{{#if:{{{2|}}}|<noinclude>Complex: | |||
</noinclude>{{#switch:{{{2}}} | |||
| 2 = {{#ifeq:{{{1}}} | |||
| 1 | ½ | |||
|<small><sup>{{{1}}}</sup><big>⁄</big><sub>{{{2}}}</sub></small> | |||
}} | |||
| 3 = {{#switch:{{{1}}} | |||
| 1 = ⅓ | |||
| 2 = ⅔ | |||
| <small><sup>{{{1}}}</sup><big>⁄</big><sub>{{{2}}}</sub></small> | |||
}} | |||
| 4 = {{#switch:{{{1}}} | |||
{{ | | 1 = ¼ | ||
| 2 = ½ | |||
| 3 = ¾ | |||
| <small><sup>{{{1}}}</sup><big>⁄</big><sub>{{{2}}}</sub></small> | |||
}} | |||
| 8 = {{#switch:{{{1}}} | |||
| 1 = ⅛ | |||
| 2 = ¼ | |||
| 3 = ⅜ | |||
| 4 = ½ | |||
| 5 = ⅝ | |||
| 6 = ¾ | |||
| 7 = ⅞ | |||
| <small><sup>{{{1}}}</sup><big>⁄</big><sub>{{{2}}}</sub></small> | |||
}} | |||
| <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> | |||
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><var>A</var><s style="display:none">+</s><small><sup><var>B</var></sup><big>⁄</big><sub><var>C</var></sub></small></code> | |||
; <code><nowiki>{{frac|A|B}}</nowiki></code>: {{frac|A|B}} (numerator and denominator) | |||
: <code><small><sup><var>A</var></sup><big>⁄</big><sub><var>B</var></sub></small></code> | |||
; <code><nowiki>{{frac|A}}</nowiki></code>: {{frac|A}} (denominator only) | |||
: <code><small><sup>1</sup><big>⁄</big><sub><var>A</var></sub></small></code> | |||
{{frac|2}} | |||
{{frac|3}} | |||
{{frac|4}} | |||
{{frac|8}} | |||
{{frac|1|2}} | |||
{{frac|1|3}} | |||
{{frac|2|3}} | |||
{{frac|1|4}} | |||
{{frac|2|4}} | |||
{{frac|3|4}} | |||
{{frac|1|8}} | |||
{{frac|2|8}} | |||
{{frac|3|8}} | |||
{{frac|4|8}} | |||
{{frac|5|8}} | |||
{{frac|6|8}} | |||
{{frac|7|8}} | |||
[[de:Vorlage:Bruch]] | |||
[[es:Plantilla:Fracción]] | |||
[[ja:Template:分数]] | |||
[[mk:Шаблон:Дроп]] | |||
[[simple:Template:Frac]] | |||
</noinclude> | </noinclude> |