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

Missing Link

Find unlinked mentions of a Wikipedia article and add the links.

{% if debug %}

Examples

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