2023-08-09 20:50:55 +00:00
|
|
|
|
---
|
|
|
|
|
title: "{{ replace .Name "-" " " | title }}"
|
2023-08-09 21:36:20 +00:00
|
|
|
|
description: "{{ .Description }}"
|
2023-08-09 20:50:55 +00:00
|
|
|
|
date: {{ .Date }}
|
2023-08-09 21:36:20 +00:00
|
|
|
|
type: "lua_func"
|
2023-08-09 20:50:55 +00:00
|
|
|
|
---
|
|
|
|
|
|
2023-08-09 21:36:20 +00:00
|
|
|
|
# `{{ .Name }}` – {{ .Description }}
|
2023-08-09 20:50:55 +00:00
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
{{ .Name }}(required, [optional]) <!-- type these in manually -->
|
|
|
|
|
<!--
|
|
|
|
|
optional arguments are written in square brackets
|
|
|
|
|
|
|
|
|
|
below you can add examples
|
|
|
|
|
--->
|