මාධ්‍යවිකි API උදවු

මෙය ස්වයං-ජනිත මාධ්‍යවිකි API ප්‍රලේඛන පිටුවකි.

ප්‍රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API

list=blocks (bk)

(main | query | blocks)
  • මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්‍ය වේ.
  • Source: MediaWiki
  • License: GPL-2.0+

List all blocked users and IP addresses.

පරාමිතීන්:
bkstart

The timestamp to start enumerating from.

Type: timestamp (allowed formats)
bkend

The timestamp to stop enumerating at.

Type: timestamp (allowed formats)
bkdir

In which direction to enumerate:

newer
List oldest first. Note: bkstart has to be before bkend.
older
List newest first (default). Note: bkstart has to be later than bkend.
එක් වටිනාකමක්: newer, older
Default: older
bkids

List of block IDs to list (optional).

Type: list of integers
වටිනාකම් "|" සමග වෙන් කරන්න. අංක සදහා උපරිම වටිනාකම 50 (500 බොට්ස් සදහා)
bkusers

List of users to search for (optional).

Type: list of user names
වටිනාකම් "|" සමග වෙන් කරන්න. අංක සදහා උපරිම වටිනාකම 50 (500 බොට්ස් සදහා)
bkip

Get all blocks applying to this IP address or CIDR range, including range blocks. Cannot be used together with bkusers. CIDR ranges broader than IPv4/16 or IPv6/19 are not accepted.

bklimit

The maximum number of blocks to list.

500 කට වැඩ අනුමත කරන්නේ නැත (5,000 බොට්ස් සදහාය).
Type: integer or max
Default: 10
bkprop

Which properties to get:

id
Adds the ID of the block.
user
Adds the username of the blocked user.
userid
Adds the user ID of the blocked user.
by
Adds the username of the blocking user.
byid
Adds the user ID of the blocking user.
timestamp
Adds the timestamp of when the block was given.
expiry
Adds the timestamp of when the block expires.
reason
Adds the reason given for the block.
range
Adds the range of IP addresses affected by the block.
flags
Tags the ban with (autoblock, anononly, etc.).
වටිනාකම් ("|" සමග වෙන් කරන්න): id, user, userid, by, byid, timestamp, expiry, reason, range, flags
Default: id|user|by|timestamp|expiry|reason|flags
bkshow

Show only items that meet these criteria. For example, to see only indefinite blocks on IP addresses, set bkshow=ip|!temp.

වටිනාකම් ("|" සමග වෙන් කරන්න): account, !account, temp, !temp, ip, !ip, range, !range
bkcontinue

When more results are available, use this to continue.

"http://encyclopedia.gov.lk/si_encyclopedia/index.php/විශේෂ:ApiHelp" වෙතින් සම්ප්‍රවේශනය කෙරිණි