Nápověda k MediaWiki API

Toto je automaticky generovaná dokumentační stránka k MediaWiki API.

Dokumentace a příklady: https://www.mediawiki.org/wiki/API

action=cargoautocomplete

(main | cargoautocomplete)
  • Tento modul vyžaduje oprávnění ke čtení.
  • Zdroj: Cargo
  • Licence: GPL-2.0-or-later

Autocompletion call used by the Cargo extension.

Parametry:
limit

A limit on the number of results returned

Type: integer or max
The value must be between 1 and 500.
Default: 10
substr

Search substring

table

Cargo table for which to search values

field

Cargo field for which to search values

field_is_array

Whether the field holds a list of values

Type: boolean (details)
where

The "where" clause for the query, based on the other filters specified