MediaWiki:Common.css: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Added comment for "noautonum" class)
(Updated description of noautonum: use template to use it.)
Line 3: Line 3:
/**
/**
  * Class "noautonum" to suppress automatic section numbering in table of contents.
  * Class "noautonum" to suppress automatic section numbering in table of contents.
  * Use only in special cases where the numbering is unwanted.
  * Use template {{TOC noautonum}} to insert a table of contents without numbering.
* Usage:
* <div class="noautonum">__TOC__</div>
  */
  */
.noautonum .tocnumber { display: none; }
.noautonum .tocnumber { display: none; }

Revision as of 00:28, 14 March 2014

/* CSS placed here will be applied to all skins */

/**
 * Class "noautonum" to suppress automatic section numbering in table of contents.
 * Use template {{TOC noautonum}} to insert a table of contents without numbering.
 */
.noautonum .tocnumber { display: none; }