Template:Sortfrac/doc

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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>&frasl;<sub>{{{3}}}</sub>}}
   |{{#if:{{{2|}}}
     |{{sort
       |{{#expr: {{{1}}}/{{{2}}} }}
       |<sup>{{{1}}}</sup>&frasl;<sub>{{{2}}}</sub>}}
     |{{sort
       |{{#expr: 1/{{{1}}} }}
       |<sup>1</sup>&frasl;<sub>{{{1}}}</sub>}}
    }}
}}
</span>

See also[edit source]