{# SPDX-FileCopyrightText: 2016-2024 CERN. SPDX-FileCopyrightText: 2021 Graz University of Technology. SPDX-License-Identifier: MIT #} {# Generate a list different ways to embed a badge. #} {%- macro badges_formats_list(image_filename, target, alternative='DOI') %}
[]({{ target }})
.. image:: {{ image_filename }}
:target: {{ target }}
<a href="{{ target }}"><img src="{{ image_filename }}" alt="{{ alternative }}"></a>
{{ image_filename }}
{{ target }}
{%- endmacro %}