Overleg MediaWiki:Common.js: verschil tussen versies

Pagina-inhoud wordt niet ondersteund in andere talen.
Uit Wikisource
Laatste reactie: 1 jaar geleden door Arlolra in het onderwerp Prepare for T314318
Verwijderde inhoud Toegevoegde inhoud
WillemBK (overleg | bijdragen)
k repair timestamp
Arlolra (overleg | bijdragen)
Geen bewerkingssamenvatting
Regel 16: Regel 16:
</div>
</div>
<!-- EdwardsBot 0661 -->
<!-- EdwardsBot 0661 -->

== Prepare for [[phab:T314318|T314318]] ==

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, [[Gebruiker:Arlolra|Arlolra]] ([[Overleg gebruiker:Arlolra|overleg]]) 25 nov 2022 01:31 (CET)

Versie van 25 nov 2022 02:31

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");
}

--Nemo 12 dec 2013 10:00 (CEST) (comments, translations and last instructions)Reageren

Prepare for T314318

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 (overleg) 25 nov 2022 01:31 (CET)Reageren