Template:Frac/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Arthur Rubin fix description |
meta>Arthur Rubin produce current code |
||
Line 3: | Line 3: | ||
This template builds nicer-looking [[common fraction]]s. It takes one, two or three parameters: the optional integer (may be signed), the optional numerator and the required denominator; in this order. Please '''don't''' substitute it. | This template builds nicer-looking [[common fraction]]s. It takes one, two or three parameters: the optional integer (may be signed), the optional numerator and the required denominator; in this order. Please '''don't''' substitute it. | ||
; <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) | ||
: <code><span class="frac"> | : <code><span class="frac">A<sup> B</sup>⁄<sub>C</sub></span></code> | ||
; <code><nowiki>{{frac|A|B}}</nowiki></code>: {{frac|A|B}} (numerator and denominator) | ; <code><nowiki>{{frac|A|B}}</nowiki></code>: {{frac|A|B}} (numerator and denominator) | ||
: <code><span class="frac"> | : <code><span class="frac"><sup>A</sup>⁄<sub>B</sub></span></code> | ||
; <code><nowiki>{{frac|A}}</nowiki></code>: {{frac|A}} (denominator only) | ; <code><nowiki>{{frac|A}}</nowiki></code>: {{frac|A}} (denominator only) | ||
: <code><span class="frac"> | : <code><span class="frac"><sup>1</sup>⁄<sub>A</sub></span></code> | ||
Examples: | Examples: |
Revision as of 21:57, 19 July 2010
This is a documentation subpage for Template:Frac. It may contain usage information, categories and other content that is not part of the original template page. |
This template builds nicer-looking common fractions. It takes one, two or three parameters: the optional integer (may be signed), the optional numerator and the required denominator; in this order. Please don't substitute it.
{{frac|A|B|C}}
- A B⁄C (integer, numerator and denominator)
A B⁄C
{{frac|A|B}}
- A⁄B (numerator and denominator)
A⁄B
{{frac|A}}
- 1⁄A (denominator only)
1⁄A
Examples:
1⁄2 1⁄3 1⁄4 1⁄8 1⁄2 1⁄3 2⁄3 1⁄4 2⁄4 3⁄4 1⁄8 2⁄8 3⁄8 4⁄8 5⁄8 6⁄8 7⁄8 1⁄16 3⁄16 5⁄16 7⁄16 9⁄16 11⁄16 13⁄16 15⁄16 5⁄32 27⁄32
To allow numerical sorting of a column containing fractions, use {{sortfrac}} instead. It is a combination of this template and {{sort}}.
See also