Home
last modified time | relevance | path

Searched full:templater (Results 1 – 12 of 12) sorted by relevance

/plugin/pagetemplater/
H A DREADME.md1 # Page Templater - Embed your page
4 …k - unless you define some style for them, e.g. using boxes. Using Page Templater you can define t…
9 templater page=:my:template-page
34 templater page = :my:template
35 &templater yourplaceholder = This is an important text
36 &templater !yourimageholder = {{:this:can:be:an:image.jpg|}}
40 **Note:** The page above defines a templater property using an exclamation mark (!) - this property…
H A Daction.php45 $replace = $INFO['meta']['templater'];
79 $template = $this->resolve_template( $event->data['current']['templater'] );
96 private function resolve_template( $templater = array() ) { argument
100 … if (isset($INFO['meta']['templater']['page']) && !empty($INFO['meta']['templater']['page'])) {
101 $page = $INFO['meta']['templater']['page'];
102 } elseif (isset($templater['page']) && !empty($templater['page'])) {
103 $page = $templater['page'];
H A Dplugin.info.txt7 name Page Templater Plugin
/plugin/templater/
DREADME.md1 ## DokuWiki: Plugin Templater
2 …(https://www.dokuwiki.org), available at [plugin: templater](https://www.dokuwiki.org/plugin:templ…
9 …n to your language? Go to [DokuWiki Localization](https://translate.dokuwiki.org/plugin/templater).
Dplugin.info.txt2 base templater
6 name Templater Plugin
8 url https://www.dokuwiki.org/plugin:templater
Dsyntax.php3 * Templater Plugin: Based from the include plugin, like MediaWiki's template
118 $renderer->doc .= '<div class="templater"> ';
127 $renderer->doc .= '<div class="templater">— ';
137 $renderer->doc .= '<div class="templater">— ';
204 $renderer->doc .= '<div class="templater">';
246 $no_section_begin = '<div class="templater">— ';
/plugin/yatp/
DREADME3 YATP (Yet Another Template Plugin) tries to merge the good things in Templater and WST with some ot…
10 - Templater
11 - link: https://www.dokuwiki.org/plugin:templater
Dplugin.info.txt6 desc YATP (Yet Another Template Plugin) tries to merge the good things in Templater and WST with …
/plugin/templater/lang/en/
Dlang.php3 * English language file for templater plugin
/plugin/templater/lang/pt-br/
Dlang.php3 * Brazilian portuguese language file for templater plugin
/plugin/parserfunctions/
Dsyntax.php52 * Must go after Templater (302) and WST (319) plugin, to be able to
/plugin/datatemplate/syntax/
Dlist.php165 * Rendering of the template. The code is heavily inspired by the templater plugin by