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