MediaWiki API help

๐Ÿ‡ฎ๐Ÿ‡น Inizia a fare trading su Binance โ€” la piattaforma leader in Italia

Registrati tramite questo link e ottieni uno sconto del 10% sulle commissioni a vita!

โœ… Registrata presso OAM
โœ… Supporto EUR e bonifico SEPA
โœ… App mobile e sicurezza avanzata

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=compare

(main | compare)
  • Questo modulo richiede i diritti di lettura.
  • Fonte: MediaWiki
  • Licenza: GPL-2.0-or-later

Ottieni le differenze tra 2 pagine.

Un numero di revisione, il titolo di una pagina, o un ID di pagina deve essere indicato sia per il "da" che per lo "a".

Parametri:
fromtitle

Primo titolo da confrontare.

fromid

Primo ID di pagina da confrontare.

Type: integer
fromrev

Prima revisione da confrontare.

Type: integer
fromslots

Override content of the revision specified by fromtitle, fromid or fromrev.

This parameter specifies the slots that are to be modified. Use fromtext-{slot}, fromcontentmodel-{slot}, and fromcontentformat-{slot} to specify content for each slot.

Valori (separati da | o alternativa): main
fromtext-{slot}

Testo dello spazio specificato. Se omesso, lo spazio รจ rimosso dalla versione.

This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of fromslots.
fromsection-{slot}

When fromtext-{slot} is the content of a single section, this is the section identifier. It will be merged into the revision specified by fromtitle, fromid or fromrev as if for a section edit.

This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of fromslots.
fromcontentformat-{slot}

Content serialization format of fromtext-{slot}.

This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of fromslots.
Uno dei seguenti valori: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown
fromcontentmodel-{slot}

Content model of fromtext-{slot}. If not supplied, it will be guessed based on the other parameters.

This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of fromslots.
Uno dei seguenti valori: css, javascript, json, text, unknown, wikitext
frompst

Do a pre-save transform on fromtext-{slot}.

Tipo: booleano (dettagli)
fromtext
Deprecato.

Specify fromslots=main and use fromtext-main instead.

fromcontentformat
Deprecato.

Specify fromslots=main and use fromcontentformat-main instead.

Uno dei seguenti valori: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown
fromcontentmodel
Deprecato.

Specify fromslots=main and use fromcontentmodel-main instead.

Uno dei seguenti valori: css, javascript, json, text, unknown, wikitext
fromsection
Deprecato.

Only use the specified section of the specified 'from' content.

totitle

Primo titolo da confrontare.

toid

Secondo ID di pagina da confrontare.

Type: integer
torev

Seconda revisione da confrontare.

Type: integer
torelative

Use a revision relative to the revision determined from fromtitle, fromid or fromrev. All of the other 'to' options will be ignored.

Uno dei seguenti valori: cur, next, prev
toslots

Override content of the revision specified by totitle, toid or torev.

This parameter specifies the slots that are to be modified. Use totext-{slot}, tocontentmodel-{slot}, and tocontentformat-{slot} to specify content for each slot.

Valori (separati da | o alternativa): main
totext-{slot}

Text of the specified slot. If omitted, the slot is removed from the revision.

This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of toslots.
tosection-{slot}

When totext-{slot} is the content of a single section, this is the section identifier. It will be merged into the revision specified by totitle, toid or torev as if for a section edit.

This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of toslots.
tocontentformat-{slot}

Content serialization format of totext-{slot}.

This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of toslots.
Uno dei seguenti valori: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown
tocontentmodel-{slot}

Content model of totext-{slot}. If not supplied, it will be guessed based on the other parameters.

This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of toslots.
Uno dei seguenti valori: css, javascript, json, text, unknown, wikitext
topst

Do a pre-save transform on totext.

Tipo: booleano (dettagli)
totext
Deprecato.

Specify toslots=main and use totext-main instead.

tocontentformat
Deprecato.

Specify toslots=main and use tocontentformat-main instead.

Uno dei seguenti valori: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown
tocontentmodel
Deprecato.

Specify toslots=main and use tocontentmodel-main instead.

Uno dei seguenti valori: css, javascript, json, text, unknown, wikitext
tosection
Deprecato.

Only use the specified section of the specified 'to' content.

prop

Which pieces of information to get.

diff
The diff HTML.
diffsize
The size of the diff HTML, in bytes.
rel
The revision IDs of the revision previous to 'from' and after 'to', if any.
ids
The page and revision IDs of the 'from' and 'to' revisions.
title
The page titles of the 'from' and 'to' revisions.
user
The username and ID of the 'from' and 'to' revisions. If the user has been revision deleted, a fromuserhidden or touserhidden property will be returned.
comment
The comment on the 'from' and 'to' revisions. If the comment has been revision deleted, a fromcommenthidden or tocommenthidden property will be returned.
parsedcomment
The parsed comment on the 'from' and 'to' revisions. If the comment has been revision deleted, a fromcommenthidden or tocommenthidden property will be returned.
size
The size of the 'from' and 'to' revisions.
timestamp
(nessuna descrizione)
Valori (separati da | o alternativa): comment, diff, diffsize, ids, parsedcomment, rel, size, timestamp, title, user
Default: diff|ids|title
slots

Return individual diffs for these slots, rather than one combined diff for all slots.

Valori (separati da | o alternativa): main
Per specificare tutti i valori, utilizza *.
Esempio:
Crea un diff tra revisione 1 e revisione 2.
api.php?action=compare&fromrev=1&torev=2 [apri in una sandbox]

๐ŸŒŸ Scopri altre piattaforme cripto disponibili in Italia

Bitget: Registrati qui per ricevere fino a 6200 USDT in bonus di benvenuto e accedi al copy trading.


BingX: Unisciti a BingX e ottieni premi esclusivi, trading veloce e interfaccia in italiano.


KuCoin: Accedi a KuCoin per acquistare crypto in EUR con P2P e carte.


BitMEX: Registrati su BitMEX per accedere ai mercati di futures e leva professionale.

๐Ÿค– Segnali Crypto Gratuiti su Telegram con @refobibobot

Ottieni segnali di trading crypto in tempo reale grazie al bot intelligente @refobibobot โ€” gratuito, affidabile e utilizzato da trader in tutto il mondo.

โœ… Nessuna registrazione necessaria
โœ… Notifiche istantanee su Telegram
โœ… Strategia aggiornata ogni giorno

๐Ÿ“ˆ Premium Crypto Signals โ€“ 100% Free

๐Ÿš€ Get trading signals from high-ticket private channels of experienced traders โ€” absolutely free.

โœ… No fees, no subscriptions, no spam โ€” just register via our BingX partner link.

๐Ÿ”“ No KYC required unless you deposit over 50,000 USDT.

๐Ÿ’ก Why is it free? Because when you earn, we earn. You become our referral โ€” your profit is our motivation.

๐ŸŽฏ Winrate: 70.59% โ€” real results from real trades.

Weโ€™re not selling signals โ€” weโ€™re helping you win.

Join @refobibobot on Telegram