您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011
  1. ---
  2. id: {{ pvd }}
  3. title: {{ pvd|up_or_title(pvd) }}
  4. ---
  5. Node classes list of {{ pvd }} provider.
  6. {% for typ, classes in typ_classes.items() %}
  7. ## {{ pvd }}.{{ typ }}
  8. {% for class in classes %}
  9. - **diagrams.{{ pvd }}.{{ typ }}.{{ class['name'] }}**{% if class['alias'] %}, **{{ class['alias'] }}** (alias){% endif %}{% endfor %}
  10. {% endfor %}