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

(main | edit)
  • มอดูลนี้ต้องการสิทธิในการอ่าน
  • มอดูลนี้ต้องการสิทธิในการเขียน
  • มอดูลนี้ยอมรับเฉพาะคำขอ POST เท่านั้น
  • แหล่งที่มา: MediaWiki
  • สัญญาอนุญาต: GPL-2.0-or-later

สร้างและแก้ไขหน้า

Specific parameters:
Other general parameters are available.
title

ชื่อของหน้าที่จะแก้ไข ไม่สามารถใช้ร่วมกับ pageid ได้

pageid

ไอดีหน้าของหน้าที่จะแก้ไข ไม่สามารถใช้ร่วมกับ title ได้

Type: integer
section

Section identifier. 0 for the top section, new for a new section. Often a positive integer, but can also be non-numeric.

sectiontitle

The title for a new section when using section=new.

text

เนื้อหาของหน้า

summary

Edit summary.

When this parameter is not provided or empty, an edit summary may be generated automatically.

When using section=new and sectiontitle is not provided, the value of this parameter is used for the section title instead, and an edit summary is generated automatically.

tags

ป้ายระบุการเปลี่ยนแปลงที่จะใช้งานกับรุ่นแก้ไข

ค่า (คั่นด้วย | หรือข้อความทดแทน):
minor

ทำเครื่องหมายการแก้ไขนี้เป็นการแก้ไขเล็กน้อย

Type: boolean (details)
notminor

Do not mark this edit as a minor edit even if the "กำหนดการแก้ไขทุกครั้งเป็นการแก้ไขเล็กน้อยโดยปริยาย" user preference is set.

Type: boolean (details)
bot

ทำเครื่องหมายการแก้ไขนี้เป็นการแก้ไขโดยบอต

Type: boolean (details)
baserevid

ID of the base revision, used to detect edit conflicts. May be obtained through action=query&prop=revisions. Self-conflicts cause the edit to fail unless basetimestamp is set.

Type: integer
basetimestamp

Timestamp of the base revision, used to detect edit conflicts. May be obtained through action=query&prop=revisions&rvprop=timestamp. Self-conflicts are ignored.

Type: timestamp (allowed formats)
starttimestamp

Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using curtimestamp when beginning the edit process (e.g. when loading the page content to edit).

Type: timestamp (allowed formats)
recreate

Override any errors about the page having been deleted in the meantime.

Type: boolean (details)
createonly

ไม่แก้ไขหน้านั้นถ้ามีหน้านั้นอยู่แล้ว

Type: boolean (details)
nocreate

โยนข้อผิดพลาดถ้าไม่มีหน้านั้นอยู่

Type: boolean (details)
watch
เลิกใช้แล้ว

เพิ่มหน้านั้นในรายการเฝ้าดูของผู้ใช้ปัจจุบัน

Type: boolean (details)
unwatch
เลิกใช้แล้ว

ลบหน้านี้ออกจากรายการเฝ้าดูของผู้ใช้ปัจจุบัน

Type: boolean (details)
watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.

ค่าใดค่าหนึ่งต่อไปนี้: nochange, preferences, unwatch, watch
Default: preferences
watchlistexpiry

Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.

Type: expiry (details)
md5

The MD5 hash of the text parameter, or the prependtext and appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct.

prependtext

Add this text to the beginning of the page or section. Overrides text.

appendtext

Add this text to the end of the page or section. Overrides text.

Use section=new to append a new section, rather than this parameter.

undo

Undo this revision. Overrides text, prependtext and appendtext.

Type: integer
The value must be no less than 0.
undoafter

Undo all revisions from undo to this one. If not set, just undo one revision.

Type: integer
The value must be no less than 0.
redirect

แก้ไขการเปลี่ยนทางโดยอัตโนมัติ

Type: boolean (details)
contentformat

Content serialization format used for the input text.

ค่าใดค่าหนึ่งต่อไปนี้: application/json, application/octet-stream, application/unknown, application/x-binary, text/css, text/javascript, text/plain, text/unknown, text/x-wiki, unknown/unknown
contentmodel

ตัวแบบเนื้อหาของเนื้อหาใหม่

ค่าใดค่าหนึ่งต่อไปนี้: GadgetDefinition, JsonSchema, MassMessageListContent, Scribunto, SecurePoll, css, javascript, json, sanitized-css, text, unknown, wikitext
token

A "csrf" token retrieved from action=query&meta=tokens

โทเค็นนี้ควรส่งเป็นพารามิเตอร์ตัวสุดท้ายเสมอ หรืออย่างน้อยหลังพารามิเตอร์ text

This parameter is required.
returnto

Page title. 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 the given page, instead of the page that was edited.

ชนิด: ชื่อหน้า
รับทั้งหน้ายังไม่ถูกสร้างและสร้างแล้ว
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.

ค่าเริ่มต้น: (ว่าง)
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.

ค่าเริ่มต้น: (ว่าง)
captchaword

Answer to the CAPTCHA

captchaid

CAPTCHA ID from previous request