Sablon:Smn
Ez a sablon
Másolható mintákSzerkesztés
<!-- Ide jöhet az egy az egyben bemásolható kész kód, ha például ugyanazzal a paraméterrel használja mindenki, vagy van egy leggyakrabban beillesztendő formája stb. -->
ParaméterekSzerkesztés
Kötelező paraméterekSzerkesztés
Opcionális paraméterekSzerkesztés
Kapcsolódó sablonokSzerkesztés
Lásd mégSzerkesztés
This template is used to make the sort mode of a table column "numeric", in cases where some cells would otherwise be of type date, currency or string. It is called at the end of all cells of the table column.
The effect of the template depends on MediaWiki:Common.js containing a version of function ts_resortTable that overrides the default in http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/wikibits.js, in particular on the line
if (itm.match(/sm=n$/)) sortfn = ts_sort_numeric;
See also meta:Help:Sorting#Sort modes.