]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/inline.mdwn
(no commit message)
[ikiwiki.git] / doc / plugins / inline.mdwn
index d0d4eb66add71612764da4440bcfaa7263876c97..e66c9103fbedfa23de9b03a029f76ca9838ca901 100644 (file)
@@ -1,10 +1,10 @@
-[[template id=plugin name=inline core=1 author="[[Joey]]"]]
+[[!template id=plugin name=inline core=1 author="[[Joey]]"]]
 
-This is a [[PreProcessorDirective]] that allows including one wiki page
+This is a [[ikiwiki/PreProcessorDirective]] that allows including one wiki page
 inside another. For example:
 
-       \[[inline pages="blog/*"]]
+       \[[!inline pages="blog/*"]]
 
 The most common use of inlining is generating blogs and RSS or Atom feeds.
-See [[blog]] for details.
+See [[ikiwiki/blog]] for details.