MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=browsebyproperty

(main | browsebyproperty)
  • Dieses Modul ist veraltet.
  • Dieses Modul erfordert Leserechte.
  • Quelle: Semantic MediaWiki
  • Lizenz: GPL-2.0-or-later

API-Modul zum Abrufen von Informationen zu einem Attribut oder einer Liste von Attributen.

Spezifische Parameter:
Weitere allgemeine Parameter sind verfügbar.
property

To match a specific property

limit

To specify the size of the list request

Typ: Ganzzahl oder max
Der Wert darf nicht kleiner sein als 0.
Standard: 50
lang

To specify a specific language used for some attributes (description etc.)

listonly

To specify that only a property list is returned without further details

Type: boolean (details)
Beispiele:
Example showing how to browse properties filtered by a property name.
api.php?action=browsebyproperty&property=Modification_date [in Spielwiese öffnen]
Example showing how to browse properties with a limit applied to the result set.
api.php?action=browsebyproperty&limit=50 [in Spielwiese öffnen]
Example showing how to browse properties with a limit and list-only mode enabled.
api.php?action=browsebyproperty&limit=5&listonly=true [in Spielwiese öffnen]