summaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/note.mdwn3
-rw-r--r--doc/templates/plugin.mdwn6
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn
new file mode 100644
index 000000000..29dca8f0a
--- /dev/null
+++ b/doc/templates/note.mdwn
@@ -0,0 +1,3 @@
+<span class="infobox">
+<TMPL_VAR content>
+</span>
diff --git a/doc/templates/plugin.mdwn b/doc/templates/plugin.mdwn
new file mode 100644
index 000000000..ca69efd23
--- /dev/null
+++ b/doc/templates/plugin.mdwn
@@ -0,0 +1,6 @@
+<span class="infobox">
+Plugin: <TMPL_VAR name><br />
+Author: <TMPL_VAR author><br />
+Enabled by default: <TMPL_IF core>yes<TMPL_ELSE>no</TMPL_IF><br />
+Included in ikiwiki: <TMPL_IF included>yes<TMPL_ELSE>no</TMPL_IF><br />
+</span>