Help:Lua Quick Reference

Common Lua Tasks

edit

Text Formatting

edit

Make text uppercase:

YOUR TEXT HERE

Create a bullet list:

  • First item
  • Second item
  • Third item

Tips

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