2015-11-15 16:49:22 +00:00
|
|
|
{% import 'tables.tmpl' as tables -%}
|
|
|
|
|
2017-11-03 17:13:56 +00:00
|
|
|
{{common_event.title}} Fields
|
|
|
|
{{(7 + common_event.title | length) * title_kind}}
|
2015-05-21 14:41:34 +00:00
|
|
|
|
2017-11-03 16:50:38 +00:00
|
|
|
{{common_event.desc}}
|
2015-05-21 14:41:34 +00:00
|
|
|
|
2017-11-03 16:50:38 +00:00
|
|
|
{% for table in common_event.tables %}
|
|
|
|
{{"``"+table.title+"``" if table.title else "" }}
|
|
|
|
|
|
|
|
{{ tables.paramtable(table.rows, ["Key", "Type", "Description"]) }}
|
|
|
|
|
|
|
|
{% endfor %}
|