matrix-spec/scripts/templating/matrix_templates/templates/common-event-fields.tmpl

13 lines
289 B
Cheetah
Raw Normal View History

{% import 'tables.tmpl' as tables -%}
{{common_event.title}} Fields
{{(7 + common_event.title | length) * title_kind}}
{{common_event.desc}}
{% for table in common_event.tables %}
2018-08-29 17:38:59 +02:00
{{ tables.paramtable(table.rows, [(table.title or "") ~ " Key", "Type", "Description"]) }}
{% endfor %}