Below you will find a small list of the many markup rules this website understands. Feel free to use these in the webpages you create:
| //text// | text | italics | ||||||
| **text** | text | bold | ||||||
| <<text<< <<<<<text<<<<< | text text | bigger | ||||||
| >>text>> >>>>>text>>>>> | text text | smaller | ||||||
| __text__ | text | underline | ||||||
| ||text|| | text | highlight | ||||||
| ^^text^^ | text | superscript | ||||||
| text(cite link) (citations) | text1 1. link | citations | ||||||
| ! text | text | header (h1) | ||||||
| !! text | text | header (h2) | ||||||
| !!! text | text | header (h3) | ||||||
| !!!! text | text | header (h4) | ||||||
| !!!!! text | text | header (h5) | ||||||
| !!!!!! text | text | header (h6) | ||||||
| * bullet ** bullet *** bullet |
| unnumbered bullets | ||||||
| # bullet ## bullet ### bullet |
| numbered bullets | ||||||
| -> text <- | text | block indent | ||||||
| ---- | ---- | horizontal line | ||||||
| [[some.page]] [[some.page|label]] [[some.page|+]] [[www.boltwire.org]] | some.page label Page www.boltwire.org | various kinds of links | ||||||
| [[email@example.com]] | email@example.com | email link | ||||||
| img:boltwire.gif | boltwire.gif? | image shortcut | ||||||
| [^boltwire.gif parameters^] [^download.zip^] | boltwire.gif? download.zip | image with css border parameter file download | ||||||
[t] [r][h]header1 [h]header2 [r][c]cell1 [c]cell2 [r][c]cell3[c]cell4 [t] |
| tables most parameters allowed, border added for display | ||||||
| <center>text</center> | text | align text (also left, right) | ||||||
| <color=red>text</color> | text | set color (also #f7f7f7) | ||||||
| <box>**BOLD**</box> | BOLD | pre-styled "box" span/div - Still processes Wiki Commands | ||||||
| <code>**BOLD**</code> | **BOLD** | pre-styled "code" span/div - Does not process Wiki commands | ||||||
| <markup> <b>text<b> </markup> | **BOLD**
BOLD | creates a code span/div and a box span/div to show what markup looks like. | ||||||
| <html>**BOLD**</html> | <strong>BOLD</strong> | creates a span/div to show html output. | ||||||
| /= **BOLD** =/ | **BOLD** | used to not process text like other Wiki Commands | ||||||
| `[form] | [form] | backtick escapes next character | ||||||
| /*comment*/ | hidden comments |

