Difference between revisions of "User:PsychoNerd054/BasicTutorial"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
A page can and should be separated into sections. This can be achieved by using the header syntax. After at least four sections are added to a page, a table of contents will pop up at the start of that page. | A page can and should be separated into sections. This can be achieved by using the header syntax. After at least four sections are added to a page, a table of contents will pop up at the start of that page. | ||
<pre>=Header 1= | |||
==Header 2== | |||
===Header 3=== | |||
====Header 4==== | |||
=====Header 5===== | |||
======Header 6======</pre> | |||
===Magic Words=== | ===Magic Words=== |
Revision as of 05:52, 25 June 2022
Back To Article Ideas |
Headers and Table of Contents
A page can and should be separated into sections. This can be achieved by using the header syntax. After at least four sections are added to a page, a table of contents will pop up at the start of that page.
=Header 1= ==Header 2== ===Header 3=== ====Header 4==== =====Header 5===== ======Header 6======
Magic Words
The table below is a cheatsheet of all of the different magic words you may use when creating an article.
__TOC__ - Can be placed anywhere on a page to position the table of contents onto an exact portion of the page
__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, regardless of how many sections it contains