Ajuda da API MediaWiki

Esta é uma página de documentação da API MediaWiki gerada automaticamente.

Documentação e exemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

prop=moderationpreload (mp)

(main | query | moderationpreload)
  • Este módulo requer direitos de leitura.
  • Fonte: Moderation
  • Licença: GPL-3.0+

If the current user made an edit which is currently awaiting moderation, retrieve the text of this revision.

Parâmetros:
mpmode

Expected format, either wikitext or parsed HTML.

Um dos seguintes valores: parsed, wikitext
Padrão: wikitext
mptitle

Title of the page. Cannot be used together with mppageid.

mppageid

Page ID of the page. Cannot be used together with mptitle.

Tipo: inteiro
mpsection

Only retrieve the content of this section number.

Exemplos:
Get wikitext of the pending edit by this user in the page Cat.
api.php?action=query&prop=moderationpreload&mptitle=Cat [abrir na página de testes]
Get HTML of the pending edit by this user in the page Dog.
api.php?action=query&prop=moderationpreload&mptitle=Dog&mpmode=parsed [abrir na página de testes]
Get wikitext of section #2 (third section) of the pending edit by this user in the page Cat.
api.php?action=query&prop=moderationpreload&mptitle=Cat&mpsection=2 [abrir na página de testes]