Terraria Wiki

  • Discussions are now available on the Terraria Wiki.
  • Miss the old Hydra Skin? Try out our Hydralize gadget! Visit the preferences page while logged in and turn on the gadget.

READ MORE

Terraria Wiki
Advertisement

Lua is a programming language made available at Terraria Wiki via the Scribunto MediaWiki extension. It is a powerful scripting language that can extend the functionality of wiki templates beyond the capabilities usually ascribed to wiki code alone. It is embedded into wiki templates by employing the "{{#invoke:}}" syntax.

Lua source code is stored on pages called modules (eg. Module:Bananas, a test script). The documentation for a module is stored at each module's /doc subpage (eg. Module:Bananas/doc).

Examples

  • Use {{#invoke:Bananas|hello}} to print the text "Hello, world!".
  • See Module:BananasArgs for extended basic code examples.

See also

Advertisement