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 richiede i diritti di lettura.
- Questo modulo richiede i diritti di scrittura.
- Questo modulo accetta solo richieste POST.
- Fonte: Strumenti di discussione
- Licenza: MIT
Pubblica un messaggio su una pagina di discussione.
- 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.
- Questo parametro è obbligatorio.
- Uno dei seguenti valori: addcomment, addtopic
- autosubscribe
Automatically subscribe the user to the talk page thread?
- Uno dei seguenti valori: default, no, yes
- Predefinito: default
- page
La pagina su cui eseguire l'azione.
- Questo parametro è obbligatorio.
- token
Un token "csrf" recuperato da action=query&meta=tokens
- Questo parametro è obbligatorio.
- 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.
- allownosectiontitle
Consenti la pubblicazione di una nuova sezione senza titolo.
- Tipo: booleano (dettagli)
- 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, authentication-popup, fallback, json, timeless, 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).
- nocontent
Omit the HTML content of the new revision in the response.
Change tags to apply to the edit.
- Separa i valori con | o alternativa.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- returnto
Titolo della pagina. Quando si effettua una modifica con un account temporaneo, durante il salvataggio, l'API potrebbe rispondere con un URL che invita chi modifica a completare l'accesso. Se questo parametro viene fornito, l'URL reindirizzerà alla pagina specificata, invece che a quella modificata.
- Tipo: titolo della pagina
- Accetta pagine non esistenti.
- returntoquery
URL query parameters (with leading ?). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.
- Predefinito: (vuoto)
- returntoanchor
URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.
- Predefinito: (vuoto)