Extension:MyVariables/bn
Appearance
This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
মুক্তির অবস্থা: স্থিতিশীল |
|
|---|---|
| বাস্তবায়ন | চলক |
| বিবরণ | Adds new built-in variables |
| লেখক(গণ) | |
| রক্ষণাবেক্ষণকারী(গণ) | WikiTeq team |
| সর্বশেষ সংস্করণ | 4.3 (2021-09-23) |
| সামঞ্জস্য নীতি | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.31-1.35, 1.39 |
| ডাটাবেজ পরিবর্তন | না |
| Licence | গ্নু জেনারেল পাবলিক লাইসেন্স ২.০ অথবা পরবর্তী |
| ডাউনলোড | |
| ট্রানশলেটউইকি.নেট-এ উপলভ্য থাকলে MyVariables বর্ধনাংশটি অনুবাদ করুন | |
| Issues | উন্মুক্ত কাজ · বাগ প্রতিবেদন |
The MyVariables extension adds new built-in variables:
| Variable | Description | Sample |
|---|---|---|
{{currentuser}}
|
Login of current user or the IP for anonymous users. | "Pastakhov" or "x.x.x.x" |
{{currentloggeduser}}
|
Login of current user or empty for anonymous users. | "Pastakhov" or "" |
{{currentuserrealname}}
|
Real name of current user. | "Pavel Astakhov" |
{{hitcounter}}
|
Number of visits (hits) to the current page according to Extension:HitCounters or empty if the extension isn't installed. | "123" or "" |
{{logo}}
|
Path to wiki logo. | "/w/skins/common/images/wiki.png" |
{{uuid}}
|
Random (v4) UUID. | "65ba1a51-c723-4b9d-b1f3-13148d628322" |
{{userlanguagecode}}
|
Language that the user specified in the preferences. | "en", "en-ca", "ru", etc. |
{{userregistration}}
|
Timestamp of the date at which the user registered or empty if the page isn't a user page. | "20100809003006" or "" |
{{firstrevisionid}}
|
ID of the first revision of the current page or empty if page isn't yet created. | "1" or "" |
{{firstrevisiontimestamp}}
|
Timestamp of the first revision of the current page or empty if page isn't yet created. | "20100809003006" or "" |
{{firstrevisionuser}}
|
The user name (without the User prefix) or IP address associated to the first revision of the current page or empty if page isn't yet created. | "Pastakhov", "x.x.x.x" or "" |
{{pageimage}}
|
The main image of the current page as determined by Extension:PageImages. If the extension is not installed or no main image was determined then {{PAGEIMAGE}} will output nothing. | "Logo.png" or "" |
{{realname}}
|
When used in a user page, will output the real name of the user. However, if used like this {{REALNAME:Jimbo}} it will output the real name of the user Jimbo. This dual behavior is similar to core variables like {{PAGENAME}}. | "Pastakhov" or "" |
{{redirects}}
|
Comma-separated list of redirects to the current page or empty if there're no redirects. | "Foo, Bar, Baz" or "" |
{{subpages}}
|
The subpages of the current page, in plain text, comma-separated and in alphabetic order. If there are no any subpages, it will output nothing. | "Pastakhov/Subpage1, Pastakhov/Subpage2" or "" |
{{whatlinkshere}}
|
The titles of the pages that link to the current page, comma-separated and in alphabetic order. It will be empty if there are no linked pages. | "Bar, Baz, Foo" or "" |
Installation
- ডাউনলোড করুন এবং আপনার
extensions/ফোল্ডারেরMyVariablesনামক ডিরেক্টরিতে ফাইল(গুলি) নিন।
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MyVariables
- আপনার LocalSettings.php-এর নিচের অংশে নিম্নলিখিত কোড যোগ করুন:
wfLoadExtension( 'MyVariables' );
করা হয়েছে – এক্সটেনশনটি সফলভাবে ইনস্টল করা হয়েছে কিনা তা যাচাই করতে আপনার উইকির Special:Version-এ যান।
Note
- This extension should not be confused with the Variables extension, which allows the use of variables in the computer programming sense.
See also
- Extension:Semantic Extra Special Properties - Semantic properties for page authors, subpages and more
- Extension:Persistent Page Identifiers - Provides stable, unique identifiers for pages
- Extension:IDProvider
- Extension:UserFunctions
- Extension:PageMagic
| This extension is included in the following wiki farms/hosts and/or packages: |
Categories:
- Extensions by WikiTeq/bn
- Stable extensions/bn
- Variable extensions/bn
- GetMagicVariableIDs extensions/bn
- ParserFirstCallInit extensions/bn
- ParserGetVariableValueSwitch extensions/bn
- ParserOptionsRegister extensions/bn
- GPL licensed extensions/bn
- Extensions in Wikimedia version control/bn
- All extensions/bn
- Extensions included in Canasta/bn
- Extensions included in Miraheze/bn
- Extensions included in MyWikis/bn
- Extensions included in Open CSP/bn
- Extensions included in ProWiki/bn
- Extensions included in wiki.gg/bn
