Sjabloon:Sortfrac
Naar navigatie springen
Naar zoeken springen
<span class="template-frac">1⁄{{{1}}}</span>
[bewerken] [ ] Template documentation
This template is a combination of {{frac}} and {{sort}}. It allows numerical sorting of a column containing fractions.
Examples
- File:Eq (bewerken|talk|geschiedenis|links|volgen|logs)
- File:Eq (bewerken|talk|geschiedenis|links|volgen|logs)
- File:Eq (bewerken|talk|geschiedenis|links|volgen|logs)
For examples of tables using the template see DHL Delivery Man Award.
Code
<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
- 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
The above documentation is transcluded from Sjabloon:Sortfrac/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |