MediaWiki API ヘルプ

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

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

prop=extracts (ex)

(main | query | extracts)
  • このモジュールは読み取りの権限を必要とします。
  • ソース: TextExtracts
  • ライセンス: GPL-2.0-or-later

指定されたページのプレーンテキストまたは制限付きHTMLを返します。

パラメーター:
exchars

返す文字数。返される実際の本文はわずかに長くなる場合があります。

型: 整数
The value must be between 1 and 1,200.
exsentences

返す文の数。

型: 整数
The value must be between 1 and 10.
exlimit

How many extracts to return. (Multiple extracts can only be returned if exintro is set to true.)

型: 整数または max
The value must be between 1 and 20.
Default: 20
exintro

最初の節の前の内容のみ返す。

型: 真偽値 (詳細)
explaintext

Return extracts as plain text instead of limited HTML.

型: 真偽値 (詳細)
exsectionformat

How to format sections in plaintext mode:

plain
No formatting.
wiki
Wikitext-style formatting (== like this ==).
raw
This module's internal representation (section titles prefixed with <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).
値 (次の値のいずれか1つ): plain、raw、wiki
Default: wiki
excontinue

When more results are available, use this to continue.

型: 整数