MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=cargoquery

(main | cargoquery)
  • Questo modulo richiede i diritti di lettura.
  • Fonte: Cargo
  • Licenza: sconosciuta

Runs a query on the Cargo data.

Parametri:
limit

A limit on the number of results returned

Non più di 500 (5 000 per bot) consentito.
Tipo: intero o max
Predefinito: 50
tables

The Cargo database table or tables on which to search

fields

I campi della tabella da recuperare

where

The conditions for the query, corresponding to an SQL WHERE clause

join_on

Conditions for joining multiple tables, corresponding to an SQL JOIN ON clause

group_by

Field(s) on which to group results, corresponding to an SQL GROUP BY clause

having

Conditions for grouped values, corresponding to an SQL HAVING clause

order_by

The order of results, corresponding to an SQL ORDER BY clause