Шаблон:Sort under/док

С Википедије, слободне енциклопедије

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:

{{Sort under}}
{| class="wikitable sortable sort-under"
|-
! rowspan="2" | Header
! colspan="2" | Header group
|-
! Header 2
! class="unsortable" | Header 3
|-
| 1 || 2 || 3
|-
| 4 || 5 || 6
|}

Produces:

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

Reposition sort arrows under and align right[уреди извор]

Wikitext:

{{Sort under}}
{| class="wikitable sortable sort-under-right"
|-
! rowspan="2" | Header
! colspan="2" | Header group
|-
! Header 2
! class="unsortable" | Header 3
|-
| 1 || 2 || 3
|-
| 4 || 5 || 6
|}

Produces:

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

Reposition sort arrows under and align center[уреди извор]

Wikitext:

{{Sort under}}
{| class="wikitable sortable sort-under-center"
|-
! rowspan="2" | Header
! colspan="2" | Header group
|-
! Header 2
! class="unsortable" | Header 3
|-
| 1 || 2 || 3
|-
| 4 || 5 || 6
|}

Produces:

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

Default position not using this template[уреди извор]

Wikitext:

{| class="wikitable sortable"
|-
! rowspan="2" | Header
! colspan="2" | Header group
|-
! Header 2
! class="unsortable" | Header 3
|-
| 1 || 2 || 3
|-
| 4 || 5 || 6
|}

Produces:

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

See also[уреди извор]

  •  t – Alternative to rotate column headers vertically with sorting arrows at the top.