glossary list body

{% import "docs/glossary/_common/_glossary_macros.md" as macro %}

  • {{ macro.pencil_edit_macro(item.term) }} {%- if item.short_description|length %}

    {{ item.short_description }}

    {%- if item.full_description|length %} Full description

    {{ item.full_description }}

    {%- endif %} {%- else %} {%- if item.full_description|length %} {{ item.full_description }} {%- endif %} {%- endif %} {%- if item.see_also!= [''] or item.related_guides!= [''] %}
    Related links {%- if item.see_also!= [''] %}

    Information related to {{ item.term }}

      {%- for see in item.see_also %}
    • {{ see }}
    • {%- endfor %}
    {%- endif %} {%- if item.related_guides!= [''] %}

    Guides related to {{ item.term }}

      {%- for guide in item.related_guides %}
    • {{ guide }}
    • {%- endfor %}
    {%- endif %}
    {%- endif %} {%- if item.area!= [''] %} {%- endif %}

  • 最后更新: 2022 年 12 月 31 日(Saturday) 21:07 CST