modifier.wiki.php
Tags
Table of Contents
- jtpl_modifier_common_wiki() : string
- modifier plugin : transform a wiki text to another format you can use other transformations by given the name of corresponding wikirenderer rules <pre> {$var|wiki} {$var|wiki:"classicwr_to_xhtml"} </pre>
Functions
jtpl_modifier_common_wiki()
modifier plugin : transform a wiki text to another format you can use other transformations by given the name of corresponding wikirenderer rules <pre> {$var|wiki} {$var|wiki:"classicwr_to_xhtml"} </pre>
jtpl_modifier_common_wiki(string $text[, string $config = 'wr3_to_xhtml' ]) : string
Parameters
- $text : string
-
the wiki texte
- $config : string = 'wr3_to_xhtml'
-
the name of the wikirenderer rule to use