{% extends "base.html" %} {% block title %}Missing Link{% endblock %} {% block content %}

Missing Link

Find Wikipedia articles that mention a topic but don't link to it β€” then add the link.

πŸ”
Search

Enter a Wikipedia article title. Missing Link searches for other articles that mention it by name but don't have a wikilink.

πŸ‘€
Review

For each candidate article, a diff shows exactly what would change. You can see the proposed link in context before doing anything.

βœ…
Save or skip

Save the edit directly to Wikipedia with one click, or skip to the next candidate. Log in with your Wikipedia account to save edits.

{% if debug %}

Examples

{% for item in examples %} {% endfor %}
Article Total % linked
{{ item.title }} {{ item.total }} {{ "{:.0%}".format(item.with_links / item.total) }}
{% endif %}
{% endblock %}