typo
parent
e45671decb
commit
f5e806ecbc
|
@ -11,7 +11,7 @@ easy to learn. All you really need to know to modify templates is this:
|
||||||
* To use one block of text if a variable is set and a second if it's not,
|
* To use one block of text if a variable is set and a second if it's not,
|
||||||
use `<TMPL_IF variable>text<TMPL_ELSE>other text</TMPL_IF>`
|
use `<TMPL_IF variable>text<TMPL_ELSE>other text</TMPL_IF>`
|
||||||
|
|
||||||
[[!if test="(enabled(template) or enabled(edittemplate)) then="""
|
[[!if test="enabled(template) or enabled(edittemplate)" then="""
|
||||||
## template pages
|
## template pages
|
||||||
|
|
||||||
Template pages are regular wiki pages that are used as templates for other
|
Template pages are regular wiki pages that are used as templates for other
|
||||||
|
|
Loading…
Reference in New Issue