Ayuda de la API de MediaWiki
Esta es una página de documentación autogenerada de la API de MediaWiki.
Documentación y ejemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=compare
- Este módulo requiere permisos de lectura.
- Fuente: MediaWiki
- Licencia: GPL-2.0-or-later
Obtener la diferencia entre 2 páginas.
Se debe pasar un número de revisión, un título de página o una ID tanto desde "de" hasta "a".
- fromtitle
Primer título para comparar
- fromid
ID de la primera página a comparar.
- Tipo: entero
- fromrev
Primera revisión para comparar.
- Tipo: entero
- fromslots
Reemplazar el contenido de la revisión especificada por fromtitle, fromid o fromrev.
Este parámetro especifica las ranuras que se van a modificar. Utiliza desde texto-{ranura}, desde modelo de contenido-{ranura} y desde formato de contenido-{ranura} para especificar el contenido de cada ranura.
- Valores (separados por | u otro separador): main
- fromtext-{slot}
Texto de la ranura especificada. Si se omite, la ranura se quita de la revisión.
- This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of fromslots.
- fromsection-{slot}
Cuando fromtext-{slot} es el contenido de una sola sección, este es el número de sección. Se combinará en la revisión especificada por fromtitle, fromid o fromrev como si se tratara de una edición de sección.
- This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of fromslots.
- fromcontentformat-{slot}
Formato de serialización de contenido de desde texto-{ranura}.
- This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of fromslots.
- Uno de los siguientes valores: 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}
Modelo de contenido de from text-{slot}. Si no se suministra, se calculará en función de los demás parámetros.
- This is a templated parameter. When making the request, {slot} in the parameter's name should be replaced with values of fromslots.
- Uno de los siguientes valores: css, javascript, json, text, unknown, wikitext
- frompst
Realizar una transformación previa al guardado en fromtext-{slot}.
- Type: boolean (details)
- fromtext
- En desuso.
Especificar fromslots=main y utilizar fromtext-main en su lugar.
- fromcontentformat
- En desuso.
Specify fromslots=main and use fromcontentformat-main instead.
- Uno de los siguientes valores: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown
- fromcontentmodel
- En desuso.
Specify fromslots=main and use fromcontentmodel-main instead.
- Uno de los siguientes valores: css, javascript, json, text, unknown, wikitext
- fromsection
- En desuso.
Solamente usar la sección especificada del contenido 'from' especificado.
- totitle
Segundo título para comparar.
- toid
Segunda identificador de página para comparar.
- Tipo: entero
- torev
Segunda revisión para comparar.
- Tipo: entero
- torelative
Use a revision relative to the revision determined from fromtitle, fromid or fromrev. All of the other 'to' options will be ignored.
- Uno de los siguientes valores: 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.
- Valores (separados por | u otro separador): 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 de los siguientes valores: 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 de los siguientes valores: css, javascript, json, text, unknown, wikitext
- topst
Do a pre-save transform on totext.
- Type: boolean (details)
- totext
- En desuso.
Specify toslots=main and use totext-main instead.
- tocontentformat
- En desuso.
Specify toslots=main and use tocontentformat-main instead.
- Uno de los siguientes valores: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown
- tocontentmodel
- En desuso.
Specify toslots=main and use tocontentmodel-main instead.
- Uno de los siguientes valores: css, javascript, json, text, unknown, wikitext
- tosection
- En desuso.
Solamente usar la sección especificada del contenido 'to' especificado.
- prop
Qué fragmentos de información se obtendrán.
- diff
- El HTML de las diferencias.
- diffsize
- El tamaño del HTML de las diferencias, en 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
- La marca de tiempo de las revisiones 'desde' y 'hasta'.
- Valores (separados por | u otro separador): comment, diff, diffsize, ids, parsedcomment, rel, size, timestamp, title, user
- Predeterminado: diff|ids|title
- slots
Return individual diffs for these slots, rather than one combined diff for all slots.
- Valores (separados por | u otro separador): main
- Para especificar todos los valores, utiliza *.
- difftype
Return the comparison formatted as inline HTML.
- Uno de los siguientes valores: table, unified
- Predeterminado: table
- Crear una diferencia entre las revisiones 1 y 2.
- api.php?action=compare&fromrev=1&torev=2 [abrir en la zona de pruebas]