{% extends 'wiki/base.html' %} {% load i18n %} {% load wlimages_extras %} {% block title %} {% trans "Editing" %} {{ article.title }} - {{ block.super }} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %} {% if not new_article %}
{% endif %}You can edit the wiki pages contents using the syntax described on the WikiSyntax.
Name: | {{ img.name}} |
---|---|
Properties: Width: {{ img.image.width }} px Height: {{ img.image.height }} px Filesize: {{ img.image.size|filesizeformat }} | |
Code to use in article: | {# Show only one code snippet if the image is greater than 700px #} {% if img.image.width > 700 %}[]({{ img.url }}) |  |
Right aligned: | {: .right} |
Left aligned: | {: .left} |