මාධ්යවිකි API උදවු
මෙය ස්වයං-ජනිත මාධ්යවිකි API ප්රලේඛන පිටුවකි.
ප්රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API
prop=categories (cl)
- මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්ය වේ.
- මෙම ආකෘතිය උත්පාදකයක් ලෙස භාවිතා කල හැක.
- Source: MediaWiki
- License: GPL-2.0+
List all categories the pages belong to.
පරාමිතීන්:
- clprop
Which additional properties to get for each category:
- sortkey
- Adds the sortkey (hexadecimal string) and sortkey prefix (human-readable part) for the category.
- timestamp
- Adds timestamp of when the category was added.
- hidden
- Tags categories that are hidden with
__HIDDENCAT__
.
- වටිනාකම් ("|" සමග වෙන් කරන්න): sortkey, timestamp, hidden
- clshow
Which kind of categories to show.
- වටිනාකම් ("|" සමග වෙන් කරන්න): hidden, !hidden
- cllimit
How many categories to return.
- 500 කට වැඩ අනුමත කරන්නේ නැත (5,000 බොට්ස් සදහාය).
- Type: integer or max
- Default: 10
- clcontinue
When more results are available, use this to continue.
- clcategories
Only list these categories. Useful for checking whether a certain page is in a certain category.
- වටිනාකම් "|" සමග වෙන් කරන්න. අංක සදහා උපරිම වටිනාකම 50 (500 බොට්ස් සදහා)
- cldir
The direction in which to list.
- එක් වටිනාකමක්: ascending, descending
- Default: ascending
උදාහරණ:
- Get a list of categories the page Albert Einstein belongs to.
- api.php?action=query&prop=categories&titles=Albert%20Einstein [open in sandbox]
- Get information about all categories used in the page Albert Einstein.
- api.php?action=query&generator=categories&titles=Albert%20Einstein&prop=info [open in sandbox]