Difference between revisions of "Wiki Guide"

From WildRP
Jump to navigation Jump to search
Line 1: Line 1:
 
On this page you will find guidelines for page creation and Wiki syntax.
 
On this page you will find guidelines for page creation and Wiki syntax.
  
==Wiki Syntax==
+
==Text formatting==
  
 
To ''italicize text'', put two consecutive apostrophes on each side of it.
 
To ''italicize text'', put two consecutive apostrophes on each side of it.
Line 11: Line 11:
 
'''''Italic and bold formatting''''' works correctly only within a single line.
 
'''''Italic and bold formatting''''' works correctly only within a single line.
  
All headings withinin pages are created as ==Heading==, with 2 equal signs on each side
+
==Headers==
  
Subheadings should be created with the <h5> and </h5> tags
+
All headings within pages are created as ==Heading==, with 2 equal signs on each side
 +
 
 +
Subheadings should be created with the < h5 > and < /h5 > tags
  
 
==Lists==
 
==Lists==

Revision as of 11:07, 19 October 2022

On this page you will find guidelines for page creation and Wiki syntax.

Text formatting

To italicize text, put two consecutive apostrophes on each side of it.

Three apostrophes each side will bold the text.

Five consecutive apostrophes on each side (two for italics plus three for bold) produces bold italics.

Italic and bold formatting works correctly only within a single line.

Headers

All headings within pages are created as ==Heading==, with 2 equal signs on each side

Subheadings should be created with the < h5 > and < /h5 > tags

Lists

Markup Renders as

  • Item1
  • Item2
  • Item3
  • Item4
    • Sub-item 4 a)
      • Sub-item 4 a) 1.
        • Sub-item 4 a) 1. i)
        • Sub-item 4 a) 1. ii)