]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/inline.mdwn
Migrate doc/plugins via prefix_directives
[ikiwiki.git] / doc / plugins / inline.mdwn
index 3226e01fe77428d14bc684ce9b0e3c7e48d2cbea..0aa773f5a8edbe718f77d954430f43404651b026 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]]