X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/19c58ac7c139eb3509f190e9ce746bd9f6237c90..24768a754c1f619fd9ffd3266461179b678edc91:/doc/templates/plugin.mdwn?ds=inline
diff --git a/doc/templates/plugin.mdwn b/doc/templates/plugin.mdwn
index 6715614df..c1d1974d6 100644
--- a/doc/templates/plugin.mdwn
+++ b/doc/templates/plugin.mdwn
@@ -1,8 +1,19 @@
Plugin:
Author:
-Included in ikiwiki: [[if test="sourcepage(plugins/contrib/*)" then="""no""" else="""yes"""]]
+Included in ikiwiki: [[!if test="sourcepage(plugins/contrib/*)" then="""no""" else="""yes"""]]
Enabled by default: yesno
-Currently enabled: [[if test="enabled()" then="yes" else="no"]]
+Included in [[/plugins/goodstuff]]: [[!if test="backlink(plugins/goodstuff)" all=no then="""yes""" else="""no"""]]
+Currently enabled: [[!if test="enabled()" then="yes" else="no"]]
-[[if test="sourcepage(plugins/contrib/*)" then="""[[meta title=" (third party plugin)"]]"""]]
+[[!if test="sourcepage(plugins/contrib/*)" then="""[[!meta title=" (third party plugin)"]]"""]]
+[[!tag plugins/type/core]]
+
+This template is used to create an infobox for an ikiwiki plugin. It uses
+these parameters:
+
+- name - the name of the plugin
+
- author - the author of the plugin
+
- core - set to a true value if the plugin is enabled by default
+
+