미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=cargoquery

(main | cargoquery)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: Cargo
  • 라이선스: GPL-2.0-or-later

Runs a query on the Cargo data.

특정 변수:
다른 일반 변수를 사용할 수 있습니다.
limit

A limit on the number of results returned

유형: 정수 또는 max
값은 1와 500 사이여야 합니다.
기본값: 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

쿼리 오프셋

유형: 정수
값은 0 이상이어야 합니다.
기본값: 0