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=compare

(main | compare)

تفاوت بین ۲ صفحه را بیابید.

شما باید یک شماره بازبینی، یک عنوان صفحه، یا یک شناسه صفحه برای هر دو «از» و «به» مشخص کنید.

Parameters:
fromtitle

عنوان اول برای مقایسه.

fromid

شناسه صفحه اول برای مقایسه.

Type: integer
fromrev

نسخه اول برای مقایسه.

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.

Values (separate with | or alternative): main
fromtext-{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 fromslots.
fromsection-{slot}

When fromtext-{slot} is the content of a single section, this is the section number. 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.
One of the following values: application/json، text/css، text/javascript، text/plain، text/x-wiki
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.
One of the following values: Campaign، css، javascript، json، text، wikitext
frompst

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

Type: boolean (details)
fromtext
توصیه.

Specify fromslots=main and use fromtext-main instead.

fromcontentformat
توصیه.

fromslots=main را تعیین کن و در عوض، fromcontentformat-main را به کار ببر.

One of the following values: application/json، text/css، text/javascript، text/plain، text/x-wiki
fromcontentmodel
توصیه.

fromslots=main را تعیین کنید و در عوض، fromcontentmodel-main را به کار ببر.

One of the following values: Campaign، css، javascript، json، text، wikitext
fromsection
توصیه.

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

totitle

عنوان دوم برای مقایسه.

toid

شناسه صفحه دوم برای مقایسه.

Type: integer
torev

نسخه دوم برای مقایسه.

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.

One of the following values: 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.

Values (separate with | or alternative): 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 number. 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.
One of the following values: application/json، text/css، text/javascript، text/plain، text/x-wiki
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.
One of the following values: Campaign، css، javascript، json، text، wikitext
topst

Do a pre-save transform on totext.

Type: boolean (details)
totext
توصیه.

Specify toslots=main and use totext-main instead.

tocontentformat
توصیه.

Specify toslots=main and use tocontentformat-main instead.

One of the following values: application/json، text/css، text/javascript، text/plain، text/x-wiki
tocontentmodel
توصیه.

Specify toslots=main and use tocontentmodel-main instead.

One of the following values: Campaign، css، javascript، json، text، wikitext
tosection
توصیه.

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

prop

Which pieces of information to get.

diff
تفاوت اچ‌تی‌ام‌ال.
diffsize
اندازهٔ تفاوت اچ‌تی‌ام‌ال، به بایت.
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 user name 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
(no description)
Values (separate with | or alternative): comment، diff، diffsize، ids، parsedcomment، rel، size، timestamp، title، user
پیش‌فرض: diff|ids|title
slots

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

Values (separate with | or alternative): main
To specify all values, use *.
Example:
ایجاد تفاوت بین نسخه 1 و 2
api.php?action=compare&fromrev=1&torev=2 [open in sandbox]