Help:Syntax
Appearance
This is a handy guide to the most common bits of Wiki syntax you may want to use.
Basic text formatting markup
Desired Result | Description | Example |
---|---|---|
Italic Text | Two single quotes on each side | ''Italic Text'' |
Bold Text | Three single quotes on each side | '''Bold Text''' |
Bold and Italic | Five single quotes on each side | '''''Bold and Italic''''' |
The "strike" tag | <strike>Strikethru</strike> | |
Preformatted text |
The "pre" tag | <pre>Preformatted text |
''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed'' | The "nowiki" tag | <nowiki>''Demonstrate '''bits''' of wiki syntax '''without''' it actually being processed''</nowiki> |