Munurin millum rættingarnar hjá "Fyrimynd:Sortfrac/doc"

Frá Wikipedia, hin frælsa alfrøðin
Content deleted Content added
sNo edit summary
Xqbot (kjak | íkøst)
s Bot: Erstatt forældet <source> -tag og parameteren "enclose" [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
 
Linja 11: Linja 11:
== Kota ==
== Kota ==


<source lang=html5>
<syntaxhighlight lang="html5">
<span class="template-frac">
<span class="template-frac">
{{#if:{{{3|}}}
{{#if:{{{3|}}}
Linja 27: Linja 27:
}}
}}
</span>
</span>
</syntaxhighlight>
</source>


==Sí eisini==
==Sí eisini==

Seinasta endurskoðan sum var 22. apr 2020 kl. 16:36

This template is a combination of {{frac}} and {{sort}}. It allows numerical sorting of a column containing fractions.

Dømi[rætta wikitekst]

  • "{{sortfrac|78|2|3}}" gives "7823" [1]
  • "{{sortfrac|2|3}}" gives "23" [2]
  • "{{sortfrac|3}}" gives "13" [3]

For examples of tables using the template see DHL Delivery Man Award.

Kota[rætta wikitekst]

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

Sí eisini[rætta wikitekst]