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

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

型: 整数
値は1以上1,200以下です。
exsentences

返す文の数。

型: 整数
値は1以上10以下です。
exlimit

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

型: 整数または max
値は1以上20以下です。
既定: 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
既定: wiki
excontinue

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.

型: 整数