diff options
author | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-09 21:53:36 +0000 |
---|---|---|
committer | joshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-09 21:53:36 +0000 |
commit | 5e239902b255adb14c3a51eb921f7965a52d4c9b (patch) | |
tree | 1f742c6bec8143f3afedcedd330f0fbc4aebcb91 /doc/helponformatting.mdwn | |
parent | 30be1c8db272b6f67673a3ab334418351d46ae73 (diff) | |
download | ikiwiki-5e239902b255adb14c3a51eb921f7965a52d4c9b.tar ikiwiki-5e239902b255adb14c3a51eb921f7965a52d4c9b.tar.gz |
* Enhance helponformatting and related documentation to supply more
information about available preprocessor directives.
Diffstat (limited to 'doc/helponformatting.mdwn')
-rw-r--r-- | doc/helponformatting.mdwn | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/helponformatting.mdwn b/doc/helponformatting.mdwn index 0c6c18c3c..38b0967da 100644 --- a/doc/helponformatting.mdwn +++ b/doc/helponformatting.mdwn @@ -58,7 +58,17 @@ form \[link text\]\(url\) You can also use [[PreProcessorDirective]]s to do additional cool stuff. -[[if test="enabled(smiley)" then=""" -Also, because this wiki has the smiley plugin enabled, you can -insert [[smileys]] and some other useful symbols. +[[if test="enabled(inline)" then=""" +This wiki has the inline plugin enabled, so you can create a [[blog]] on any +page. +"""]] + +[[if test="enabled(smiley)" then=""" +This wiki has the smiley plugin enabled, so you can insert [[smileys]] and some +other useful symbols. +"""]] + +[[if test="enabled(shortcut)" then=""" +This wiki has the shortcut plugin enabled, so you can use [[shortcuts]] to link +to common resources. """]] |