{% extends "base.html" %} {% block title %}Missing Link{% endblock %} {% block content %}
Find Wikipedia articles that mention a topic but don't link to it β then add the link.
Enter a Wikipedia article title. Missing Link searches for other articles that mention it by name but don't have a wikilink.
For each candidate article, a diff shows exactly what would change. You can see the proposed link in context before doing anything.
Save the edit directly to Wikipedia with one click, or skip to the next candidate. Log in with your Wikipedia account to save edits.
| Article | Total | % linked |
|---|---|---|
| {{ item.title }} | {{ item.total }} | {{ "{:.0%}".format(item.with_links / item.total) }} |