মিডিয়াউইকি এপিআই সাহায্য

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

prop=description (desc)

(main | query | description)
  • This module is internal or unstable, and you should not use it. Its operation may change without notice.
  • This module requires read rights.
  • Source: WikibaseClient
  • License: GPL-2.0-or-later

লক্ষ্য পাতা কী সম্পর্কিত তা বিশ্লেষণ করে একটি সংক্ষিপ্ত বিবরণ ওরফে সাবটাইটেল পান।

The description is plain text, on a single line, but otherwise arbitrary (potentially including raw HTML tags, which also should be interpreted as plain text). It must not be used in HTML unescaped!

Specific parameters:
Other general parameters are available.
desccontinue

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.

Type: integer
Default: 0
descprefersource

Which description source to prefer if present:

local
Local descriptions via {{SHORTDESC:...}} parser function in the wikitext of the page.
central
Central descriptions from the associated উইকিউপাত্ত item.
One of the following values: central, local
Default: local
Examples:
'লন্ডন' পাতার সংক্ষিপ্ত বিবরণ পান।
api.php?action=query&prop=description&titles=London [open in sandbox]
Get the description for the page 'London', preferring the central description if it exists.
api.php?action=query&prop=description&titles=London&descprefersource=central [open in sandbox]