12 lines
692 B
Plaintext
12 lines
692 B
Plaintext
|
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.2" version="1"}%
|
||
|
%META:TOPICPARENT{name="TWikiVariables"}%
|
||
|
#VarPLUGINVERSION
|
||
|
|
||
|
---+++ PLUGINVERSION -- the version of a TWiki Plugin, or the TWiki Plugins API
|
||
|
* Syntax: =%<nop>PLUGINVERSION{"name"}%= to get the version of a specific plugin
|
||
|
* Example: =%<nop>PLUGINVERSION{"InterwikiPlugin"}%= expands to =%PLUGINVERSION{"InterwikiPlugin"}%=
|
||
|
* Syntax: =%<nop>PLUGINVERSION%= to get the version of the API
|
||
|
* Expands to: =%PLUGINVERSION%=
|
||
|
* Related: [[#VarWIKIVERSION][WIKIVERSION]], [[#VarACTIVATEDPLUGINS][ACTIVATEDPLUGINS]], [[#FAILEDPLUGINS][FAILEDPLUGINS]], [[#VarPLUGINDESCRIPTIONS][PLUGINDESCRIPTIONS]]
|
||
|
|