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&#10; text   
       - Gives the parsed text of the wikitext&#10; langlinks      - Gives the
language links in the parsed wikitext&#10; categories     - Gives the
categories in the parsed wikitext&#10; categorieshtml - Gives the HTML version
of the categories&#10; languageshtml  - Gives the HTML version of the language
links&#10; links          - Gives the internal links in the parsed
wikitext&#10; templates      - Gives the templates in the parsed wikitext&#10;
images         - Gives the images in the parsed wikitext&#10; externallinks  -
Gives the external links in the parsed wikitext&#10; sections       - Gives the
sections in the parsed wikitext&#10; revid          - Adds the revision ID of
the parsed page&#10; displaytitle   - Adds the title of the parsed
wikitext&#10; headitems      - Gives items to put in the &lt;head&gt; of the
page&#10; headhtml       - Gives parsed &lt;head&gt; of the page&#10; iwlinks  
     - Gives interwiki links in the parsed wikitext&#10; wikitext       - Gives
the original wikitext that was parsed&#10; 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

Reply via email to