Extension:DiscussionTools
Appearance
Outdated translations are marked like this.
This extension comes with MediaWiki 1.40 and above. यानी कि आपको इसे दोबारा डाउनलोड करने की ज़रूरत नहीं। हालाँकि, आपको दूसरी विधियों का पालन करना होगा।
Discussion Tools एक्सटेंशन उपकरणों का एक समूह है जो चर्चा पृष्ठों बेहतर बनाएगा। As of २०२३ इसे वार्ता पृष्ठ परियोजना के हिस्से के तौर पर सम्पादन दल द्वारा बनाया जा रहा है।
सदस्य प्रलेख Help:DiscussionTools पर है।
Some features can be disabled on individual pages and sections as described at Help:DiscussionTools/Magic words and markup .
सुविधाएँ
निर्भरताएँ
- Extension:VisualEditor
- Extension:Linter
- अगर आप विषय सदस्यता सुविधा का इस्तेमाल करना चाहते हैं तो Extension:Echo की ज़रूरत होगी।
स्थापना
- 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' );
- अपडेट स्क्रिप्ट चलाएँ जो स्वचालित रूप से आवश्यक डेटाबेस टेबल्स का निर्माण करेगा जिसकी इस एक्सटेंशन को आवश्यकता है।
- यह भी निश्चित करें कि आपेन LocalSettings.php में एक समय क्षेत्र , और html5 में $wgFragmentMode सेट किया है।
- Configure as required.
- पूर्ण – अपने विकि पर Special:Version पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।
कॉन्फ़िगरेशन
सेटिंग का नाम | डिफ़ॉल्ट वैल्यू | विवरण |
---|---|---|
$wgDiscussionToolsEnable
|
true
|
वार्ता पृष्ठों पर DiscussionTools को सक्षम करें। |
$wgDiscussionToolsBeta
|
false
|
DiscussionTools को एक बीटा सुविधा बनाएँ। |
$wgDiscussionToolsEnable2017Wikitext
|
false
|
विकिटेक्स्ट में जवाबों के लिए 2017 विकिटेक्स्ट एडिटर को सक्षम करें (अब तक समर्थन जोड़ा नहीं गया है)। |
$wgDiscussionToolsEnablePermalinksBackend
|
true
|
Enable the permalinks backend (Special:GoToComment). See Extension:DiscussionTools/How it works#Permanent links. |
$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. |
$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 | Human readable | Description | Internal? |
---|---|---|---|
discussiontoolscompare | compare | Get information about comment changes between two page revisions. | internal |
discussiontoolsedit | edit | Post a message on a discussion page. | |
discussiontoolsfindcomment | find comment | Find a comment by its ID or name. | |
discussiontoolspageinfo | page info | Returns metadata required to initialize the discussion tools. | internal |
discussiontoolspreview | preview | Preview a message on a discussion page. | internal |
Subscriptions
Action | Human readable | Description | Internal? |
---|---|---|---|
discussiontoolsgetsubscriptions | get subscriptions | Get the subscription statuses of given topics. | |
discussiontoolssubscribe | subscribe | 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.
ये भी देखें
- Extension:DiscussionTools/How it works – तकनीकी जानकारी
इस एक्सटेंशन का इस्तेमाल एक या अधिक विकिमीडिया परियोजनाओं पर किया जा रहा है। इसका शायद मतलब है कि एक्सटेंशन स्थिर है और इस तरह के अधिक दर्शकों वाले वेबसाइटों द्वारा उपयोग किए जाने के लिए पर्याप्त रूप से काम करता है। विकिमीडिया की CommonSettings.php और InitialiseSettings.php कॉन्फ़िगरेशन फ़ाइलों में इस एक्सटेंशन का नाम खोजें, और यह वहीं स्थापित होगा। किसी विशिष्ट विकि पर स्थापित एक्सटेंशन्स की पूरी सूची को विकि के Special:Version पृष्ठ पर देखा जा सकता है। |
इस एक्सटेंशन को निम्न विकि फ़ार्म्स/होस्ट्स और/या पैकेजिस में शामिल किया गया है: यह कोई आधिकारिक सूची नहीं है। कुछ विकि फ़ॉर्म्स/होस्ट्स और/या पैकेजिस में यह एक्सटेंशन शामिल हो सकता है हालाँकि वो शायद यहाँ सूचीबद्ध न हों। सुनिश्चित करने के लिए हमेशा अपने विकि फ़ार्म/होस्ट से संपर्क करें या बंडल जाँचें। |
Categories:
- Extensions bundled with MediaWiki 1.40/hi
- Stable extensions/hi
- User interface extensions/hi
- MIT licensed extensions/hi
- Extensions in Wikimedia version control/hi
- ApiMain::moduleManager extensions/hi
- BeforeCreateEchoEvent extensions/hi
- BeforeDisplayNoArticleText extensions/hi
- BeforePageDisplay extensions/hi
- ChangeTagsListActive extensions/hi
- DiscussionToolsAddOverflowMenuItems extensions/hi
- EchoGetBundleRules extensions/hi
- EchoGetEventsForRevision extensions/hi
- GetActionName extensions/hi
- GetBetaFeaturePreferences extensions/hi
- GetDoubleUnderscoreIDs extensions/hi
- GetPreferences extensions/hi
- ListDefinedTags extensions/hi
- LoadExtensionSchemaUpdates extensions/hi
- OutputPageBeforeHTML extensions/hi
- OutputPageParserOutput extensions/hi
- ParserAfterTidy extensions/hi
- ParserOutputPostCacheTransform extensions/hi
- RecentChange save extensions/hi
- ResourceLoaderGetConfigVars extensions/hi
- RevisionDataUpdates extensions/hi
- SidebarBeforeOutput extensions/hi
- SkinTemplateNavigation::Universal extensions/hi
- All extensions/hi
- Extensions used on Wikimedia/hi
- Extensions included in Miraheze/hi
- Extensions included in MyWikis/hi
- Extensions included in WikiForge/hi
- Discussion and forum extensions/hi
- Extensions with VisualEditor support/hi
- Talk pages project/hi