MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
prop=extracts (ex)
- Questo modulo richiede i diritti di lettura.
- Fonte: TextExtracts
- Licenza: GPL-2.0-or-later
Returns plain-text or limited HTML extracts of the given pages.
- exchars
Quanti caratteri restituire. Il testo effettivo restituito potrebbe essere leggermente più lungo.
- Type: integer
- The value must be between 1 and 1 200.
- exsentences
Quante frasi restituire.
- Type: integer
- The value must be between 1 and 10.
- exlimit
Quanti estratti restituire. (Più estratti possono essere restituiti solo se 'exintro' è impostato su 'true'.)
- Tipo: intero o max
- The value must be between 1 and 20.
- Default: 20
- exintro
Restituisci solo il contenuto prima della prima sezione.
- Tipo: booleano (dettagli)
- explaintext
Return extracts as plain text instead of limited HTML.
- Tipo: booleano (dettagli)
- 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>).
- Uno dei seguenti valori: plain, raw, wiki
- Default: wiki
- excontinue
Quando più risultati sono disponibili, usa questo per continuare. Informazioni più dettagliate su come continuare le query possono essere trovate su mediawiki.org.
- Type: integer
- Ottieni un estratto di 175 caratteri
- api.php?action=query&prop=extracts&exchars=175&titles=Therion [apri in una sandbox]