12 lines
441 B
Handlebars
12 lines
441 B
Handlebars
{{#if params}}
|
|
|
|
{{tableHead params "name|Param" "type|Type" "defaultvalue|Default" "description|Description" ~}}
|
|
|
|
{{#tableRow params "name" "type" "defaultvalue" "description" ~}}
|
|
| {{#if @col1}}{{>param-table-name}} | {{/if~}}
|
|
{{#if @col2}}{{>linked-type-list types=type.names delimiter=" \| " }} | {{/if~}}
|
|
{{#if @col3}}{{>defaultvalue}} | {{/if~}}
|
|
{{#if @col4}}{{{stripNewlines (inlineLinks description)}}} |{{/if}}
|
|
{{/tableRow}}
|
|
|
|
{{/if}} |