Discussion MediaWiki:Common.js

Le contenu de la page n’est pas pris en charge dans d’autres langues.
De Vouiquipèdia, l’enciclopèdia abada.

Give search results even when page doesn't exist[changiér lo tèxto sôrsa]

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
// 
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");
}
--Nemo 24 novembro 2022 a 23:04 (UTC) (comments, translations and last instructions)[rèpondre]

Please copy this upstream change, https://www.mediawiki.org/w/index.php?title=Snippets%2FDirect_imagelinks_to_Commons&type=revision&diff=5451422&oldid=3976429 For more information, see mw:Parsoid/Parser_Unification/Media_structure/FAQ Thanks, Arlolra (discussion) 24 novembro 2022 a 23:04 (UTC) :Done in Special:Diff/218867 ABreault (WMF) (discussion) 7 mârs 2023 a 17:59 (UTC)[rèpondre]