Home
last modified time | relevance | path

Searched refs:templater (Results 1 – 4 of 4) sorted by relevance

/plugin/templater/
H A DREADME.md2 Plugin for [DokuWiki](https://www.dokuwiki.org), available at [plugin: templater](https://www.dokuwiki.org/plugin:templater).
10 Want to translate this plugin to your language? Go to [DokuWiki Localization](https://translate.dokuwiki.org/plugin/templater)
H A Dplugin.info.txt2 base templater
8 url https://www.dokuwiki.org/plugin:templater
/plugin/pagetemplater/
H A DREADME.md9 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.php98 private function resolve_template( $templater = array() ) { argument
101 …$page = empty($INFO['meta']['templater']['page']) ? $templater['page'] : $INFO['meta']['templater'…