Pomoc MediaWiki API
To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
action=delete
- Ten moduł wymaga praw odczytu.
- Ten moduł wymaga praw zapisu.
- Ten moduł akceptuje tylko żądania POST.
- Źródło: MediaWiki
- Licencja: GPL-2.0-or-later
Usuń stronę.
- 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. 
- Typ: liczba całkowita
- reason
- Powód usuwania. Jeśli pozostawisz to pole puste, zostanie użyty powód wygenerowany automatycznie. 
- tags
- Change tags to apply to the entry in the deletion log. 
- Wartości (oddziel za pomocą | lub alternatywy):
- watch
- Przestarzałe.
- Dodaj stronę do obecnej listy obserwowanych. 
- 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ści: watch, unwatch, preferences, nochange
- Domyślnie: preferences
- unwatch
- Przestarzałe.
- Usuń stronę z obecnej listy obserwowanych. 
- Typ: wartość logiczna (szczegóły)
- oldimage
- The name of the old image to delete as provided by action=query&prop=imageinfo&iiprop=archivename. 
- token
- Token "csrf" zdobyty z action=query&meta=tokens 
- Ten parametr jest wymagany.
- Usuń Main Page.
- api.php?action=delete&title=Main%20Page&token=123ABC [otwórz w brudnopisie]
- Usuń Main Page z powodem Preparing for move.
- api.php?action=delete&title=Main%20Page&token=123ABC&reason=Preparing%20for%20move [otwórz w brudnopisie]