Extension:MyVariables/hi
Outdated translations are marked like this.
![]() प्रकाशन की स्थिति: स्थिर |
|
---|---|
कार्यान्वयन | वेरिएबल |
विवरण | Adds new built-in variables |
लेखक | |
अनुरक्षक | WikiTeq team |
नवीनतम संस्करण | 4.3 (2021-09-23) |
संगतता नीति | स्थायी समर्थन वाले हर मीडियाविकि प्रकाशन के लिए एक्सटेंशन में एक शाखा होगी। |
MediaWiki | 1.31+ |
डेटाबेस बदलता है | नहीं |
लाइसेंस | GNU साधारण सार्वजनिक लाइसेंस 2.0 या उसके बाद |
डाउनलोड करें | |
MyVariables एक्सटेंशन को अनुवादित करें अगर यह translatewiki.net पर उपलब्ध है | |
मुद्दे | अधूरे कार्य · बग की रिपोर्ट करें |
The MyVariables extension adds new built-in variables:
Variable | विवरण | नमूना |
---|---|---|
{{CURRENTUSER}}
|
वर्तमान उपयोक्ता का लॉगिन | "Pastakhov" or "x.x.x.x" |
{{CURRENTLOGGEDUSER}}
|
Login of current user or empty for anonymous users. | "Pastakhov" or "" |
{{CURRENTUSERREALNAME}}
|
वर्तमान उपयोक्ता का वास्तविक नाम | "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}}
|
यादृच्छिक | "65ba1a51-c723-4b9d-b1f3-13148d628322" |
{{USERLANGUAGECODE}}
|
में उपयोक्ता द्वारा उल्लेखित भाषा | 1, 2, 3, डॉलर आदि |
{{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 any linked pages. | "Bar, Baz, Foo" or "" |
स्थापना
- फाइलों को डाउनलोड करें और अपने
extensions/
फोल्डर केMyVariables
नामक डिरेक्ट्री में डालें। - अपनी LocalSettings.php के नीचे निम्नलिखित कोड जोड़ें:
wfLoadExtension( 'MyVariables' );
पूर्ण – अपने विकि पर Special:Version पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।
टिप्पणी
- This extension should not be confused with the Variables extension, which allows the use of variables in the computer programming sense.
यह भी देखें
- एक्सटेंशन:सिमैंटिक अतिरिक्त विशेष लक्षण - Semantic properties for page authors, subpages and more
- Extension:IDProvider
- Extension:UserFunctions
- Extension:UserMagic
- Extension:UILangCode
- Extension:LanguageCode

![]() | This extension is included in the following packages and/or wiki farms: |