Template:Sortfrac/doc
Appearance
This is a documentation subpage for Template:Sortfrac It contains usage information, categories and other content that is not part of the original template page. |
This template is a combination of {{frac}} and {{sort}}. It allows numerical sorting of a column containing fractions.
Examples
[edit source]For examples of tables using the template see DHL Delivery Man Award.
Code
[edit source]<span class="template-frac">
{{#if:{{{3|}}}
|{{sort
|{{#expr: {{{1}}}+{{{2}}}/{{{3}}} }}
|{{{1}}}<sup>{{{2}}}</sup>⁄<sub>{{{3}}}</sub>}}
|{{#if:{{{2|}}}
|{{sort
|{{#expr: {{{1}}}/{{{2}}} }}
|<sup>{{{1}}}</sup>⁄<sub>{{{2}}}</sub>}}
|{{sort
|{{#expr: 1/{{{1}}} }}
|<sup>1</sup>⁄<sub>{{{1}}}</sub>}}
}}
}}
</span>
See also
[edit source]- Template:Sortname - sort names using "last name, first name" as default sort key
- Template:Autotable5 - generate a sortable table with auto-numbered rows, up to 5 columns