]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/inline.mdwn
web commit by simon
[ikiwiki.git] / doc / plugins / inline.mdwn
index 68f381790863d5f4ce5693be4a905f8be6a04b56..fc6f9e8af1595d07672342e45a41622d13949fac 100644 (file)
@@ -1,4 +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 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.
 
-This plugin is enabled by default.