Hi everyone,
I have written a Wikipedia bot. It obviously does a fair amount of work with strings. I'd like to know what are MediaWiki's or Wikipedia's limits for the size of these strings. For example, I have found documentation that states that edit summaries are limited to 200 characters. (I'm not sure if that includes a terminating zero or not). Where can I find the maximum size for:
URL page title page content (wikitext and HTML versions) HTTP response from server edit token login token username etc.
Richard