aboutsummaryrefslogtreecommitdiff
path: root/underlays/basewiki/directive/inline.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'underlays/basewiki/directive/inline.mdwn')
-rw-r--r--underlays/basewiki/directive/inline.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/underlays/basewiki/directive/inline.mdwn b/underlays/basewiki/directive/inline.mdwn
new file mode 100644
index 000000000..7dfda7eda
--- /dev/null
+++ b/underlays/basewiki/directive/inline.mdwn
@@ -0,0 +1,10 @@
+The `inline` directive is supplied by the [[!iki plugins/inline]] plugin.
+
+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.
+