The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Template::Plugin::WikiCreole - TT wrapper for Text::WikiCreole

SYNOPSIS

  [% USE WikiCreole %]
  [% FILTER $WikiCreole %]
  ...
  [% END %]

DESCRIPTION

This is a plugin used for Wiki Creole rendering inside Template Toolkit.

  [% USE WikiCreole %]

At this time none of the method for customising Text::WikiCreole are directly available. However Text:WikiCreole is an exporter and its methods act globaly. So you can use this class in your software and call its methods to change the behavour in the template.

This source itself is a blatant copy of Template::Plugin::WikiFormat by Ivor Williams

METHODS

filter

Accepts the wiki text to be rendered, and context. See Template::Plugin::Filter.

BUGS

Please use http://rt.cpan.org for reporting any bugs.

TODO

Create arguments to pass

AUTHOR

 Martin Ellis

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

Text::WikiCreole Template::Plugin::WikiFormat Template::Plugin::Filter