স্কিন:ভেক্টর/২০২২
Vector 2022 মুক্তির অবস্থা: স্থিতিশীল |
|||
---|---|---|---|
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backwards compatible. | ||
Composer | mediawiki/vector-skin | ||
লাইসেন্স | GNU General Public License 2.0 or later | ||
ডাউনলোড | |||
উদাহরণ | https://en.wikipedia.org/ https://vi.wikipedia.org/ https://test.wikipedia.org/ |
||
|
|||
Quarterly downloads | 624 (Ranked 1st) | ||
Public wikis using | 14,010 (Ranked 2nd) | ||
Public wikis using as default skin | 5,943 | ||
যদি translatewiki.net এ পাওয়া যায় তাহলে Vector/2022 আবরণটি অনুবাদ করুন | |||
Vagrant role | vector | ||
সমস্যা : | উন্মুক্ত কাজ · বাগ প্রতিবেদন |
'ভেক্টর 2022 হল মিডিয়াউইকি ভেক্টর ত্বকের দ্বিতীয় বিবর্তন এবং এটি ডেস্কটপ উন্নতি প্রকল্পের অংশ হিসাবে এবং $2-এ বিকাশের মধ্যে রয়েছে। It has been bundled in MediaWiki since মিডিয়াউইকি ১.৩৮ . এটি বিভিন্ন উইকিমিডিয়া প্রকল্পের ডিফল্ট স্কিন।
Vector 2022 differs from most skins in that it does not have its own code base; rather, its code is part of the Vector skin's, and the two are downloaded together.
Version MediaWiki 1.38 of this skin marked official 3rd party support.
যদি কোনো সাইট 1.36 থেকে 1.38 এর মধ্যে নতুন ভেক্টর ব্যবহার করে থাকে, তাহলে তারা 1.38 রিলিজে আপগ্রেড করার সময় চ্যালেঞ্জের মুখোমুখি হবে। আরো বিস্তারিত জানার জন্য T299104 এবং Extension:WikimediaMaintenance দেখুন।
ইন্সটলেশন
- Download and place the file(s) in a directory called
Vector
in yourskins/
folder. - আপনার LocalSettings.php-এর নিচের অংশে নিম্নলিখিত কোড যোগ করুন:
wfLoadSkin( 'Vector' );
- Configure as required.
- করা হয়েছে - আবরণটি সফলভাবে ইনস্টল করা হয়েছে কিনা তা যাচাই করতে আপনার উইকির Special:Version-এ যান।
Optional dependencies
Vector 2022 can make use of the following extensions if they are installed, though none are required:
- UniversalLanguageSelector - for the language switch button
- PageImages - to include an image for each page (if available) in the search bar
- ShortDescription - to include a description for each page in the search bar (Wikimedia projects have similar functionality, but not using this extension)
Configuration
Making Vector 2022 the default skin
For MediaWiki 1.38 and higher, add the following to LocalSettings.php to make this the default skin:
$wgDefaultSkin = 'vector-2022';
Night mode
মিডিয়াউইকি সংস্করণ: | 1.43 |
Vector 2022 features a night mode or dark mode, which has three possible states:
day
- also known as light modenight
- also known as dark modeos
- also known as automatic. This mode will automatically adapt to the state of the operating system or browser
Night mode is gated by a feature flag.
To enable it, set $wgVectorNightMode
as follows:
$wgVectorNightMode['beta'] = true
;$wgVectorNightMode['logged_out'] = true
;$wgVectorNightMode['logged_in'] = true
;
When enabled, the default theme mode is day. To change the default theme for all users to automatic mode or night mode, you set the default for the user option with either:
$wgDefaultUserOptions['vector-theme'] = 'os'
// or
$wgDefaultUserOptions['vector-theme'] = 'night'
Please note that your content has to be night mode compatible. You might want to read the recommendations for Wikimedia wikis .
Parameters
Note that Vector 2022 has several unstable feature flags, which may disappear at any time. Most of these feature flags relate to incomplete features. It is not recommended to change any feature flag from its default value unless listed here.
$wgVectorMaxWidthOptions
- Can be used to configure whether the max-width applies. Relatively stable at this point.$wgVectorLanguageInMainPageHeader
- Controls whether the language button is shown on the main page in the header.$wgVectorWvuiSearchOptions
- Associative array with keysshowDescription
andshowThumbnail
(both booleans).
Menu Pinning Options
Vector 2022 allows control over whether various menus appear pinned in the sidebar or collapsed into the header. These options can be configured both by users in their preferences and by administrators as default settings.
The following pinning options are available:
vector-main-menu-pinned
- Controls the main navigation menu position- 1 (default) - Menu is pinned in the left sidebar
- 0 - Menu is collapsed into header hamburger icon
vector-page-tools-pinned
- Controls the page tools menu position- 1 (default) - Tools are pinned in the right sidebar
- 0 - Tools are collapsed into header icon
vector-toc-pinned
- Controls the table of contents position- 1 (default) - Table of contents is pinned in the left sidebar
- 0 - Table of contents is collapsed into a floating button
vector-appearance-pinned
- Controls the appearance menu position- 1 (default) - Appearance options are pinned in the sidebar
- 0 - Appearance options are collapsed into header icon
To change any of these defaults, add the corresponding lines to LocalSettings.php:
// Example: Collapse all menus
$wgDefaultUserOptions['vector-main-menu-pinned'] = 0;
$wgDefaultUserOptions['vector-page-tools-pinned'] = 0;
$wgDefaultUserOptions['vector-toc-pinned'] = 0;
$wgDefaultUserOptions['vector-appearance-pinned'] = 0;
See also
This skin is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this skin even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
- Skins bundled with MediaWiki 1.38/bn
- GPL licensed skins/bn
- Stable skins/bn
- Skins supporting Composer/bn
- Skins in Wikimedia version control/bn
- All skins/bn
- Skins included in Canasta/bn
- Skins available as Debian packages/bn
- Skins included in Miraheze/bn
- Skins included in MyWikis/bn
- Skins included in ProWiki/bn
- Skins included in semantic::core/bn
- Skins included in ShoutWiki/bn
- Skins included in Telepedia/bn
- Skins included in wiki.gg/bn
- Skins included in WikiForge/bn
- Vector skin/bn
- Skins with dark mode/bn