Pomoc MediaWiki API

To jest automatycznie wygenerowana strona dokumentacji MediaWiki API.

Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_pag

action=wblinktitles

(main | wblinktitles)
  • 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

Associates two pages on two different wikis with a Wikibase item.

Parametry:
tosite

An identifier for the site on which the page resides. Use together with totitle to make a complete sitelink.

This parameter is required.
Jedna z następujących wartości:
totitle

Title of the page to associate. Use together with tosite to make a complete sitelink.

This parameter is required.
fromsite

An identifier for the site on which the page resides. Use together with fromtitle to make a complete sitelink.

This parameter is required.
Jedna z następujących wartości:
fromtitle

Title of the page to associate. Use together with fromsite to make a complete sitelink.

This parameter is required.
token

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

This parameter is required.
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 „bot”.

Type: boolean (details)
Przykład:
Add a link "Hydrogen" from the English page to "Wasserstoff" at the German page
api.php?action=wblinktitles&fromsite=enwiki&fromtitle=Hydrogen&tosite=dewiki&totitle=Wasserstoff [otwórz w brudnopisie]