web commit by JoshTriplett: Automatically add the tag `type/core` if passed the ...
[ikiwiki.git] / doc / templates / plugin.mdwn
1 <span class="infobox">
2 Plugin: <TMPL_VAR name><br />
3 Author: <TMPL_VAR author><br />
4 Included in ikiwiki: [[if test="sourcepage(plugins/contrib/*)" then="""no""" else="""yes"""]]<br />
5 Enabled by default: <TMPL_IF core>yes<TMPL_ELSE>no</TMPL_IF><br />
6 Currently enabled: [[if test="enabled(<TMPL_VAR name>)" then="yes" else="no"]]<br />
7 </span>
8 [[if test="sourcepage(plugins/contrib/*)" then="""[[meta title="<TMPL_VAR name> (third party plugin)"]]"""]]
9 <TMPL_IF core>[[tag type/core]]</TMPL_IF>