Difference between revisions of "Template:TOC"

From Minetest Wiki
Jump to navigation Jump to search
(Fix missing noinclude)
(Undo revisions 14980, 14981, and 14989 by Diogogomes (talk))
Line 1: Line 1:
 
<div style="clear: {{{clear|both}}}; margin-bottom: .5em; float: {{{align|none}}}; {{#ifeq: {{lc:{{{align|}}}}} | right | margin-left:2.5em; | {{#ifeq: {{lc:{{{align|}}}}} | left | margin-right:2.5em; | <!-- align=none --> }} }} width: {{{width|auto}}};" {{#if:{{{limit|}}}|class="toclimit-{{{limit|}}}"}}>__TOC__</div><noinclude>
 
<div style="clear: {{{clear|both}}}; margin-bottom: .5em; float: {{{align|none}}}; {{#ifeq: {{lc:{{{align|}}}}} | right | margin-left:2.5em; | {{#ifeq: {{lc:{{{align|}}}}} | left | margin-right:2.5em; | <!-- align=none --> }} }} width: {{{width|auto}}};" {{#if:{{{limit|}}}|class="toclimit-{{{limit|}}}"}}>__TOC__</div><noinclude>
 
{{Languages}}
 
 
 
 
'''Tables of contents''' contain links to sections within an article, providing easy and automatic on-page navigation.
 
'''Tables of contents''' contain links to sections within an article, providing easy and automatic on-page navigation.
  
<!--TOC-->
+
==Standard Tables of Contents==
{|align=right
 
| __TOC__
 
|}
 
 
 
 
 
<!--========================================================================================-->
 
 
 
= Standard Tables of Contents =
 
 
 
<div style="float: left; width: 60%">
 
 
 
 
Articles will include a default table of contents when more than three section headings appear.  The default table of contents will include all section headings and will appear just before the first section heading.  By default, the table of contents will be left aligned.
 
Articles will include a default table of contents when more than three section headings appear.  The default table of contents will include all section headings and will appear just before the first section heading.  By default, the table of contents will be left aligned.
  
 
You may hide an individual table of contents when viewing an article by clicking the "hide" link in the table.
 
You may hide an individual table of contents when viewing an article by clicking the "hide" link in the table.
</div>
 
<div style="clear: both"></div>
 
 
 
<!--========================================================================================-->
 
 
= Modifying the Table of Contents =
 
 
<div width: 100%">
 
  
 +
==Modifying the Table of Contents==
 
Several [[mw:Help:Magic_words|magic words]] and templates exist which modify the standard tables of contents.
 
Several [[mw:Help:Magic_words|magic words]] and templates exist which modify the standard tables of contents.
  
 
+
===Removing the Table of Contents from an article===
== Removing the Table of Contents from an article ==
 
 
 
 
To remove the table of contents from any article, simply add the magic word <nowiki>__NOTOC__</nowiki> anywhere within the article.  It's usually not advisable to do so, however.
 
To remove the table of contents from any article, simply add the magic word <nowiki>__NOTOC__</nowiki> anywhere within the article.  It's usually not advisable to do so, however.
  
 
+
===Forcing and Moving the Table of Contents===
== Forcing and Moving the Table of Contents ==
 
 
 
 
To force the table of contents to appear regardless of how many headings an article has, simply add the magic word <nowiki>__TOC__</nowiki> anywhere within the article.  The table of contents will appear wherever you place the template, allowing you to move it up or down the page from its normal position.
 
To force the table of contents to appear regardless of how many headings an article has, simply add the magic word <nowiki>__TOC__</nowiki> anywhere within the article.  The table of contents will appear wherever you place the template, allowing you to move it up or down the page from its normal position.
  
 
+
===Changing the alignment of the table of contents===
== Changing the alignment of the table of contents ==
 
 
 
 
To force the table of contents to appear on the right of a page, use the <nowiki>{{tocright}}</nowiki> template.  The table of contents will appear wherever you place the template.
 
To force the table of contents to appear on the right of a page, use the <nowiki>{{tocright}}</nowiki> template.  The table of contents will appear wherever you place the template.
  
 
To force the table of contents to float on the left of a page, use the <nowiki>{{tocleft}}</nowiki> template.  The table of contents will appear wherever you place the template.  Note that the text of the page will wrap around a floated table of contents, whereas the standard table does not allow text to appear to the right of the table and instead creates whitespace.
 
To force the table of contents to float on the left of a page, use the <nowiki>{{tocleft}}</nowiki> template.  The table of contents will appear wherever you place the template.  Note that the text of the page will wrap around a floated table of contents, whereas the standard table does not allow text to appear to the right of the table and instead creates whitespace.
</div>
 
<div style="clear: both"></div>
 
 
 
<!--========================================================================================-->
 
 
= Disclaimer =
 
 
<div width: 100%">
 
  
 +
==Disclaimer==
 
[[Template:TOC]], [[Template:TOCright]], and [[Template:TOCleft]] are available from [[mw:MediaWiki|MediaWiki]] under the [//creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike License].
 
[[Template:TOC]], [[Template:TOCright]], and [[Template:TOCleft]] are available from [[mw:MediaWiki|MediaWiki]] under the [//creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike License].
</div>
 
<div style="clear: both"></div>
 
 
 
<!--========================================================================================-->
 
 
 
= See also =
 
 
<div width: 100%">
 
  
 +
==See also==
 
* [[Template:TOCright]]
 
* [[Template:TOCright]]
 
* [[Template:TOCleft]]
 
* [[Template:TOCleft]]
 
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 
 
</noinclude>
 
</noinclude>

Revision as of 07:23, 14 May 2017

Tables of contents contain links to sections within an article, providing easy and automatic on-page navigation.

Standard Tables of Contents

Articles will include a default table of contents when more than three section headings appear. The default table of contents will include all section headings and will appear just before the first section heading. By default, the table of contents will be left aligned.

You may hide an individual table of contents when viewing an article by clicking the "hide" link in the table.

Modifying the Table of Contents

Several magic words and templates exist which modify the standard tables of contents.

Removing the Table of Contents from an article

To remove the table of contents from any article, simply add the magic word __NOTOC__ anywhere within the article. It's usually not advisable to do so, however.

Forcing and Moving the Table of Contents

To force the table of contents to appear regardless of how many headings an article has, simply add the magic word __TOC__ anywhere within the article. The table of contents will appear wherever you place the template, allowing you to move it up or down the page from its normal position.

Changing the alignment of the table of contents

To force the table of contents to appear on the right of a page, use the {{tocright}} template. The table of contents will appear wherever you place the template.

To force the table of contents to float on the left of a page, use the {{tocleft}} template. The table of contents will appear wherever you place the template. Note that the text of the page will wrap around a floated table of contents, whereas the standard table does not allow text to appear to the right of the table and instead creates whitespace.

Disclaimer

Template:TOC, Template:TOCright, and Template:TOCleft are available from MediaWiki under the Creative Commons Attribution-ShareAlike License.

See also