You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
316 B
Cheetah
14 lines
316 B
Cheetah
9 years ago
|
{% import 'tables.tmpl' as tables -%}
|
||
|
|
||
7 years ago
|
{{common_event.title}} Fields
|
||
|
{{(7 + common_event.title | length) * title_kind}}
|
||
10 years ago
|
|
||
7 years ago
|
{{common_event.desc}}
|
||
10 years ago
|
|
||
7 years ago
|
{% for table in common_event.tables %}
|
||
|
{{"``"+table.title+"``" if table.title else "" }}
|
||
|
|
||
|
{{ tables.paramtable(table.rows, ["Key", "Type", "Description"]) }}
|
||
|
|
||
|
{% endfor %}
|