r112669 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112668‎ | r112669 | r112670 >
Date:06:40, 29 February 2012
Author:santhosh
Status:ok (Comments)
Tags:i18nreview 
Comment:
Added a comment to make the choice operation clear.
Ping r111629
Modified paths:
  • /branches/jsgrammar/resources/mediawiki/mediawiki.jqueryMsg.js (modified) (history)

Diff [purge]

Index: branches/jsgrammar/resources/mediawiki/mediawiki.jqueryMsg.js
@@ -423,6 +423,7 @@
424424 var templateContents = choice( [
425425 function() {
426426 var res = sequence( [
 427+ // templates can have placeholders for dynamic replacement or no placeholders
427428 choice( [ templateWithReplacement, templateWithOutReplacement ] ),
428429 nOrMore( 0, templateParam )
429430 ] );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111629Add support for templates without replacements in mediawiki.jqueryMsg...santhosh09:30, 16 February 2012

Comments

#Comment by Nikerabbit (talk | contribs)   16:47, 29 February 2012

Still doesn't help me. Can't you give concrete examples?

Status & tagging log