Jump to content

मैनुअल:इंटरविकी

From mediawiki.org
This page is a translated version of the page Manual:Interwiki and the translation is 32% complete.
Outdated translations are marked like this.

इंटरविकी लिंक अन्य परियोजनाओं के पृष्ठों के लिए लिंक हैं, जो पूर्वलग्न आंतरिक लिंक शैली का उपयोग करते हैं।

इंटरविकी लिंक (उदाहरण के लिए) विकिपीडिया, विकीबुक्स, विकीन्यूज आदि के पृष्ठों या विभिन्न भाषाओं में आपके विकी-प्रोजेक्ट से लिंक करना संभव बनाते हैं। (देखें $१.)

"एक लिंक जैसे $कोड१ इस प्रकार दिखाई देगा: $कोड२ और आपको विकिपीडिया के मुख्य पृष्ठ पर ले जाएगा।"

अन्य परियोजनाओं के लिए इंटरविकी लिंक

Interwiki links can be viewed and edited from Special:Interwiki since MW 1.44, when Interwiki extension was merged into core.

टेबल और क्वेरी एपीआई

इंटरविकी लिंक मीडियाविकी डेटाबेस की $इंटरविकी तालिका में होस्ट किए जाते हैं। You can retrieve the interwiki list from the interwikimap property of the siteinfo meta query API, in other words by making an API request like:

डिफ़ॉल्ट

कई विकिमीडिया परियोजनाएं (और अन्य) डिफ़ॉल्ट रूप से इंटरविकी लिंकिंग के लिए तैयार हैं, इसलिए आप उन्हें अपने डेटाबेस को संपादित किए बिना उपयोग कर सकते हैं।

निम्नलिखित अंतरविकी उपसर्गों के कुछ उदाहरण हैं जो डिफ़ॉल्ट रूप से उपलब्ध हैं (विकिपीडिया भी उपलब्ध है, 1.1 और बाद में):

