Help > Text Formatting > Advanced
Here are some additional features available in the wiki syntax.
| Description
| What you type
| What it looks like
|
| Quotes
|
<quote>This is a quote</quote>
|
This is a quote
|
|
Programming code
|
<code language="PHP">
function(){
echo "code";
}
</code>
|
function(){
echo "code";
}
|
|
Table of contents
|
{{TOC}}
|
|
|
Collapsible Tables
|
{{collapsible|title=This is the Title|content=This is the Content}}
|
This is the Title |
|---|
This is the Content |
|
Related Help Links