grannysmith-technical/archetypes/LuaFunctions.md

18 lines
327 B
Markdown
Raw Normal View History

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