Jump to content

Help:Lua Quick Reference

From Consumer_Action_Taskforce
Revision as of 05:35, 30 January 2025 by Louis (talk | contribs) (Created page with "= Common Lua Tasks = == Text Formatting == Make text uppercase: {{#invoke:Format|uppercase|your text here}} Create a bullet list: {{#invoke:List|bulletList|First item|Second item|Third item}} == Tips == * Always test your modules in a sandbox first * Use clear function names * Comment your code for others")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Common Lua Tasks[edit | edit source]

Text Formatting[edit | edit source]

Make text uppercase:

YOUR TEXT HERE

Create a bullet list:

  • First item
  • Second item
  • Third item


Tips[edit | edit source]

  • Always test your modules in a sandbox first
  • Use clear function names
  • Comment your code for others