%REVINFO%
is equivalent to
%REVINFO{format="r1.$rev - $date - $wikiusername"}%
Examples
-
%REVINFO%
expands to r1 - 2016-02-03 - 18:22:31 - UnknownUser
-
%REVINFO{"format"}%
expands to r1 - 2016-02-03 - 18:22:31 - UnknownUser
Parameters
Parameter |
Description |
Default |
"format" |
Format of revision information, see supported formatting tokens below |
"r$rev - $date - $wikiusername" |
=web=" |
Name of web |
Current web |
=topic=" |
Topic name |
Current topic |
rev |
Specific revision number |
Latest revision |
Supported formatting tokens:
Token |
Unit |
$web |
Name of web |
$topic |
Topic name |
$rev |
Revision number |
$username |
Login username of revision |
$wikiname |
WikiName of revision |
$wikiusername |
WikiName with Main web prefix |
$date |
Revision date. Actual date format defined as {DefaultDateFormat} in configure |
$time |
Revision time |
$iso |
Revision date in ISO date format |
$min , $sec , etc. |
Same date format qualifiers as GMTIME{"format"} |
Examples
REVARG,
REVTITLE