]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/inline.mdwn
estseek patch (slightly altered) and other replies
[ikiwiki.git] / doc / plugins / inline.mdwn
index 0f0de5c42eb6ab2d84fc7e07bae7ceaf25476e84..05dea3a705d167b971d6e9821281a44d3d31df30 100644 (file)
@@ -1,3 +1,6 @@
+[[template id=plugin name=inline core=1 included=1 author="[[Joey]]"]]
+[[tag type/core]]
+
 This is a [[PreProcessorDirective]] that allows including one wiki page
 inside another. For example:
 
@@ -22,8 +25,10 @@ directive:
   full controls.
 * `raw` - Rather than the default behavior of creating a [[blog]],
   if raw is set to "yes", the page will be included raw, without additional
-  markup around it, as if it were a literal part of the inlining page.
-
-This plugin is enabled by default.
-
-[[tag type/core]]
+  markup around it, as if it were a literal part of the source of the 
+  inlining page.
+* `description` - Sets the description of the rss feed if one is generated.
+  Defaults to the name of the wiki.
+* `actions` - If set to "yes" add links to the bottom of the inlined pages 
+  for editing and discussion (if they would be shown at the top of the page
+  itself).