Pomoc MediaWiki API
To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
action=move
- Ten moduł wymaga praw odczytu.
- Ten moduł wymaga praw zapisu.
- Ten moduł akceptuje tylko żądania POST.
- Źródło: MediaWiki
- Licencja: GPL-2.0+
Przenieś stronę.
- from
Title of the page to rename. Cannot be used together with fromid.
- fromid
Page ID of the page to rename. Cannot be used together with from.
- Type: integer
- to
Title to rename the page to.
- Ten parametr jest wymagany.
- reason
Powód zmiany nazwy.
- Domyślnie: (puste)
- movetalk
Zmień nazwę strony dyskusji, jeśli istnieje.
- Typ: wartość logiczna (szczegóły)
- movesubpages
Zmień nazwy podstron, jeśli możliwe.
- Typ: wartość logiczna (szczegóły)
- noredirect
Nie twórz przekierowania.
- Typ: wartość logiczna (szczegóły)
- watch
- Przestarzałe.
Add the page and the redirect to the current user's watchlist.
- Typ: wartość logiczna (szczegóły)
- unwatch
- Przestarzałe.
Remove the page and the redirect from the current user's watchlist.
- Typ: wartość logiczna (szczegóły)
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
- Jedna z następujących wartość: watch, unwatch, preferences, nochange
- Domyślnie: preferences
- ignorewarnings
Ignoruj wszystkie ostrzeżenia.
- Typ: wartość logiczna (szczegóły)
- token
Token "csrf" zdobyty z action=query&meta=tokens
- Ten parametr jest wymagany.
- Move Badtitle to Goodtitle without leaving a redirect.
- api.php?action=move&from=Badtitle&to=Goodtitle&token=123ABC&reason=Misspelled%20title&movetalk=&noredirect= [open in sandbox]