Jelix 1.6.40

modifier.wiki.php

Tags
subpackage

jtpl_plugin

author

Laurent Jouanneau

copyright

2006 Laurent Jouanneau

link
http://wikirenderer.berlios.de/
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

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

Tags
see
jWiki
link
http://wikirenderer.berlios.de/
Return values
string

Search results