10 lines
496 B
Markdown
10 lines
496 B
Markdown
<span class="infobox">
|
|
Plugin: <TMPL_VAR name><br />
|
|
Author: <TMPL_VAR author><br />
|
|
Included in ikiwiki: [[if test="sourcepage(plugins/contrib/*)" then="""no""" else="""yes"""]]<br />
|
|
Enabled by default: <TMPL_IF core>yes<TMPL_ELSE>no</TMPL_IF><br />
|
|
Currently enabled: [[if test="enabled(<TMPL_VAR name>)" then="yes" else="no"]]<br />
|
|
</span>
|
|
[[if test="sourcepage(plugins/contrib/*)" then="""[[meta title="<TMPL_VAR name> (third party plugin)"]]"""]]
|
|
<TMPL_IF core>[[tag type/core]]</TMPL_IF>
|