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

Find 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 %}