MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=listwikiswithvariable
(main | listwikiswithvariable)
- This module is internal or unstable. Its operation may change without notice.
- This module requires read rights.
- Source: unknown
- License: unknown
Get a list of wikis where a variable is in a given state.
Parameters:
- variable_id
The ID of the variable.
- This parameter is required.
- Type: integer
- operator
The operator to use for querying the value of the variable.
- One of the following values: =, >, <, >=, <=, !=, <>, LIKE, NOT LIKE
- Cannot be longer than 10 characters.
- Default: <>
- value
The string to compare the value of the variable against.
- Cannot be longer than 100 characters.
- Default: (empty)
- limit
Limit of the results.
- The value must be between 1 and 50.
- Type: integer
- Default: 50
- offset
The offset from which to start showing results.
- The value must be no less than 0.
- Type: integer
- Default: 0