Wikipedia:WikiProject Interlanguage Links/bad target

This MedLibrary.org supplementary page on Wikipedia:WikiProject Interlanguage Links/bad target is provided directly from the open source Wikipedia as a service to our readers. Please see the note below on authorship of this content, as well as the Wikipedia usage guidelines. To search for other content from our encyclopedia supplement, please use the form below:

Overview

Unlink normal wikipedia links, interlangage links always appear blue, even if the target page doesn't exist. The grid below contains lists of interlanguage links that refer to pages that don't exist - that is, interlanguage links that would appear red if the Mediawiki software on which wikipedia runs supported this.

Some links to missing pages may be appropriate - for example if the link is to a page that is expected to be created soon, or one that really should exist. In this case the link should be left as it is. However, normally, only interlanguage links should only exist to pages that exist. Try and find an appropriate target for the faulty link or, if you can;t find one, remove it.

Regenerating this report

Follow the general project script, then use the SQL statement below to identify links to articles that don't exist:

// Interlanguage links to pages that do not exist
// en -> fr only, modify as appropriate
INSERT INTO suggestions
SELECT a.from_lang, a.from_title, a.to_lang, a.to_title
FROM inter a
INNER JOIN en.page f
    ON f.page_title = a.from_title
    AND f.page_namespace = 0
    AND f.page_is_redirect = 0
LEFT JOIN fr.page t
    ON   t.page_title = a.to_title
        AND  t.page_namespace = 0
WHERE a.from_lang = 'en'
AND   a.to_lang = 'fr'
AND   t.page_title IS NULL

Results

The results below were generated in August 2007, from the most recently available database dump for each language. Until the worst of the rough edges of this process have been smoothed off, I'm only considering links from the english wikipedia to the next 9 largest in size.

Interlanguage red links
  from
en de es fr it nl ja pl pt sv
to en   X X X X X X X X X
de X   X X X X X X X X
es X X   X X X X X X X
fr X X X   X X X X X X
it X X X X   X X X X X
nl X X X X X   X X X X
ja X X X X X X   X X X
pl X X X X X X X   X X
pt X X X X X X X X   X
sv X X X X X X X X X  

Wikipedia content modification information:

  • This page was last modified on 26 August 2007, at 19:17.

Wikipedia Authorship and Review

Wikipedia content provided here is not reviewed directly by MedLibrary.org. Wikipedia content is authored by an open community of volunteers and is not produced by or in any way affiliated with MedLibrary.org.

Wikipedia Usage Guidelines

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article on "Wikipedia:WikiProject Interlanguage Links/bad target".

The URL for this specific entry is:

All Wikipedia text is available under the terms of the GNU Free Documentation License. (See Copyrights for details). Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.