{{ page.name }}

Role: {{ page.position }}

{{ content }}

Achievements: {% assign contributions = site.definitions | where: 'contributor', page.username %} {% assign emmendations = site.definitions | where: 'last_updated_by', page.username %} {{ page.name }} has added a total of to the Lexicon, and edited at least . {{ page.name | split: " " | first }} started contributing to the Lexicon in {{ page.joined | date: "%B %Y" }}.

    {% for contribution in contributions %}
  • {{ contribution.lemma }} ({{ contribution.source | capitalize | split: "_" | first }}, {{ contribution.source | capitalize | split: "_" | last }})
  • {% endfor %}
    {% for emmendation in emmendations %}
  • {{ emmendation.lemma }} ({{ contribution.source | capitalize | split: "_" | first }}, {{ contribution.source | capitalize | split: "_" | last }})
  • {% endfor %}