Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "Template:TOC right"

From TWC Wiki
Jump to navigationJump to search
m (moved Template:TOC to Template:TOC right: everything on one doesn't seem to work)
m (cat)
 
(4 intermediate revisions by the same user not shown)
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|right}}}; margin-bottom: .5em; float: right; padding: .5em 0 .8em 1.4em; background: none; width: {{{width|{{{1|auto}}}}}};" {{#if:{{{limit|}}}|class="toclimit-{{{limit}}}"}}>__TOC__</div><noinclude>
 +
 
 +
To use this template use;
 +
 
 +
'''<nowiki>{{TOC right}}</nowiki>'''
 +
 
 +
where you want the table of contents to appear (floated right)
 +
 
 +
To use it with the level of headings shown restricted use
 +
 
 +
'''<nowiki>{{TOC right|limit=3}}</nowiki>'''
 +
 
 +
To restrict those shown to h3 and larger, etc.
 +
 +
----
 +
Further information about Tables of Contents follows below;
 +
 
  
 
'''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.
Line 17: Line 33:
  
 
===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>{{TOC right}}</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.
 
 
 
===Limiting the headings listed in a table of contents===
 
Section headings create a hierarchy.  In this page's table of contents, note how Section 2, "Modifying the Table of Contents", contains several subsections.  These subsections could also contain subsections of their own. 
 
 
 
It's possible to limit the depth of headings which are included in the table using the <nowiki>{{toclimit}}</nowiki> template.  By setting a number value for <code>|limit=</code>, only headings of the specified level or greater will display.  For example, <code><nowiki>{{toclimit|limit=2}}</nowiki></code> will include only level two headings (<nowiki>==Heading==</nowiki>), while <code><nowiki>{{toclimit|limit=3}}</nowiki></code> will include level three headings (<nowiki>===Heading===</nowiki>) as well as level two headings, and so on.
 
 
 
Like the other TOC templates, <nowiki>{{toclimit}}</nowiki> will cause the table to appear wherever the template is placed on the page.  Additionally, both <nowiki>{{tocleft}}</nowiki> and <nowiki>{{tocright}}</nowiki> support the use of the <code>|limit</code> variable.
 
  
[[Category:Template]]
+
[[Category:Formatting Template]]
 
</noinclude>
 
</noinclude>

Latest revision as of 10:45, 14 May 2019

To use this template use;

{{TOC right}}

where you want the table of contents to appear (floated right)

To use it with the level of headings shown restricted use

{{TOC right|limit=3}}

To restrict those shown to h3 and larger, etc.


Further information about Tables of Contents follows below;


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. Alternately, if you do not wish to see any tables of contents, you may deactivate their display entirely within the Misc tab of your user preferences. Simply uncheck the box next to "Show table of contents (for pages with more than 3 headings)" and no tables of contents will be displayed.

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 {{TOC right}} template. The table of contents will appear wherever you place the template.