--- layout: default ---
Designs tagged {{ page.designTag }}
{{ site.data.designs-tag-descriptions.tag_descriptions[page.designTag] }}
Boxes {{ boxesVersion }} featured {{ numDesigns }} designs.
{%- endif -%} {%- comment -%}{%- endcomment -%} {%- assign showCoderHint = false -%} {%- for record in allDesigns -%} {%- if filterActive -%} {%- unless record.tags and record.tags contains page.designTag -%} {%- continue -%} {%- endunless -%} {%- endif -%} {%- comment -%}{%- endcomment -%} {%- assign heading_text = record.name -%} {% if record.alias and record.alias.size %} {% capture heading_text %}{{ record.alias | join: ', ' | prepend: ' (' | prepend: record.name | append: ')' }}{% endcapture %} {% for alias in record.alias -%} {% endfor -%} {% endif %} {% include heading.html level=3 text=heading_text slug=record.name %} {%- comment -%}{%- endcomment -%} {% if record.tags -%}{%- for tag in record.tags -%} {% endfor -%}
{% endif %} {%- comment -%}{%- endcomment -%}{{ record.sample | escape }}
{%- comment -%}{%- endcomment -%}
{%- if record.designer == "(public domain)" -%} Artwork is public domain {%- unless record.coder == "Thomas Jensen" -%} , coded for boxes by {{ record.coder | escape }} {%- else -%} {%- assign showCoderHint = true -%} {%- endunless -%} {%- elsif record.designer == record.coder -%} Artwork and boxes config by {{ record.coder | escape }} {%- else -%} Artwork by {{ record.designer | escape }} {%- unless record.coder == "Thomas Jensen" -%} , coded for boxes by {{ record.coder | escape }} {%- else -%} {%- assign showCoderHint = true -%} {%- endunless -%} {%- endif %}
{%- endfor - %} {% if showCoderHint -%} Where the coder of the boxes config is not explicitly listed it is "Thomas Jensen". {% endif -%}