{{#if group}}
- Name:
- {{name}}
{{/if}}
{{#if group}}
- Address:
- {{address}}
{{/if}}
{{#if altnames}}
- Altnames:
- {{altnames}}
{{/if}}
{{#if tags}}
- Tags:
- {{tags}}
{{/if}}
{{#if type}}
- Type:
- {{type}}
{{/if}}
- Lua Type:
- {{luaTypeInt}}
{{#if access}}
- Access:
- {{access}}
{{/if}}
{{#if streamable}}
- Streamable:
- {{streamable}}
{{/if}}
{{#if description}}
- Description:
- {{{description}}}
{{/if}}