MediaWiki API súgó

Ez egy automatikusan generált MediaWiki-API-dokumentációs lap.

Dokumentáció és példák: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=cargoquery

(main | cargoquery)

Runs a query on the Cargo data.

Jellemző paraméterek:
Other general parameters are available.
limit

A limit on the number of results returned

Típus: egész vagy max
Az értéknek 1 és 500 között kell lennie.
Alapértelmezett: 50
tables

The Cargo database table or tables on which to search

fields

The table field(s) to retrieve

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

offset

The query offset

Típus: egész szám
Az érték nem lehet kisebb mint 0.
Alapértelmezett: 0