MediaWiki-йы тæрхон:Common.js

Содержимое страницы недоступно на других языках.
Сæрибар энциклопеди Википедийы æрмæг.

Give search results even when page doesn't exist[Бындур ивын]

Screenshot of the Earth test search, with this script adding links to Wikidata, Reasonator, Commons, and Wikipedia.

Hello, I propose to enable the tool created by Magnus Manske (creator of MediaWiki) to provide results from other languages and Commons (via Wikidata) when a page doesn't exist here: links are added to Special:Search and noarticletext. This helps to encourage translation and to make readers use your wiki more, because they can be sure to find something even if it's not local (rather than searching directly on the biggest wiki). The Italian and Polish Wikipedias, among others already enabled it by default.
Examples: [1] [2] [3]. More information: Magnus blog.
How to: just add the following line at the end of Common.js.

// Results from Wikidata
// [[File:Wdsearch_script_screenshot.png]]
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Search' ||  ( mw.config.get( 'wgArticleId' ) === 0 && mw.config.get( 'wgCanonicalSpecialPageName' ) === false ) ) {
	importScriptURI("//en.wikipedia.org/w/index.php?title=MediaWiki:Wdsearch.js&action=raw&ctype=text/javascript");
}
--[[m:User:Nemo_bis|Nemo]] ~~~~~ ([[w:en:MediaWiki talk:Wdsearch.js|comments, translations and last instructions]])
</div>
<!-- EdwardsBot 0661 -->

Announced JavaScript change for badges implementation[Бындур ивын]

Hi! I want to let you know that in near future badges will be deployed on Wikidata and the Wikipedias. They help us with displaying the good and featured article icons next to the sitelinks and will replace the javascript hack which is used at the moment together with the Link GA and Link FA templates. To avoid an overlap where the current system and the new feature conflict, I will add a minor fix to your Common.js which adds the class names to the interwiki links. This is part of my task as a global edit interface editor for the Wikidata team. Thanks, Bene* (ныхас) 20:30, 18 августы 2014 (UTC)[ответить]

ContentTranslation[Бындур ивын]

Добрый день,

Мы здесь включили ContentTranslation, но инструмент не может работать из-за несколько устаревшего кода здесь в Common.js.

Проблемна следующая строка: document.getElementById('content').getElementsByTagName('div')

Советую добавить в начале функций collapsibleDivs() и LinkFA() следующий код:

if ( $( '#content' ).length === 0 ) {
    return;
}

... и после этого проверить снова. --Amir E. Aharoni (ныхас) 13:19, 14 майы 2015 (UTC)[ответить]

Amikeco спасибо за поправку, но это нужно сделать в самом начале функций. --Amir E. Aharoni (ныхас) 07:35, 15 майы 2015 (UTC)[ответить]
Да, не стоило пытаться включать в себе мёртвого программиста :) Сделал теперь в самом начале функций. Спасибо за помощь. Amikeco (ныхас)
Здорово, теперь вроде работате. --Amir E. Aharoni (ныхас) 06:44, 16 майы 2015 (UTC)[ответить]