{% load i18n wiki_tags wiki_images_tags humanize wiki_thumbnails sekizai_tags %} {% addtoblock "js" %} {% endaddtoblock %} {% with article|images_for_article as images %}
{% trans "Image id" %}: {{ image.id }}
{% trans "Insert" %} |
|
{% trans "No images found for this article" %} |
{% for field in form.visible_fields %}
{% if field.help_text %}{{ 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 article and can be used only here. Other users may replace the image, but older versions are kept. To show the image press the Insert button and fill in the caption field and possibly choose to have your 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 | right and for size are small | medium | large | orig | default:" %}
[image:id align:right size:orig] caption indented by 4 spaces{% endwith %}