Extension:ShortUrl/hi
Appearance
If you're here to enable the extension for a Wikimedia Wiki, then you shouldn't process the request. Extension:UrlShortener should be used instead. |
Not to be confused with: Extension:UrlShortener, Manual:Short URL.
प्रकाशन की स्थिति: स्थिर |
|
|---|---|
| कार्यान्वयन | विशेष पृष्ठ |
| विवरण | Adds a special page that redirects to an article based on the given base36-encoded ID |
| लेखक | Yuvi Panda |
| नवीनतम संस्करण | 1.2.0 (2015-01-29) |
| MediaWiki | 1.25+ |
| डेटाबेस बदलता है | हाँ |
|
|
| लाइसेंस | BSD-3 क्लॉज़ "संशोधित" लाइसेंस |
| डाउनलोड करें | |
| ShortUrl एक्सटेंशन को अनुवादित करें अगर यह translatewiki.net पर उपलब्ध है | |
| मुद्दे | अधूरे टास्क्स · बग रिपोर्ट करें |
ShortUrl is a special page extension that helps create shortened URLs for wiki pages, using their base36 encoded IDs. Adds a "Short URL" link to the Toolbox. Primarily developed for use in the Indic Language Wikipedias.
स्थापना
- फ़ाइलों को डाउनलोड करें और अपने
extensions/फ़ोल्डर केShortUrlनामक डिरेक्ट्री में डालें।
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ShortUrl
- अपने LocalSettings.php फ़ाइल के अंत में निम्न कोड जोड़ें:
wfLoadExtension( 'ShortUrl' );
- अपडेट स्क्रिप्ट चलाएँ जो स्वचालित रूप से आवश्यक डेटाबेस टेबल्स का निर्माण करेगा जिसकी इस एक्सटेंशन को आवश्यकता है।
पूर्ण – अपने विकि पर Special:Version पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।
उपयोग
- When installed redirects are available under
Special:ShortUrl/<base36>. - Links to redirects can be found in the Toolbox and under the heading (JavaScript only).
Configuration
- (Optional) Run
populateShortUrlTable.phpmaintenance script. Fills theshorturlsdatabase table with entries for all namespace/title parts of all currently existing articles. - Set
$wgShortUrlTemplateto the template of the path for generating short URLs.$1is replaced with the actual short URL ID.
इन्हें भी देखें
| इस एक्सटेंशन का इस्तेमाल एक या अधिक विकिमीडिया परियोजनाओं पर किया जा रहा है। इसका शायद मतलब है कि एक्सटेंशन स्थिर है और इस तरह के अधिक दर्शकों वाले वेबसाइटों द्वारा उपयोग किए जाने के लिए पर्याप्त रूप से काम करता है। विकिमीडिया की CommonSettings.php और InitialiseSettings.php कॉन्फ़िगरेशन फ़ाइलों में इस एक्सटेंशन का नाम खोजें, और यह वहीं स्थापित होगा। किसी विशिष्ट विकि पर स्थापित एक्सटेंशन्स की पूरी सूची को विकि के Special:Version पृष्ठ पर देखा जा सकता है। |
Categories:
- Stable extensions/hi
- Special page extensions/hi
- BeforePageDisplay extensions/hi
- LoadExtensionSchemaUpdates extensions/hi
- SidebarBeforeOutput extensions/hi
- WebRequestPathInfoRouter extensions/hi
- BSD licensed extensions/hi
- Extensions in Wikimedia version control/hi
- All extensions/hi
- Extensions used on Wikimedia/hi
