Example embedding PHP code (Do not forget the <?php open tag if you want syntax colouring):
<?php //look no php code ?>
Horizontal Separator
----Note: you must place this at the end of the last line before the seperation (if you want to retain indentation) or the very beginning of the new line (if you want the seperator to be as wide as the whole page). Otherwise, it results in a bullet and a line-break.
Line Break
Forced line break (not visible):
---
Thin Line Break
- - -
gives:
Center Text
@@center text@@
center text
Indentation
Indent your text using these at the beginning of a line of text
the Tab key, or
**>**, or
3 spaces
You can also use indented, bulleted/numbered lists:
- bulleted list
bulleted list
Line two
line 3
1) numbered list
numbered list
Line two
A) Using uppercase characters
Using uppercase characters
Line two
a) Using lowercase characters
Using lowercase characters
Line two
i) using Latin numbers
using Latin numbers
Line two
Entity literals:
Entering < into Wiki actually displays the character <. To show the literal string <, use &lt;. Likewise for similar entities such as > and so on.
Bypassing Text Formatting
Question: How do you unwikiname a word ?
Answer: Add a pair of double-quotes around the word.
""WikiName""
WikiName
Question: How do you get a pair of double-quotes (without any text between them) to display properly ?
Answer: Use the entity literal ".