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=wbcreateredirect

(main | wbcreateredirect)
  • Ten moduł wymaga praw odczytu.
  • Ten moduł wymaga praw zapisu.
  • Ten moduł akceptuje tylko żądania POST.
  • Źródło: WikibaseClient
  • Licencja: GPL-2.0-or-later

Creates Entity redirects.

Parametry:
Other general parameters are available.
from

Entity ID to make a redirect

Ten parametr jest wymagany.
to

Entity ID to point the redirect to

Ten parametr jest wymagany.
token

Token „csrf” pobrany z action=query&meta=tokens

Ten parametr jest wymagany.
bot

Oznacz tę zmianę jako wykonaną przez bota. Ten znacznik adresu URL będzie brany pod uwagę tylko, jeśli użytkownik należy do grupy „Boty”.

Typ: wartość boolowska (szczegóły)
returnto

Page title. If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to the given page, instead of the page that was edited.

Typ: nazwa strony
Akceptuje nieistniejące strony.
returntoquery

URL query parameters (with leading ?). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.

Domyślnie: (puste)
returntoanchor

URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.

Domyślnie: (puste)
Przykład:
Zamień Q999999998 na przekierowanie do Q999999999
api.php?action=wbcreateredirect&from=Q999999998&to=Q999999999 [otwórz w brudnopisie]