Home
last modified time | relevance | path

Searched +full:template +(+path:plugin +path:templater) -(+path:plugin +path:templater +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/templater/
H A DCHANGELOG.md38 * Better fix for `{{template>page#section}}` doesn't exist with error message.
44 * Bug fix for when `{{template>page#section}}` doesn't exist.
48 * Doesn't show the heading when calling just a section of a template `{{template>page#section}}`.
62 * Allowing multiple instances of a template and default values (default default = '').
67 * When the template does not exist show a link to create the template.
H A Dsyntax.php3 * Templater Plugin: Based from the include plugin, like MediaWiki's template
5 * {{template>page}} for "page" in same namespace
6 * {{template>:page}} for "page" in top namespace
7 * {{template>namespace:page}} for "page" in namespace "namespace"
8 * {{template>.namespace:page}} for "page" in subnamespace "namespace"
9 * {{template>page#section}} for a section of "page"
12 * {{template>page|key=val|key2=val|key3=val}}
83 $this->Lexer->addSpecialPattern("{{template>.+?}}", $mode, 'plugin_templater');
109 // $wikipage[1] is the header of a template enclosed within a section {{template>pag
[all...]