Alright today I will teach how to use Headings to use in the wiki to make things more organized. In the html world headings are denoted by the use of <h1>xxx</h1> - <h5>xxx</h5>. H1 is the biggest Heading. XXX being the title you would give the heading.
In the wiki world heading is denoted by equal = bars
Quote:
= H1 =
== H2 ==
=== H3 ===
==== H4 ====
===== H5 =====
|
The most common used one is H2. And then we work our way down when separing pages for the Table of Contents that is automatically generated on each wiki page. Separated content using Headings make your pages easier to read and easier for your users to find the specific content they are looking for in that page.