Extension:Tabs/bn

This page is a translated version of the page Extension:Tabs and the translation is 50% complete.
মিডিয়াউইকি এক্সটেনশন ম্যানুয়াল
Tabs
মুক্তির অবস্থা: স্থিতিশীল
বাস্তবায়ন ট্যাগ , পার্সার ফাংশন
বিবরণ Allows simple creation of tab menus, dropdown menus, and collapsible boxes.
লেখক(গণ) Joeytje50আলোচনা
সর্বশেষ সংস্করণ 1.29+ (2018-01-20)
MediaWiki 1.25+
PHP 5.4+
ডাটাবেজ পরিবর্তন না
লাইসেন্স গ্নু জেনারেল পাবলিক লাইসেন্স ২.০ অথবা পরবর্তী
ডাউনলোড

  • ‎<tabs>
  • ‎<tab>
Quarterly downloads 131 (Ranked 55th)
Translate the Tabs extension if it is available at translatewiki.net

The Tabs extension makes it possible to insert tab menus, dropdown menus, and collapsible boxes into any page, using the ‎<tabs /> and ‎<tab> tags, or the {{#tab:}} parser function. This extension requires no JavaScript to work, except for older browsers such as Internet Explorer 8 and lower as a CSS :checked polyfill. As opposed to other extensions, this independence from JavaScript results in having no flash of unstyled content when the page loads.

ইনস্টলেশন

  • ডাউনলোড করুন এবং আপনার extensions/ ফোল্ডারের Tabs নামক ডিরেক্টরিতে ফাইল(গুলি) নিন।
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Tabs
  • আপনার LocalSettings.php -এর নিচের অংশে নিম্নলিখিত কোড যোগ করুন:
    wfLoadExtension( 'Tabs' );
    
  •   করা হয়েছে – এক্সটেনশনটি সফলভাবে ইনস্টল করা হয়েছে কিনা তা যাচাই করতে আপনার উইকির Special:Version-এ যান।

কনফিগারেশন

None, but the default background colour for dropdown menus is stored on the "MediaWiki:tabs-dropdown-bgcolor" page.

ব্যবহার

Extension:Tabs/Usage দেখুন।

আরও দেখুন