diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-09 21:55:42 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-09 21:55:42 +0000 |
commit | 063d4cc90eb326d137546850f963258c26ba7271 (patch) | |
tree | 038c6bff8843747c340abc1604bcaaad8af36282 /doc/helponformatting.mdwn | |
parent | 5e239902b255adb14c3a51eb921f7965a52d4c9b (diff) | |
download | ikiwiki-063d4cc90eb326d137546850f963258c26ba7271.tar ikiwiki-063d4cc90eb326d137546850f963258c26ba7271.tar.gz |
Also document template in helponformatting
Diffstat (limited to 'doc/helponformatting.mdwn')
-rw-r--r-- | doc/helponformatting.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/helponformatting.mdwn b/doc/helponformatting.mdwn index 38b0967da..6c0cc9df8 100644 --- a/doc/helponformatting.mdwn +++ b/doc/helponformatting.mdwn @@ -72,3 +72,8 @@ other useful symbols. This wiki has the shortcut plugin enabled, so you can use [[shortcuts]] to link to common resources. """]] + +[[if test="enabled(template)" then=""" +This wiki has the template plugin enabled, so you can create and use +[[templates]] for repeated chunks of parameterized wiki text. +"""]] |