]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/inline.mdwn
* Add typographyattributes configuration setting to typography plugin.
[ikiwiki.git] / doc / plugins / inline.mdwn
index f77afa91751d17c4bcaa3621d5e472d29ab0529e..d0d4eb66add71612764da4440bcfaa7263876c97 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 [[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 [[blog]] for details.
 
-[[tag plugins/type/core]]