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-recentchanges-store

(main | bs-recentchanges-store)
  • Ten moduł wymaga praw odczytu.
  • Źródło: BlueSpiceFoundation
  • Licencja: GPL-3.0-only

Lists all recent changes. Allows sorting, filtering and pagination. Implements store parameters.

Parametry:
Other general parameters are available.
format

Format danych wyjściowych

Jedna z następujących wartości: json, jsonfm
Domyślnie: json
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: 25
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
context

JSON string encoded object with context data for the store

Domyślnie: {}