https://bugzilla.wikimedia.org/show_bug.cgi?id=39936
--- Comment #4 from Sam Reed (reedy) <[email protected]> 2012-09-24 19:46:53 UTC --- (In reply to comment #3) > I guess the warning is enough and marks the "gets cut off silently" as > invalid. > > However, it would be nice if that limit could be queried somehow, you only > have > to guess from your userrights.contains("apihighlimit") whether it is 50 or > 500. Not the best example... https://en.wikipedia.org/w/api.php?action=paraminfo&modules=parse <param name="prop" description="Which pieces of information to get text - Gives the parsed text of the wikitext langlinks - Gives the language links in the parsed wikitext categories - Gives the categories in the parsed wikitext categorieshtml - Gives the HTML version of the categories languageshtml - Gives the HTML version of the language links links - Gives the internal links in the parsed wikitext templates - Gives the templates in the parsed wikitext images - Gives the images in the parsed wikitext externallinks - Gives the external links in the parsed wikitext sections - Gives the sections in the parsed wikitext revid - Adds the revision ID of the parsed page displaytitle - Adds the title of the parsed wikitext headitems - Gives items to put in the <head> of the page headhtml - Gives parsed <head> of the page iwlinks - Gives interwiki links in the parsed wikitext wikitext - Gives the original wikitext that was parsed properties - Gives various properties defined in the parsed wikitext" default="text|langlinks|categories|links|templates|images|externallinks|sections|revid|displaytitle|iwlinks|properties" multi="" limit="500" lowlimit="50" highlimit="500"> <type> <t>text</t> <t>langlinks</t> <t>languageshtml</t> <t>categories</t> <t>categorieshtml</t> <t>links</t> <t>templates</t> <t>images</t> <t>externallinks</t> <t>sections</t> <t>revid</t> <t>displaytitle</t> <t>headitems</t> <t>headhtml</t> <t>iwlinks</t> <t>wikitext</t> <t>properties</t> </type> </param> -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
