Difference between revisions of "Template:TOC top"
From MINR.ORG WIKI
(one div fewer) |
Rickyboy320 (talk | contribs) m (27 revisions imported: Imported Category TOC from wikipedia) |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | __NOTOC__<div class="toc plainlinks hlist" id="toc" {{# | + | {{#ifeq:{{{primary|}}}|false||__NOTOC__}}<div class="toc plainlinks hlist" {{#ifeq:{{{primary|}}}|false||id="toc"}} style="{{#switch:{{lc:{{{align|}}}}} |
− | <div id="toctitle"><h2>{{{title|{{MediaWiki:Toc}} }}}</h2> | + | |left=float: left; clear: {{{clear|left}}}; |
− | </div><noinclude> | + | |right=float: right; clear: {{{clear|right}}}; |
+ | |center= margin:auto; clear: {{{clear|none}}}; | ||
+ | |#default=clear: {{{clear|left}}}; | ||
+ | }}"> | ||
+ | <div {{#ifeq:{{{primary|}}}|false|style="text-align:center"|id="toctitle"}}>{{#ifeq:{{{primary|}}}|false|<strong>{{{title|{{MediaWiki:Toc}} }}}</strong>|<h2>{{{title|{{MediaWiki:Toc}} }}}</h2>}} | ||
+ | </div> | ||
+ | <noinclude> | ||
{{TOC bottom}} | {{TOC bottom}} | ||
{{documentation}}</noinclude> | {{documentation}}</noinclude> |