More Markups
Documentation > Handbook > Markups > More Markups
Below is a more complete list of the markups available in BoltWire. If you see something missing, please add it. Our goal is to have every core markup recognized by BoltWire on this page.
BoltWire tries to follow (mostly) the wiki standards established by the Creole group. For more information about the markup table?, and the functions it uses to create output, see the developers area?.
| Pre Processing | |
| /* */ | comments (only viewable when editing) |
| /= =/ | do not process markup |
| ` (backtick) | escape next character |
| Variables | |
| {var} | system variables |
| {page:var} | data variables |
| {page::var} | info variables |
| Functions | |
| [(func params)] | functions |
| Special Directives | |
| [if] [else] | conditional sectioning |
| [form ...] | forms markups |
| [t] [r] [c] | tables: nesting, attr's possible |
| Styles | |
| <div></div> | div styling |
| <p></p> | paragraph styling |
| <span></span> | inline styling |
| <code></code> | code styling |
| <markup></markup> | markup styling |
| <pre></pre> | pre-formatted styling |
| <center></center> | align text, (also left, right) |
| <color=red></color> | set color (also #f7f7f7) |
| <box></box> | pre-styled "box" div |
| <nolines></nolines> | remove line breaks |
| Links | |
| [[link|label]] | links |
| [[wiki:link]] | interwiki links (site.interwiki) |
| [[#anchor]] | anchor |
| [[email@example.com]] | email link |
| img:file.jpg | image shortcut. More image syntax can be seen here. |
| [^file parameters^] | images, uploads |
| Miscellaneous (many html tags also allowed) | |
| //text// | italics |
| **text** | bold |
| ++text++ | bigger |
| >>text>> | smaller |
| __text__ | underline |
| ||text|| | highlight |
| ^^text^^ | superscript |
| ^1 | simple footnote |
| !, !!, !!!, !!!!, !!!!!, !!!!!! | h1, h2, h3, h4, h5, h6 |
| *, ** | unnumbered bullets |
| #, ## | numbered bullets |
| -> <- | block indent |
| ->-> <-<- | double block indent |
| -- | dash |
| ---- | horizontal line |
| Most simple html tags are recognized as well. | |
| White Space | |
| leading spaces | honored |
| leading tabs | honored |
| line returns | honored |
Note: It is possible to redefine any BoltWire Markup, or add your own. You can even replace the entire markup table.

