Per r42245: Document available parameters
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 20 Oct 2008 11:28:12 +0000 (11:28 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 20 Oct 2008 11:28:12 +0000 (11:28 +0000)
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index fcd2c6d..1821ef4 100644 (file)
@@ -1236,8 +1236,8 @@ The reason given by $3 is ''$2''",
 'currentrev'             => 'Current revision',
 'currentrev-asof'        => 'Current revision as of $1',
 'revisionasof'           => 'Revision as of $1',
-'revision-info'          => 'Revision as of $1 by $2',
-'revision-info-current'  => '-', # do not translate or duplicate this message to other languages
+'revision-info'          => 'Revision as of $1 by $2', # Additional available: $3: revision id
+'revision-info-current'  => '-', # Available parameters: $1: timestamp; $2: userlinks; $3: revision id; do not translate or duplicate this message to other languages
 'revision-nav'           => '($1) $2 | $3 ($4) | $5 ($6)', # do not translate or duplicate this message to other languages
 'previousrevision'       => '← Older revision',
 'nextrevision'           => 'Newer revision →',
index 10ca912..7bc735f 100644 (file)
@@ -3032,4 +3032,6 @@ $wgMessageComments = array(
        'metadata-fields'             => 'Do not translate list items',
        'version'                     => 'Not used as normal message but as header for the special page itself',
        'userrights'                  => 'Not used as normal message but as header for the special page itself',
+       'revision-info'               => 'Additional available: $3: revision id',
+       'revision-info-current'       => 'Available parameters: $1: timestamp; $2: userlinks; $3: revision id',
 );