Template:Frac/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Leptictidium
No edit summary
meta>Patrick
To allow numerical sorting of a column containing fractions, use the template in combination with {{tl|sort}}.
Line 8: Line 8:
; <code><nowiki>{{frac|A}}</nowiki></code>: {{frac|A}} (denominator only)
; <code><nowiki>{{frac|A}}</nowiki></code>: {{frac|A}} (denominator only)
: <code>&lt;small>&lt;sup>1&lt;/sup>&lt;big>⁄&lt;/big>&lt;sub><var>A</var>&lt;/sub>&lt;/small></code>
: <code>&lt;small>&lt;sup>1&lt;/sup>&lt;big>⁄&lt;/big>&lt;sub><var>A</var>&lt;/sub>&lt;/small></code>
Examples:


{{frac|2}}
{{frac|2}}
Line 36: Line 38:
{{frac|5|32}}
{{frac|5|32}}
{{frac|27|32}}
{{frac|27|32}}
To allow numerical sorting of a column containing fractions, use the template in combination with {{tl|sort}}.


<includeonly>
<includeonly>

Revision as of 08:57, 15 December 2009

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 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>

Examples:

12131418121323142434182838485868781163165167169161116131615165322732

To allow numerical sorting of a column containing fractions, use the template in combination with {{sort}}.