Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 1.24 KB

template.MD

File metadata and controls

86 lines (63 loc) · 1.24 KB
Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
layout: default
title: {{desc}}
parent: {{provider | upper }} Components
nav_order: 3
date: {{date}}
---

{{desc}}

{: .d-inline-block .no_toc }

New (v{{version}}) {: .label .label-green }

Table of contents

{: .no_toc .text-delta }

  1. TOC {:toc}

{% if details is defined %} {: .note } {{details}}


{% endif %}

Node Type: {{node_type}}

Rendering:

lambda

Code Snippet:

{{"{% root_include_snippet ../tests/" + provider + "/test_" + node_type + ".py %" + "}"}}

drawio {{node_type}} vertex:

{{xml_node}}

Advanced for Geeks:

Style:

style="{{style}}"
attribute value
{% for pair in styles sort(attribute=0) %}
{% if pair[0] != '' %}
{{ pair[0] }} {{ pair[1] }}
{% endif %}
{% endfor %}

{% if width is defined or height is defined%}

Vertex size:

attribute value
{% if width is defined %}
width {{width}}
{% endif %}
{% if height is defined %}
height {{height}}
{% endif %}
{% endif %}

Full XML dump:

{{xml_full}}

drawio file:

Download generated {{node_type}}.drawio:

Download{: .btn .btn-purple }