|
|
| (28 intermediate revisions by 17 users not shown) |
| 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: | | {{zwsp}}<!-- zero-width space; might be removable after introduction of RemexHTML --><span class="frac nowrap">{{#if:{{{3|}}} |
| </noinclude>{{#if:{{{2|}}}|<noinclude>Complex:
| | |{{{1}}}<span class="visualhide"> </span><sup>{{{2}}}</sup>⁄<sub>{{{3}}}</sub> |
| </noinclude>{{#switch:{{{2}}} | | |{{#if:{{{2|}}} |
| | 2 = {{#ifeq:{{{1}}} | | |<sup>{{{1}}}</sup>⁄<sub>{{{2}}}</sub> |
| | 1 | ½
| | |{{#if:{{{1|}}} |
| |<small><sup>{{{1}}}</sup><big>⁄</big><sub>{{{2}}}</sub></small>
| | |<sup>1</sup>⁄<sub>{{{1}}}</sub> |
| | |⁄ |
| }} | | }} |
| | 3 = {{#switch:{{{1}}}
| | }} |
| | 1 = ⅓
| | }}</span><noinclude> |
| | 2 = ⅔
| | {{documentation}} |
| | <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>{{#switch:{{{1}}}|2=½|3="⅓"|4="¼"|8=⅛|<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> |
⁄
Lua error in Module:Documentation at line 7: Module:Documentation/config returned boolean, table expected.