Skip to content

Commit

Permalink
Generische Einheiten auf Templates umgestellt
Browse files Browse the repository at this point in the history
  • Loading branch information
Daugl committed Aug 28, 2024
1 parent 12d5f9c commit 6f75d61
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 55 deletions.
19 changes: 11 additions & 8 deletions symbols/Einheiten/Führungsgruppe.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Führungsgruppe</title>
<rect x="10" y="64" width="236" height="128" stroke="none" fill="#000000" />
<rect x="15" y="89" width="226" height="98" stroke="none" fill="#FFFFFF" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
Führungsgruppe
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Gruppe" -%}
{%- set Sign.Organisation = "undefined" -%}
{%- set Sign.Command = True -%}
{{ super() }}
{%- endblock symbol -%}
19 changes: 11 additions & 8 deletions symbols/Einheiten/Führungsstaffel.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Führungsstaffel</title>
<rect x="10" y="64" width="236" height="128" stroke="none" fill="#000000" />
<rect x="15" y="89" width="226" height="98" stroke="none" fill="#FFFFFF" />>
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="128" cy="24" rx="10" ry="10" fill="#000000" />
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
Führungsstaffel
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Staffel" -%}
{%- set Sign.Organisation = "undefined" -%}
{%- set Sign.Command = True -%}
{{ super() }}
{%- endblock symbol -%}
18 changes: 11 additions & 7 deletions symbols/Einheiten/Führungstrupp.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Führungstrupp</title>
<rect x="10" y="64" width="236" height="128" stroke="none" fill="#000000" />
<rect x="15" y="89" width="226" height="98" stroke="none" fill="#FFFFFF" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
Führungstrupp
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Trupp" -%}
{%- set Sign.Organisation = "undefined" -%}
{%- set Sign.Command = True -%}
{{ super() }}
{%- endblock symbol -%}
18 changes: 10 additions & 8 deletions symbols/Einheiten/Gruppe.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Gruppe</title>
<rect x="10" y="64" width="236" height="128" stroke="none" fill="#000000" />
<rect x="15" y="69" width="226" height="118" stroke="none" fill="#FFFFFF" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
Gruppe
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Gruppe" -%}
{%- set Sign.Organisation = "undefined" -%}
{{ super() }}
{%- endblock symbol -%}
18 changes: 10 additions & 8 deletions symbols/Einheiten/Staffel.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Staffel</title>
<rect x="10" y="64" width="236" height="128" stroke="none" fill="#000000" />
<rect x="15" y="69" width="226" height="118" stroke="none" fill="#FFFFFF" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="128" cy="24" rx="10" ry="10" fill="#000000" />
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
Staffel
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Staffel" -%}
{%- set Sign.Organisation = "undefined" -%}
{{ super() }}
{%- endblock symbol -%}
17 changes: 10 additions & 7 deletions symbols/Einheiten/Trupp.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Trupp</title>
<rect x="10" y="64" width="236" height="128" stroke="none" fill="#000000" />
<rect x="15" y="69" width="226" height="118" stroke="none" fill="#FFFFFF" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
Trupp
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Trupp" -%}
{%- set Sign.Organisation = "undefined" -%}
{{ super() }}
{%- endblock symbol -%}
19 changes: 10 additions & 9 deletions symbols/Einheiten/Zug.j2
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Zug</title>
<rect x="10" y="64" width="236" height="128" stroke="none" fill="#000000" />
<rect x="15" y="69" width="226" height="118" stroke="none" fill="#FFFFFF" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
Zug
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Zug" -%}
{%- set Sign.Organisation = "undefined" -%}
{{ super() }}
{%- endblock symbol -%}

0 comments on commit 6f75d61

Please sign in to comment.