MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
action=move
- Ez a modul olvasási jogot igényel.
- Ez a modul írási jogot igényel.
- Ez a modul csak POST kéréseket fogad el.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
Egy lap átnevezése.
- 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.
- Típus: egész
- to
Title to rename the page to.
- Ez a paraméter kötelező.
- reason
Az átnevezés oka.
- Default: (empty)
- movetalk
Nevezd át a vitalapot is, ha létezik.
- Típus: logikai (részletek)
- movesubpages
Nevezd át az allapokat is, ha lehetséges.
- Típus: logikai (részletek)
- noredirect
Ne készíts átirányítást.
- Típus: logikai (részletek)
- watch
- Elavult.
Add the page and the redirect to the current user's watchlist.
- Típus: logikai (részletek)
- unwatch
- Elavult.
Remove the page and the redirect from the current user's watchlist.
- Típus: logikai (részletek)
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
- A következő értékek egyike: watch, unwatch, preferences, nochange
- Default: preferences
- ignorewarnings
Figyelmeztetések figyelmen kívül hagyása.
- Típus: logikai (részletek)
- token
A "csrf" token retrieved from action=query&meta=tokens
- Ez a paraméter kötelező.
- 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]