Crate mediawiki

source ·

Re-exports§

Modules§

  • The Api class serves as a universal interface to a MediaWiki API.
  • The ApiSync class serves as a universal interface to a MediaWiki API. This sync version is kept for backwards compatibility.
  • The Page class deals with operations done on pages, like editing.
  • The Title class deals with page titles and namespaces
  • The User class deals with the (current) ApiSync user.

Macros§

  • To quickly create a hashmap. Example: hashmap!["action"=>"query","meta"=>"siteinfo","siprop"=>"general|namespaces|namespacealiases|libraries|extensions|statistics"]