Module mwbot::generators

source ·
Available on crate feature generators only.

Modules§

Structs§

Enums§

Traits§

  • Derivable trait that implements a straightforward builder to construct API parameters to generate a list of pages. Using the MediaWiki API’s generator feature, it preloads basic metadata about pages to speed up initial processing.
  • Trait to represent a value that can be an API parameter value.

Functions§

  • allpagesDeprecated
    Get all pages in a given namespace
  • categorymembersDeprecated
    Get pages that are in the given category
  • Recursively get pages that are in given category. Note that it is fully possible to get pages multiple times if they’re present in multiple categories.
  • embeddedinDeprecated
    Get pages that transclude the given template

Derive Macros§