Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=bs-titlequery-store
- Ten moduł wymaga praw odczytu.
- Źródło: BlueSpiceFoundation
- Licencja: GPL-3.0-only
Lists page titles and (optionally) namespace prefixes based on a query term. Implements ExtJS Store parameters.
- sort
JSON string with sorting info; deserializes to
array of objects
that hold field name and direction for each sorting option- Domyślnie: []
- group
JSON string with grouping info; deserializes to
array of objects
that hold field name and direction for each grouping option- Domyślnie: []
- filter
JSON string with filter info; deserializes to
array of objects
that hold field name, filter type, and filter value for each filtering option- Domyślnie: []
- page
Allows server side calculation of start/limit
- Typ: liczba całkowita
- Domyślnie: 0
- limit
Liczba zwracanych wyników
- Typ: liczba całkowita
- Domyślnie: 250
- start
The offset to start the result list from
- Typ: liczba całkowita
- Domyślnie: 0
- callback
A method name in the client code that should be called in the response (JSONP)
- query
Similar to filter, but the provided value serves as a filter only for the value field of an ExtJS component
- _dc
Disable cache
flag- Typ: liczba całkowita
- format
Format danych wyjściowych (tylko JSON lub sformatowany JSON)
- Jedna z następujących wartości: json, jsonfm
- Domyślnie: json
- context
JSON string encoded object with context data for the store
- options
Arbitrary options to configure the store in format of a JSON string
- Domyślnie: {}