{% extends "base.html" %} {% import "refs_macros.html" as refs_macros %} {% block title %}Wikipedia Refs{% endblock %} {% block fullbody %}

[{{ wiki_lang }}] {{ wiki_article }} {{ wiki_url }}

{% if direction == "in" %}

Cited By

This page lists references to a wikipedia article, from other works (eg, journal articles). {% elif direction == "out" %}

References

References from wikipedia article to other entities. {% endif %} {{ refs_macros.refs_table(hits, direction) }} {% endblock %}