Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /var/www/html/includes/skins/Skin.php at line 1639] in /var/www/html/includes/debug/MWDebug.php on line 386
Jump to content

Help:Lua Quick Reference

From Consumer Rights Wiki

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
  • Always test your modules in a sandbox first
  • Use clear function names
  • Comment your code for others