r112635 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112634‎ | r112635 | r112636 >
Date:20:50, 28 February 2012
Author:danwe
Status:deferred
Tags:
Comment:
added message explanations again after they were removed in r109525
Modified paths:
  • /trunk/extensions/ParserFun/ParserFun.i18n.magic.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ParserFun/ParserFun.i18n.magic.php
@@ -22,6 +22,14 @@
2323 'caller' => array( 1, 'CALLER' ),
2424 );
2525
 26+/** Message documentation (Message documentation)
 27+ * @author Daniel Werner
 28+ */
 29+$messages['qqq'] = array(
 30+ 'this' => array( 1, 'Keyword to put in front of a variable like "{{THIS:PAGENAME}}". This will output the pagename of the page where it is defined on instead of the page actually being parsed. "THIS" refers to that page.' ),
 31+ 'caller' => array( 1, 'Variable/Parser function returning an templates direct initiator or with options even all or just specific initiators.' ),
 32+);
 33+
2634 /** German (Deutsch)
2735 * @author Daniel Werner
2836 */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109525Remove use of deprecated LanguageGetMagic hook....siebrand12:16, 19 January 2012

Status & tagging log