Template:Sort under

Documentation icon Template documentation[view] [edit] [history] [purge]

Lua error in package.lua at line 80: module 'Module:Uses TemplateStyles/config' not found.

This template repositions sortable's sorting arrows under the column header's text in the same cell. It's used to narrow a table that has sorting headers wider than their data.

Usage

Add {{sort under}} above a sortable table and add one of the following classes to the table start wikitext.

Table classes.
Class Summary
sort-under Repositions sort arrows to the bottom right. Short class. Consensus right.
sort-under-right Repositions sort arrows to the bottom right.
sort-under-center Repositions sort arrows to the bottom center.

Reposition sort arrows under and align right (short class)

Wikitext: <syntaxhighlight lang="wikitext" highlight="1-2">

Header Header group
Header 2 Header 3
1 2 3
4 5 6

</syntaxhighlight>

Produces:

Header Header group
Header 2 Header 3
1 2 3
4 5 6

Reposition sort arrows under and align right

Wikitext: <syntaxhighlight lang="wikitext" highlight="1-2">

Header Header group
Header 2 Header 3
1 2 3
4 5 6

</syntaxhighlight>

Produces:

Header Header group
Header 2 Header 3
1 2 3
4 5 6

Reposition sort arrows under and align center

Wikitext: <syntaxhighlight lang="wikitext" highlight="1-2">

Header Header group
Header 2 Header 3
1 2 3
4 5 6

</syntaxhighlight>

Produces:

Header Header group
Header 2 Header 3
1 2 3
4 5 6

Default position not using this template

Wikitext: <syntaxhighlight lang="wikitext">

Header Header group
Header 2 Header 3
1 2 3
4 5 6

</syntaxhighlight>

Produces:

Header Header group
Header 2 Header 3
1 2 3
4 5 6

See also

  1. REDIRECT Template:Template link
– Alternative to rotate column headers vertically with sorting arrows at the top.