उपसर्ग गंतव्य यूआरएल एक उदाहरण
commons https://commons.wikimedia.org/wiki/ [[commons:MediaWiki]]
mediazilla http://bugzilla.wikimedia.org/ [[mediazilla:1209]]
metawikimedia (संस्करण से पहले 1.23:3 $ https://meta.wikimedia.org/wiki/ [[metawikimedia:Main Page]]

The full list of default interwiki prefixes is available at maintenance/interwiki.list

See Interwiki linking on Wikimedia wikis for complete information on linking from/to Wikimedia projects.

In some installations, none of these are pre-installed.

इंटरविकी लिंकिंग के लिए एक नई वेबसाइट जोड़ना

इंटरविकी लिंक मीडियाविकी डेटाबेस की $इंटरविकी तालिका में होस्ट किए जाते हैं।

  • These can be modified at Special:Interwiki by users that have the interwiki right. You might need to add the line $wgGroupPermissions['sysop']['interwiki'] = true; to your wiki's configuration for this to work. In MediaWiki 1.44 and later, this feature is built into MediaWiki core. Older versions can use the Interwiki extension.
  • Make sure the new prefix you are defining isn't already used by MediaWiki as an interlanguage link , otherwise it will be interpreted as such. translatewiki:Special:MessageGroupStats/mediawiki provides a list of interlanguage links currently defined. For example, dtp: would be interpreted as a page in Central Dusun language rather than a link to a desktop publishing site as you might have envisioned.

To test

To test configuration:

  • Go to your site,
  • create an article, with the following content:
  • [[wikipedia:Wikipedia:Village pump|]]
  • This should display a link to the 'Village pump' page on en.Wikipedia.org (the url https://en.wikipedia.org/wiki/Wikipedia:Village_pump)

Field documentation

विकि प्रबंधकों के लिए टिप्पणी: कई सहायता पृष्ठ MediaWiki.org के मैनुअल नामस्थान से लिंक हैं। इन लिंकों को अपने स्थानीय विकी पर काम करने के लिए, iw_prefix=manual और iw_url=http://www.mediawiki.org/wiki/Manual:$1 के साथ एक इंटरविकी लिंक जोड़ें

विकि प्रबंधकों के लिए टिप्पणी: यदि ट्रांसक्लूडेड विकी में परिवर्तन किए जाते हैं तो आपके LocalSettings.php में $wgTranscludeCacheExpiry सेट किया जाना चाहिए। वैकल्पिक रूप से, आप अपने स्थानीय विकि पर तालिका ट्रांसकैश को फ्लश कर सकते हैं।

Interwiki links to other languages

If you have installed a Wiki family , you can link from an article in English to an article in German (if you have a German project, too). आप टूलबॉक्स के ठीक नीचे साइडबार में उन लिंक को दिखाने के लिए मीडियाविकी सेट कर सकते हैं।

आपके फाइलसिस्टम में, आपके मीडियाविकी इंस्टॉलेशन का एक उपफोल्डर है, जिसे "लैंग्वेज" कहा जाता है। वहाँ जाएँ और Names.php पर एक नज़र डालें क्योंकि इसमें ज्ञात भाषाओं और उनके उपसर्गों की सूची है। E.g. you want to add your German project, search Names.php for "Deutsch" and note the prefix "de".

यदि आप "सही" उपसर्ग जानते हैं, तो तालिका interwiki: में एक नई पंक्ति जोड़कर अपने डेटाबेस को संपादित करें।

iw_prefix language-prefix (e.g. "de" for German), which is listed in Names.php
iw_url URL to your wiki-project (e.g. http://de.example.org/index.php/$1)
iw_local see Manual:Interwiki table
iw_trans see Manual:Interwiki table

Now, you can link an article to the same in other languages. Adding [[de:Hauptseite]] on your English Main_Page will create a link "Deutsch" below the toolbox, which leads to the Main_Page of the German wiki (Hauptseite).

Note, that this link is shown in Sidebar's section, only, and not inside of the article. If you want to create a link inside of the text, you have to add a colon before the prefix: [[:de:Hauptseite]] or set $wgInterwikiMagic to false.

Exporting the interwiki table from a wiki

The following JavaScript code performs the API query to retrieve the interwiki map of an existing wiki, then displays the SQL INSERT statements to fill the interwiki table on a new wiki. You run it for example by injecting the code through your browser's developer tools, or by placing it inside Special:MyPage/skinname.js and previewing.

function ExtractInterwikiMapTable() {
	$.getJSON(mw.config.get('wgScriptPath') + '/api.php?action=query&meta=siteinfo&siprop=interwikimap&format=json', function(data) {
		var iw_prefix, iw_url, iw_local, iw_api, re_escape = /(')/g, result = '';
		for (var i = 0, iwm = data.query.interwikimap; i < iwm.length; i++) {
			iw_prefix = "'" + iwm[i].prefix.replace(re_escape, '\\$1') + "'";
			iw_url = "'" + iwm[i].url.replace(re_escape, '\\$1') + "'";
			iw_local = (typeof iwm[i].local == 'string') ? '1' : '0';
			iw_api = "'" + (iwm[i].iw_api || '').replace(re_escape, '\\$1') + "'";
			result += 'INSERT INTO interwiki (iw_prefix, iw_url, iw_local, iw_trans, iw_api) VALUES ('+iw_prefix+', '+iw_url+', '+iw_local+', 0, '+iw_api+');\n'
		}
		$('<textarea style="width:800px;height:400px;"/>').val(result).appendTo(document.body);
	});
}

$(ExtractInterwikiMapTable);
[[imdbtitle:0389790|Bee Movie]]Bee Movie
[http://www.imdb.com/title/tt0389790 Bee Movie]Bee Movie

Linksearch works for the latter only.

Since interwikis are parsed in the same way as internal links, they have the same character limitations. For example, it is not possible to include a space (%20) in the interwiki target page, as the parser turns them into underscores (_). It is also not possible to use a plus sign (+) as the parser encodes them (making them %2B). Due to this, interwikis to other websites (including other wikis which use software besides MediaWiki) are not guaranteed to function. Interwikis to MediaWiki installations will always function correctly as they share the same title structure.

Wikitext using interwiki links isn't always easily transferable between different wikis because they don't consistently use the same interwiki prefixes, or they might not have them at all. Additionally, interwiki links can sometimes mislead users since they don't know when they're being sent to another site.

You can choose between "extiw" and "external text" CSS classes for links, depending on whether you want them to look the same or different. Using just the interwiki link is easier to type, but copying the URL from the webpage is handy. Templates like w:Template:imdb title can be set up to use either an interwiki link with a parameter like "tt0389790" or "0389790", or an external link with a parameter like one of those or the full URL, making it easier to include IMDb references.

Alternatives

As an alternative to interwiki linking, a template can be created to wrap a plaintext page title into a URL-encoded external link to a known wiki, which can then be called with syntax equivalent to interwiki links. This preserves the appearance and functionality of external links while providing similar convenience as interwiki linking.

The alternative template can also be customized to resemble a normal interwiki, which may be useful in cases where a normal interwiki does not function, e.g. linking to a wiki that does not use MediaWiki.

<!-- Template:IW --> [https://example.com/wiki/{{urlencode:{{{1}}}|WIKI}} {{{2|{{{1}}}}}}]

Then, instead of [[iw:External Page Title]], call the template:

{{IW|External Page Title}}External Page Title
{{IW|External Page Title|Alternate text}}Alternate text

Interwiki links can be configured to point to the same wiki they are being rendered from. For example, mw:Manual:Interwiki/hi points to this page. These links are treated identically to internal links and do show up on Special:WhatLinksHere, appear bold if they are a selflink like the above, appear red if the page doesn't exist, etc.

See also