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=feedcontributions
(main | feedcontributions)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
Returns a user's contributions feed.
Specific parameters:
Other general parameters are available.
- feedformat
รูปแบบของฟีด
- ค่าใดค่าหนึ่งต่อไปนี้: atom, rss
- Default: rss
- user
What users to get the contributions for.
- This parameter is required.
- ชนิด: ผู้ใช้ โดย ชื่อผู้ใช้, ไอพี, ผู้ใช้ชั่วคราว, ช่วงไอพี, ชื่อข้ามวิกิ (เช่น "prefix>ตัวอย่าง") และ ไอดีผู้ใช้ (เช่น "#12345")
- namespace
Which namespace to filter the contributions by.
- ค่าใดค่าหนึ่งต่อไปนี้: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- year
ตั้งแต่ปี (และก่อนหน้า)
- Type: integer
- month
ตั้งแต่เดือน (และก่อนหน้า)
- Type: integer
- tagfilter
Filter contributions that have these tags.
- ค่า (คั่นด้วย | หรือข้อความทดแทน): abusefilter-condition-limit, editcheck-newcontent, editcheck-newreference, editcheck-reference-decline-common-knowledge, editcheck-reference-decline-irrelevant, editcheck-reference-decline-other, editcheck-reference-decline-uncertain, editcheck-references, editcheck-references-activated, mw-blank, mw-changed-redirect-target, mw-contentmodelchange, mw-manual-revert, mw-new-redirect, mw-removed-redirect, mw-replace, mw-reverted, mw-rollback, mw-server-side-upload, mw-undo, visualeditor, visualeditor-needcheck, visualeditor-switched, visualeditor-wikitext, wikieditor
- ค่าเริ่มต้น: (ว่าง)
- deletedonly
แสดงเฉพาะส่วนร่วมที่ถูกลบ
- Type: boolean (details)
- toponly
แสดงเฉพาะการแก้ไขที่เป็นรุ่นแก้ไขล่าสุด
- Type: boolean (details)
- newonly
แสดงเฉพาะการแก้ไขที่เป็นการสร้างหน้า
- Type: boolean (details)
- hideminor
ซ่อนการแก้ไขเล็กน้อย
- Type: boolean (details)
- showsizediff
แสดงความแตกต่างขนาดระหว่างรุ่นแก้ไข
- Type: boolean (details)
ตัวอย่าง:
- Return contributions for user Example.
- api.php?action=feedcontributions&user=Example [เปิดในกระบะทราย]