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

submodule=setsorting

(main | collection | setsorting)
  • มอดูลนี้ต้องการสิทธิในการอ่าน
  • แหล่งที่มา: Collection
  • สัญญาอนุญาต: GPL-2.0-or-later

API module for reordering items in a collection

Specific parameter:
Other general parameters are available.
items

Items should be listed using their old index and ordered by their new position

This parameter is required.
Type: list of integers
คั่นค่าต่าง ๆ ด้วย | หรือข้อความทดแทน
Maximum number of values is 50 (500 for clients that are allowed higher limits).
ตัวอย่าง:
In a collection of 3 items, swap the first and second item
api.php?action=collection&submodule=setsorting&items=1|0|2 [เปิดในกระบะทราย]
In a collection of 3 items, make the 3rd item first, and delete the 2nd item
api.php?action=collection-setsorting&items=2|0 [เปิดในกระบะทราย]