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=delete
- 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+
Lap törlése.
- title
Title of the page to delete. Cannot be used together with pageid.
- pageid
Page ID of the page to delete. Cannot be used together with title.
- Típus: egész
- reason
Reason for the deletion. If not set, an automatically generated reason will be used.
- tags
Change tags to apply to the entry in the deletion log.
- Értékek (elválasztó: |):
- watch
- Elavult.
Add the page to 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
- unwatch
- Elavult.
A lap törlése a szerkesztő figyelőlistájáról.
- Típus: logikai (részletek)
- oldimage
The name of the old image to delete as provided by action=query&prop=imageinfo&iiprop=archivename.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Ez a paraméter kötelező.
- Main Page törlése.
- api.php?action=delete&title=Main%20Page&token=123ABC [open in sandbox]
- Delete Main Page with the reason Preparing for move.
- api.php?action=delete&title=Main%20Page&token=123ABC&reason=Preparing%20for%20move [open in sandbox]