wiki-archive/twiki/data/TWiki/VarPLUGINVERSION.txt,v

36 lines
890 B
Plaintext

head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2006.06.25.16.26.29; author TWikiContributor; state Exp;
branches;
next ;
desc
@buildrelease
@
1.1
log
@buildrelease
@
text
@%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]]
@