এক্সটেনশন:আলোচনাসরঞ্জাম
Appearance
The Discussion Tools extension is a set of tools to enhance discussion pages. As of ২০২৪, it is being built by the Editing team as part of the talk pages project.
User documentation is at সাহায্য:আলোচনাসরঞ্জাম.
Some features can be disabled on individual pages and sections as described at Help:DiscussionTools/Magic words and markup.
বৈশিষ্ট্য
Dependencies
Optional dependencies
- Extension:Echo - Enables topic subscriptions and user pinging.
- এক্সটেনশন:ধন্যবাদ - Enables comment thanking.
- Extension:MobileFrontend - Enables mobile support.
ইনস্টল প্রক্রিয়া
This extension comes with MediaWiki 1.40 and later, so you do not need to download it. The remaining configuration instructions must still be followed.
- Install the dependencies.
- ডাউনলোড করুন এবং আপনার
extensions/ফোল্ডারেরDiscussionToolsনামক ডিরেক্টরিতে ফাইল(গুলি) নিন।
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
- আপনার LocalSettings.php-এর নিচের অংশে নিম্নলিখিত কোড যোগ করুন:
wfLoadExtension( 'DiscussionTools' );
- হালনাগাদ করার স্ক্রিপ্টটি চালান যা স্বয়ংক্রিয়ভাবে এই এক্সটেনশনের জন্য প্রয়োজনীয় ডাটাবেস টেবিল তৈরি করবে।
- Also in LocalSettings.php, ensure that you have a timezone set and $wgFragmentMode set to
html5. - Configure as required.
করা হয়েছে – এক্সটেনশনটি সফলভাবে ইনস্টল করা হয়েছে কিনা তা যাচাই করতে আপনার উইকির Special:Version-এ যান।
কনফিগারেশন
| সেটিংয়ের নাম | পূর্বনির্ধারিত মান | বিবরণ |
|---|---|---|
$wgDiscussionToolsBeta
|
false
|
Make DiscussionTools a beta feature. |
$wgDiscussionTools_visualenhancements
|
'default'
|
Override availability of DiscussionTools visual enhancements. Possible values: 'default', 'available', 'unavailable'
|
$wgDiscussionTools_visualenhancements_reply_icon_languages
|
[
'ar' => true,
'zh' => true,
'yue' => true,
'ja' => true,
'nod' => true,
]
|
A dictionary of language codes which will receive an icon in their enhanced reply-button treatment, due to translation being very short. (T323537) Language fallbacks will be checked unless a language is explicitly set to false. (T352289) Normalized language codes are lower case.
|
$wgDiscussionToolsAutoTopicSubEditor
|
'any'
|
Editor which triggers automatic topic subscriptions. Either 'discussiontoolsapi' for edits made using DiscussionTools’ API (e.g. reply and new topic tools), or 'any' for any editor.
|
$wgDiscussionToolsTalkPageParserCacheExpiry
|
0
|
Override $wgParserCacheExpireTime for discussion pages, regardless of DiscussionTools enablement.
|
$wgDiscussionToolsReplyIndentation
|
'invisible'
|
Reply indentation syntax to use: 'invisible' (use <dl><dd> tags to output : in wikitext) or 'bullet' (use <ul><li> tags to output * in wikitext).
|
$wgDiscussionToolsShowFeedbackLinks
|
false
|
MW 1.40+ Show "এটি সম্পর্কে আপনার প্রতিক্রিয়া জানান" links in the footer of reply tool and new topic tool. |
$wgDiscussionToolsTimestampFormatSwitchTime
|
'2022-07-12'
|
Date on which the internal timestamp format has changed (T304595), in ISO 8601 format. |
$wgDiscussionToolsConflictingGadgetName
|
'convenientDiscussions'
|
Internal name of the Convenient Discussions gadget, which conflicts with the reply tool. Reply tool will be unavailable when the user has this gadget enabled. |
API
Editing
| Action | Description | Internal? |
|---|---|---|
| discussiontoolscompare | Get information about comment changes between two page revisions. | |
| discussiontoolsedit | Post a message on a discussion page. | |
| discussiontoolsfindcomment | Find a comment by its ID or name. | |
| discussiontoolspageinfo | Returns metadata required to initialize the discussion tools. | |
| discussiontoolspreview | Preview a message on a discussion page. |
Subscriptions
| Action | Description | Internal? |
|---|---|---|
| discussiontoolsgetsubscriptions | Get the subscription statuses of given topics. | |
| discussiontoolssubscribe | Subscribe (or unsubscribe) to receive notifications about a topic. |
Special pages
Integration with other extensions
DiscussionTools can integrate with PlaceNewSection to put the location of where added new topics will begin to be placed.
It can also integrate with AutoModerator to enable community-configured reversion of Machine Language-scored bad edits.
আরও দেখুন
- Extension:DiscussionTools/How it works – কারিগরি তথ্য
- Convenient Discussions – another tool for discussions, incompatible with DiscussionTools
| এই এক্সটেনশন এক বা একাধিক উইকিমিডিয়া প্রকল্পসমূহ-এ ব্যবহৃত হচ্ছে। সম্ভবত এটির অর্থ হল এক্সটেনশন স্থিতিশীল এবং এই জাতীয় উচ্চ ট্রাফিক ওয়েবসাইটগুলি ব্যবহার করার জন্য যথেষ্ট ভাল কাজ করে। উইকিমিডিয়ার CommonSettings.php এবং InitialiseSettings.php কনফিগারেশন ফাইলগুলিতে এটি কোথায় ইনস্টল হয়েছে তা দেখতে এই এক্সটেনশনের নামটি সন্ধান করুন। নির্দিষ্ট উইকিতে ইনস্টল করা এক্সটেনশন-এর সম্পূর্ণ তালিকা উইকির Special:Version পৃষ্ঠাতে দেখা যাবে। |
| This extension is included in the following wiki farms/hosts and/or packages: |
Categories:
- Stable extensions/bn
- User interface extensions/bn
- MIT licensed extensions/bn
- Extensions in Wikimedia version control/bn
- APIAfterExecute extensions/bn
- APIGetAllowedParams extensions/bn
- ApiMain::moduleManager extensions/bn
- BeforeCreateEchoEvent extensions/bn
- BeforeDisplayNoArticleText extensions/bn
- BeforePageDisplay extensions/bn
- ChangeTagsListActive extensions/bn
- DiscussionToolsAddOverflowMenuItems extensions/bn
- EchoGetBundleRules extensions/bn
- EchoGetEventsForRevision extensions/bn
- GetActionName extensions/bn
- GetBetaFeaturePreferences extensions/bn
- GetDoubleUnderscoreIDs extensions/bn
- GetPreferences extensions/bn
- ListDefinedTags extensions/bn
- LoadExtensionSchemaUpdates extensions/bn
- OutputPageBeforeHTML extensions/bn
- OutputPageParserOutput extensions/bn
- ParserAfterTidy extensions/bn
- ParserOutputPostCacheTransform extensions/bn
- RecentChange save extensions/bn
- ResourceLoaderGetConfigVars extensions/bn
- RevisionDataUpdates extensions/bn
- SidebarBeforeOutput extensions/bn
- SkinTemplateNavigation::Universal extensions/bn
- All extensions/bn
- Extensions bundled with MediaWiki 1.40/bn
- Extensions used on Wikimedia/bn
- Extensions included in Canasta/bn
- Extensions available as Debian packages/bn
- Extensions included in Miraheze/bn
- Extensions included in MyWikis/bn
- Extensions included in wiki.gg/bn
- Discussion and forum extensions/bn
- Extensions with VisualEditor support/bn
- Talk pages project/bn
