{% load i18n wiki_tags wiki_images_tags humanize wiki_thumbnails sekizai_tags %} {% load url from future %} {% addtoblock "js" %} {% endaddtoblock %} {% with article|images_for_article as images %}
{% trans "Image id" %}: {{ image.id }}
{% trans "Insert" %} |
|
{% trans "No images found for this article" %} |
{{ field.help_text|safe }}
{% endif %} {% endfor %}{% else %} {% if user.is_anonymous %} {% include "wiki/includes/anonymous_blocked.html" %} {% else %}
{% trans "You do not have permissions to add images." %}
{% endif %} {% endif %}{% trans "After uploading an image, it is attached to this particular artice and can be used only here. Other users may replace the image, but older versions are kept. You probably want to show the image with a nice caption. To achieve this, press the Insert button and fill in the caption fields and possibly choose to have you image floating right or left of the content. You can use Markdown in the caption. The markdown code syntax for images looks like this, possible values for align are left and right:" %}
[image:id align:right] caption indented by 4 spaces{% endwith %}