"Reedy" changed the status of MediaWiki.r106879 to "new" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/106879#c28141

Old Status: ok
> New Status: new

Commit summary for MediaWiki.r106879:


Revert r106439, r106441 - bad formatting mushing separate lines together

Reedy's comment:

Seriously? I don't see the urgent need to mass revert everything, especially 
when a developer is active. Even more so, when in this case we're arguing over 
a newline, it's not like the examples are completely broken or similar

In allimages, as below, the only thing I can see, is a missing newline

<pre>

Examples:
  Simple Use
  Show a list of images starting at the letter "B"
    api.php?action=query&list=allimages&aifrom=B  Using as Generator
  Show info about 4 images starting at the letter "T"
    api.php?action=query&generator=allimages&gailimit=4&gaifrom=T&prop=imageinfo
</pre>

Similar case for allpages
<pre>
Examples:
  Simple Use
  Show a list of pages starting at the letter "B"
    api.php?action=query&list=allpages&apfrom=B  Using as Generator
  Show info about 4 pages starting at the letter "T"
    api.php?action=query&generator=allpages&gaplimit=4&gapfrom=T&prop=info  
Show content of first 2 non-redirect pages begining at "Re"
    
api.php?action=query&generator=allpages&gaplimit=2&gapfilterredir=nonredirects&gapfrom=Re&prop=revisions&rvprop=content
</pre>


_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to