Template:Sort under/doc
This is a documentation subpage for Template:Sort under. It contains usage information, categories and other content that is not part of the original template page. |
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.
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
- REDIRECT Template:Template link
This page is a redirect. The following categories are used to track and monitor this redirect:
|
– Alternative to rotate column headers vertically with sorting arrows at the top.