docs-matrix-spec/scripts/templating/matrix_templates/templates/common-event-fields.tmpl
2018-08-29 16:38:59 +01:00

12 lines
289 B
Cheetah

{% 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 %}
{{ tables.paramtable(table.rows, [(table.title or "") ~ " Key", "Type", "Description"]) }}
{% endfor %}