Template:Sort
The UESPWiki – Your source for The Elder Scrolls since 1995
Summary[edit]
This template is a simple shortcut for the data-sort-value=
attribute in a table cell.
Parameters[edit]
Parameter | Scope | Description |
---|---|---|
1 | required | The sort value. |
Examples[edit]
{| class="wikitable sortable" ! data-sort-type=number | Numbers |- | {{Sort|5}} | Five |- | {{Sort|4}} | Four |- | {{Sort|1}} | One |- | {{Sort|3}} | Three |- | {{Sort|2}} | Two |}
Numbers |
---|
Five |
Four |
One |
Three |
Two |