Local extensions have priority, that is if a local extension exists with the same name of a shared extensions, the local one will be used.
| Extension | Description | Syntax |
| sql2table | Executes an SQL query showing results as a wiki table |
<<<sql2table select="">>> |
| sql2htmltable | Executes an SQL query showing results as an Html table |
<<<sql2htmltable select="">>> |
| sql2radgrid | Executes an SQL query showing results within a Telerik RadGrid |
<<<sql2radgrid select="[SQL]" skin="[SKIN]" filter="[true|false]">>> |
| swfobject | Embeds a video with SWFObject and JWPlayer | <<<swfobjectid="video1" url="url-to-video" autostart="false">>> |
| embed | Embeds a video with JWPlayer | <<<embed id="video1" url="url-to-video" autostart="false">>> |
| file | Inserts a link to the specified file, with an icon depending on file type | <<<file url="/files/pippo.pdf" title="Pippo!">>> |
| filelist | Inserts a list of files from the specified portal folder. | <<<filelist folder="[FOLDER]" mode="[table|ul]">>> |
| bq | Generates blockquote styled element | <<<bq text="content of blockquote" class="style1">>> |
| toc | Generates Topic Of Contents | <<<toc level="n">>> |
| allpages | Generates index of all pages in Wiki | <<<allpages mode="listmenu">>> |
| code | Adds SyntaxHighlighter to page | <<<code lang="all">>> |
| page2pdf | Convert page to PDF | <<<page2pdf>>> |
| xmenu | Embed a DDRMenu in a wiki page | <<<xmenu ProviderName="[ProviderName]" MenuStyle="[MenuStyle]" NodeSelector="[NodeSelector]" IncludeNodes="[IncludeNodes]" ExcludeNodes="[ExcludeNodes]">>> |
| thumbs | Embed a simple image gallery in a wiki page | <<<thumbs folder="[FOLDER]">>> |