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
action=discussiontoolsedit
- Questo modulo è interno o instabile. Il suo funzionamento potrebbe variare senza preavviso.
- Questo modulo richiede i diritti di lettura.
- Questo modulo richiede i diritti di scrittura.
- Questo modulo accetta solo richieste POST.
- Fonte: Strumenti di discussione
- Licenza: MIT
Post a message on a discussion page.
- paction
Azione da eseguire.
- addcomment
- Aggiungi un nuovo commento come risposta ad un commento esistente.
- addtopic
- Aggiungi una nuova sessione di discussione ed il suo primo commento.
- This parameter is required.
- Uno dei seguenti valori: addcomment, addtopic
- page
La pagina su cui eseguire l'azione.
- This parameter is required.
- token
Un token "csrf" recuperato da action=query&meta=tokens
- This parameter is required.
- formtoken
An optional unique ID generated in the client to prevent double-posting.
- Cannot be longer than 16 characters.
- commentname
Name of the comment to reply to. Only used when paction is addcomment.
- commentid
ID of the comment to reply to. Only used when paction is addcomment. Overrides commentname.
- wikitext
Contenuto da pubblicare, come wikitesto. Non può essere utilizzato insieme a html.
- html
Contenuto da pubblicare, come HTML. Non può essere utilizzato insieme a wikitext.
- summary
Oggetto della modifica.
- sectiontitle
Il titolo per una nuova sezione quando usi $1section=new. Only used when paction is addtopic.
- useskin
Apply the selected skin to the parser output. May affect the following properties: text, langlinks, headitems, modules, jsconfigvars, indicators.
- Uno dei seguenti valori: apioutput, fallback, minerva, vector, vector-2022
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.
- captchaid
Captcha ID (quando stai salvando con una risposta captcha).
- captchaword
Rispondi al captcha (quando salvi con una risposta captcha).
- mobileformat
Return parse output in a format suitable for mobile devices.
- Tipo: booleano (dettagli)