{% extends "wiki/article.html" %} {% load wiki_tags i18n humanize wiki_thumbnails %} {% block wiki_pagetitle %}{% trans "Images" %}: {{ article.current_revision.title }}{% endblock %} {% block wiki_contents_tab %}
{% trans "The following images are available for this article. Copy the markdown tag to directly refer to an image from the article text." %}
{% trans "Back to edit page" %}
{{ revision.get_filename|default:_("No file") }} | {% trans "Markdown tag" %} | {% trans "Uploaded by" %} | {% trans "Size" %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% thumbnail revision.image "250x250" as thumb %}
{% if revision.deleted %}
{% trans "Upload and publish new image" %}
|
[image:{{ image.id }}] |
{% include "wiki/includes/revision_info.html" %} |
{{ revision.get_size|filesizeformat }} {{ revision.width }}x{{ revision.height }} pixels |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "History" %} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "There are no images for this article." %} |
{% endfor %}