Difference between revisions of "Help:Funtoo Editing Guidelines/Headings"

From Funtoo
Jump to navigation Jump to search
(Created page with "=== Document Hierarchy === Use section headings to create a document hierarchy for your page. These will define the table of contents that appears at the top of the wiki page...")
 
Line 3: Line 3:
Use section headings to create a document hierarchy for your page. These will define the table of contents that appears at the top of the wiki page. Create chapters, sections and sub-sections as follows:
Use section headings to create a document hierarchy for your page. These will define the table of contents that appears at the top of the wiki page. Create chapters, sections and sub-sections as follows:


<pre>= Page Title =
<pre>
= Page Title =
 
== Chapter Title ==
 
=== Section Title ===
 
==== SubSection Title ====
 
</pre>


== Chapter Title ==
== Chapter Title ==

Revision as of 02:31, February 24, 2019

Document Hierarchy

Use section headings to create a document hierarchy for your page. These will define the table of contents that appears at the top of the wiki page. Create chapters, sections and sub-sections as follows:

= Page Title =

== Chapter Title ==

=== Section Title ===

==== SubSection Title ====

Chapter Title

Section Title

SubSection Title

In general, when creating new documents, it's best to use level-3 (three "="'s) Section Titles to break up content. Level-2 Section Titles are best used for major sections of larger documents. Use them infrequently. Level-1 Section Titles generally do not need to be used.