{% extends 'authors.html' %} {% block findlinks %} {% if not authorId %} - Find WD Author links - OL Authors - GR Authors {% endif %} {% endblock findlinks %} {% block lookup %} {% if authorId %}

Wikidata Author

{% if matched %} {% for match in matched %} {% if match.entries %} {% endif %} {% endfor %}
Id Label Action Description Link
{{match.id}} {{match.label}} Match {{match.description}} {% if match.wiki_url %}Wikipedia{% endif %}
    {% for entry in match.entries %}
  • {{entry.id}} {{entry.label}} = {{entry.description}}
  • {% endfor %}
{% else %} No match found {% endif %}
{% endif %} {% endblock lookup %}