Help System
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 | bigger | ||||||
| >>text>> | text | smaller | ||||||
| __text__ | text | underline | ||||||
| ||text|| | text | highlight | ||||||
| @@text@@ | text | monospace | ||||||
| ! text | text | header (h1) | ||||||
| !! text | text | header (h2) | ||||||
| * 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:file.jpg | file.jpg? | image shortcut | ||||||
| [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) |