MediaWiki API ヘルプ

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

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

meta=messagegroups (mg)

(main | query | messagegroups)
  • このモジュールは読み取りの権限を必要とします。
  • Source: 翻訳
  • License: GPL-2.0+

Return information about message groups.

Note that the uselang parameter affects the output of language dependent parts.

パラメーター:
mgdepth

When using the tree format, limit the depth to this many levels. Value 0 means that no subgroups are shown. If the limit is reached, the output includes a "groupcount" value, which states the number of direct children.

Type: integer
既定値: 100
mgfilter

Only return messages with IDs that match one or more of the inputs given (case-insensitive, separated by pipes, * wildcard).

複数の値は | もしくは代わりの文字で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
既定値: (空)
mgformat

In the tree format message groups can exist in multiple places in the tree.

値 (次の値のいずれか1つ): flattree
既定値: flat
mgiconsize

Preferred size of rasterised group icon.

Type: integer
既定値: 64
mgprop

What translation-related information to get:

id
Include ID of the group.
label
Include label of the group.
description
Include description of the group.
class
Include class name of the group.
namespace
Include namespace of the group. Not all groups belong to a single namespace.
exists
Include self-calculated existence property of the group.
icon
Include URLs to icon of the group.
priority
Include priority status like discouraged.
prioritylangs
Include preferred languages. If not set, this returns false.
priorityforce
Include priority status - is the priority languages setting forced.
workflowstates
Include the workflow states for the message group.
値 (|もしくは別の文字列で区切る): idlabeldescriptionclassnamespaceexistsiconpriorityprioritylangspriorityforceworkflowstates
既定値: id|label|description|class|exists
mgroot

When using the tree format, instead of starting from top level start from the given message group, which must be an aggregate message group. When using flat format only the specified group is returned.

既定値: (空)