Помоћ око Медијавикијевог API-ја

Ово је аутоматски генерисана документација за Медијавики API

Документација и примери: -{R|https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page}-

prop=extracts (ex)

(main | query | extracts)
  • This module requires read rights.
  • Извор: TextExtracts
  • Лиценца: GPL-2.0-or-later

Враћа сажетке датих страница у облику чистог текста или ограниченог HTML-а.

Специфични параметри:
Other general parameters are available.
exchars

Колико слова треба вратити. Текст који се заправо враћа може бити мало дужи.

Type: integer
The value must be between 1 and 1.200.
exsentences

Колико реченица треба вратити.

Type: integer
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.)

Type: integer or max
The value must be between 1 and 20.
Default: 20
exintro

Врати само садржај пре прве секције.

Type: boolean (details)
explaintext

Return extracts as plain text instead of limited HTML.

Type: boolean (details)
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>).
One of the following values: plain, raw, wiki
Default: 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.

Type: integer