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

13 lines
287 B
Cheetah
Raw Permalink 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-30 16:01:27 +00:00
{{ tables.paramtable(table.rows, ["Key", "Type", "Description"], (table.title or "")) }}
{% endfor %}