Difference between revisions of "User:PsychoNerd054/BasicTutorial"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
A table of contents will pop up at the start of a page after adding four sections to it. | A table of contents will pop up at the start of a page after adding four sections to it. | ||
<nowiki>__TOC__</nowiki> - Can be placed anywhere on a page, and that will be where the table of contents will appear<br> | '''<nowiki>__TOC__</nowiki>''' - Can be placed anywhere on a page, and that will be where the table of contents will appear<br> | ||
<nowiki>__FORCETOC__</nowiki> - Can be used when you want a table of contents on your page, regardless of the number of sections it contains<br> | '''<nowiki>__FORCETOC__</nowiki>''' - Can be used when you want a table of contents on your page, regardless of the number of sections it contains<br> | ||
<nowiki>__NOTOC__</nowiki> - Used to prevent a table of contents from being created on a page<br> | '''<nowiki>__NOTOC__</nowiki>''' - Used to prevent a table of contents from being created on a page<br> | ||
==Text Formatting== | ==Text Formatting== | ||
==Links== | ==Links== |
Revision as of 16:02, 24 June 2022
Back To Article Ideas |
Headers and Table of Contents
A table of contents will pop up at the start of a page after adding four sections to it.
__TOC__ - Can be placed anywhere on a page, and that will be where the table of contents will appear
__FORCETOC__ - Can be used when you want a table of contents on your page, regardless of the number of sections it contains
__NOTOC__ - Used to prevent a table of contents from being created on a page