Jump to content

Template:ApiParam/bn

From mediawiki.org
This page is a translated version of the page Template:ApiParam and the translation is 45% complete.
টেমপ্লেট নথি
এই টেমপ্লেটের অনুরোধগুলি Special:ApiHelp ত্রান্সচলুসিওন (T89318) এর সাথে প্রতিস্থাপনের বিষয়টি বিবেচনা করুন, যেহেতু এই টেমপ্লেটটি পূরণ করে উত্স কোডে এপিআই প্যারামিটার ডকুমেন্টেশন পুনরাবৃত্তি করে।

ব্যবহার

এই টেমপ্লেটটি এপিআই প্যারামিটারগুলি নথিভুক্ত করতে ব্যবহার করা যেতে পারে। এর উদ্দেশ্য হ'ল সমস্ত এপিআই পৃষ্ঠাজুড়ে টেমপ্লেট প্যারামিটারগুলির উপস্থিতিকে সামঞ্জস্যপূর্ণ করা।

{{ApiParam
|name=
|description=
|required=
|maxallowed=
|maxallowedbot=
|type=
|values=
|default=
|version=
|deprecated=
|removed=
}}
এপিপরম প্যারামিটার
পরামিতির নাম বর্ণনা Required?
name (অথবা প্রথম নামহীন) প্যারামিটার নাম (প্রয়োজনীয়)। Required
description (অথবা দ্বিতীয় নামহীন পরামিতির একটি বিবরণ Optional
required প্যারামিটারটি প্রয়োজন হলে একটি মান নির্দিষ্ট করুন। প্রয়োজনীয় প্যারামিটারের নাম সাহসী হবে। Optional
maxallowed পাইপ-পৃথক মান বা সাংখ্যিক পরিমাণের জন্য, সর্বাধিক অনুমোদিত। Optional
maxallowedbot As above, for bots. If 50 or 500 is used for maxallowed, this will default to 500 or 5000, respectively. Optional
type The data type of the parameter. Optional
values A list of possible values for the parameter. Optional
default The default value for the parameter. Optional
version The version the parameter was introduced in. Use the plain MediaWiki version number only. Optional
deprecated The version the parameter was deprecated in. Use the plain MediaWiki version number only. Optional
removed The version the parameter was removed in. Use the plain MediaWiki version number only. Optional

Examples

*{{ApiParam|rcid|One or more recent changes IDs from which to add or remove the tag.|maxallowed=50}}
  • rcid: One or more recent changes IDs from which to add or remove the tag. 50 (বটগুলির জন্য 500) এর বেশি অনুমোদিত নয়।
*{{ApiParam|siprop|Which properties to get|default=general}}
**{{ApiParam|general|General site information}}
***{{ApiParam|articlepath|{{ll|Manual:$wgArticlePath|$wgArticlePath}}|version=1.15}}
  • siprop: Which properties to get (ডিফল্ট: general)

See also