]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/inline.mdwn
fix a horrible mispelling
[ikiwiki.git] / doc / plugins / inline.mdwn
index f77afa91751d17c4bcaa3621d5e472d29ab0529e..1ea401c6a2ba91f69b9664df98dc841c8bf1a8eb 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/directive]] 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 plugins/type/core]]