{% extends "base.html" %} {% block title %}Missing Link{% endblock %} {% block content %}
Find unlinked mentions of a Wikipedia article and add the links.
| Article | Total | % linked |
|---|---|---|
| {{ item.title }} | {{ item.total }} | {{ "{:.0%}".format(item.with_links / item.total) }} |