Template:Sort under
Appearance
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
I18n/Uses TemplateStyles | I18n/Uses TemplateStyles |
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[change]
Add {{sort under}}
above a sortable table and add one of the following classes to the table start wikitext.
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)[change]
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[change]
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[change]
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[change]
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[change]
- {{Vertical header}} – Alternative to rotate column headers vertically with sorting arrows at the top.