Sablon:Smn/doc
Megjelenés
|
Ez a lap a(z) Sablon:Smn dokumentációja. Ez a lap tartalmazza az eredeti sablon használati útmutatóját és kategóriáit. |
Ez a sablon
Másolható minták
[szerkeszté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éterek
[szerkesztés]Kötelező paraméterek
[szerkesztés]Opcionális paraméterek
[szerkesztés]Kapcsolódó sablonok
[szerkesztés]Lásd még
[szerkeszté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.