Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 2.17 KB

chili_2018.md

File metadata and controls

37 lines (33 loc) · 2.17 KB
layout title permalink date update categories image image-sm
post
Chilis 2018
/chili_2018/
2017-10-22 21:45:00 -0700
2017-10-22 21:45:00 -0700
chili

{% assign placeholder = "[COLOR=#FFFFFF]—[/COLOR]" %}

Chili Listing für 2018

    {% for chili in site.data.chili_2018 %} {% assign name = chili[0] %} {% assign props = chili[1] %} {% assign c = site.data.chili[name] %}
  • {{ c.species }}: {{ name }}
  • {% endfor %}
[table] [tr] [th]Gattung[/th] [th]Sortenname[/th] [th](reife) Farbe[/th] [th]Schärfe[/th] [th]#[/th] [th]gesät am[/th] [th]gekeimt am[/th] [th]Keimdauer in d[/th] [th]Extra Informationen[/th] [/tr] {% for chili in site.data.chili_2018 %} {% assign name = chili[0] %} {% assign props = chili[1] %} {% assign c = site.data.chili[name] %} {% assign heat_int = c.heat | default: -1 | floor %} {% assign heat_color = site.data.colors_and_signs.heats[c.heat] %} {% assign heat_str = '' %} {% unless heat_int > -1 %} {% assign heat_str = '?' %} {% else %} {% for i in (0..heat_int) %} {% assign heat_str = heat_str | append: '×' %} {% endfor %} {% endunless %} {% unless props.seeds %} [tr] [td]{{ c.species }}[/td] [td]{{ name }}[/td] [td]{{ c.color }}[/td] [td][COLOR=#{{heat_color | default: '808080'}}]{{ heat_str | default: '#'}}[/COLOR][/td] [td]{{ placeholder }}[/td] [td]{{ placeholder }}[/td] [td]{{ placeholder }}[/td] [td]{{ placeholder }}[/td] [td]{{ placeholder }}[/td] [/tr] {% else %} {% for s in props.seeds %} [tr] [td]{{ c.species }}[/td] [td]{{ name }}[/td] [td]{{ c.color }}[/td] [td][COLOR=#{{heat_color | default: '808080'}}]{{ heat_str | default: '#'}}[/COLOR][/td] [td]{{ forloop.index }}[/td] [td]{{ s.sown | default: placeholder }}[/td] [td]{{ s.sprout | default: placeholder }}[/td] [td]{{ s | sprout_time_filter | default: placeholder }}[/td] {% unless s.died %} [td]{{ s.extra | default: placeholder }}[/td] {% else %} [td]⛪: {{ s.died }}[/td] {% endunless %} [/tr] {% endfor %} {% endunless %} {% endfor %} [/table]