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

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

เปลี่ยนการตั้งค่ากลางของผู้ใช้ปัจจุบัน

สามารถเปลี่ยนเฉพาะการตั้งค่าที่ลงทะเบียนสำหรับวิกิปัจจุบันได้ในท้องถิ่นเท่านั้น

Specific parameters:
Other general parameters are available.
reset

รีเซ็ตการตั้งค่ากลาง ลบชนิดการตั้งค่าทั้งหมด บางส่วน หรือตามค่าที่ระบุในพารามิเตอร์ resetkinds และทำให้ไม่เป็นการตั้งค่ากลางอีกต่อไป

Type: boolean (details)
resetkinds

รายการชนิดการตั้งค่าที่จะรีเซ็ตเมื่อตัวเลือก reset ถูกตั้งค่า

ค่า (คั่นด้วย | หรือข้อความทดแทน): all, registered, registered-checkmatrix, registered-multiselect, special, unused, userjs
Default: all
change

List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., preferencename|otherpreference|..., the preference will be made non-global. If any value passed contains the pipe character (|), use the alternative multiple-value separator for correct operation.

คั่นค่าต่าง ๆ ด้วย | หรือข้อความทดแทน
Maximum number of values is 50 (500 for clients that are allowed higher limits).
optionname

The name of the preference that should be set to the value given by optionvalue.

optionvalue

The value for the preference specified by optionname.

token

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

This parameter is required.