2023-08-09 20:50:55 +00:00
|
|
|
---
|
|
|
|
title: "{{ replace .Name "-" " " | title }}"
|
2023-08-10 12:17:28 +00:00
|
|
|
description: "description"
|
|
|
|
layout: "definition"
|
|
|
|
page_status:
|
|
|
|
- 'stub'
|
2023-08-09 20:50:55 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
## Usage
|
2023-08-10 12:17:28 +00:00
|
|
|
```lua
|
|
|
|
{{ .Name }}(required, [optional]) -- type these in manually
|
|
|
|
```
|
2023-08-09 20:50:55 +00:00
|
|
|
<!--
|
|
|
|
optional arguments are written in square brackets
|
|
|
|
|
|
|
|
below you can add examples
|
|
|
|
--->
|