Description Usage Arguments Value Additional parameters See Also
Generates a function which makes a request to MediaWiki APIs. This generator is primarily intended for internal use, but can theoretically be used by others to write custom MediaWiki API queries. The generated function is rate-limited at 100 queries per second.
1 | wx_mediawiki_api(project, ...)
|
project |
The project for which to generate queryable MW API endpoint |
A rate-limited function with parameters:
query
query after endpoint; e.g. action=query&format=json&titles=Main%20page
user_agent
lets you override the default User-Agent that waxer uses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.