summaryrefslogtreecommitdiff
path: root/docs/dev/templates.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/templates.rst')
-rw-r--r--docs/dev/templates.rst47
1 files changed, 0 insertions, 47 deletions
diff --git a/docs/dev/templates.rst b/docs/dev/templates.rst
index b43a0ea08..2b04e02de 100644
--- a/docs/dev/templates.rst
+++ b/docs/dev/templates.rst
@@ -129,53 +129,6 @@ audio_src : uri,
URL of an embedded ``<audio controls>``.
-.. _template images:
-
-``images.html``
----------------
-
-The images are displayed as small thumbnails in the main results list.
-
-title : :py:class:`str`
- Title of the image.
-
-thumbnail_src : :py:class:`str`
- URL of a preview of the image.
-
-resolution :py:class:`str`
- The resolution of the image (e.g. ``1920 x 1080`` pixel)
-
-
-Image labels
-~~~~~~~~~~~~
-
-Clicking on the preview opens a gallery view in which all further metadata for
-the image is displayed. Addition fields used in the :origin:`images.html
-<searx/templates/simple/result_templates/images.html>`:
-
-img_src : :py:class:`str`
- URL of the full size image.
-
-content: :py:class:`str`
- Description of the image.
-
-author: :py:class:`str`
- Name of the author of the image.
-
-img_format : :py:class:`str`
- The format of the image (e.g. ``png``).
-
-source : :py:class:`str`
- Source of the image.
-
-filesize: :py:class:`str`
- Size of bytes in :py:obj:`human readable <searx.humanize_bytes>` notation
- (e.g. ``MB`` for 1024 \* 1024 Bytes filesize).
-
-url : :py:class:`str`
- URL of the page from where the images comes from (source).
-
-
.. _template videos:
``videos.html``