https://bugzilla.wikimedia.org/show_bug.cgi?id=21136
--- Comment #4 from Ralf Schmitt <[email protected]> 2009-11-27 13:32:46 UTC --- (In reply to comment #3) > I assume you are talking about the list of templates returned by ?action=parse > (please confirm) > Here is the exact api.php call we make: ,---- | % curl 'http://de.wikisource.org/w/api.php?redirects=1&tllimit=500&format=json&rvprop=ids&prop=revisions|templates|images&titles=Benutzer:Schmir&action=query&imlimit=500' | {"query":{"pages":{"194920":{"pageid":194920,"ns":2,"title":"Benutzer:Schmir","revisions":[{"revid":874475,"parentid":874468}],"templates":[{"ns":8,"title":"MediaWiki:Proofreadpage pagenum template"},{"ns":10,"title":"Vorlage:Center"},{"ns":102,"title":"Seite:Kafka Beim Bau der Chinesischen Mauer 074.jpg"},{"ns":102,"title":"Seite:Kafka Beim Bau der Chinesischen Mauer 075.jpg"},{"ns":102,"title":"Seite:Kafka Beim Bau der Chinesischen Mauer 076.jpg"}]}}}} `---- This is for my user page which contains the following: ,---- | <pages index="Beim Bau der chinesischen Mauer" from="Kafka Beim Bau der Chinesischen Mauer 074.jpg" to="Kafka Beim Bau der Chinesischen Mauer 076.jpg" /> `---- > The pages are returned as dependencies, and the index page is not in the list > of templates. > > Is this the reason why the <pages /> tag is not evaluated in the Collection > extension ? > It's the reason why we can't even start to implement it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
