MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=cargoquery

(main | cargoquery)
  • このモジュールは読み取りの権限を必要とします。
  • ソース: 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

取得するテーブルフィールド

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

型: 整数
値の下限は必ず0以上です。
既定: 0