Jump to content

Help:Lua: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
→‎Documentation: Link to tutorials at lua-users.org
Line 8: Line 8:
* [[mw:Extension:Scribunto/Lua reference manual|Scribunto Lua reference manual]] (Manual for the Mediawiki implementation)
* [[mw:Extension:Scribunto/Lua reference manual|Scribunto Lua reference manual]] (Manual for the Mediawiki implementation)
* [http://www.lua.org/pil/contents.html#P1 Programming in Lua] (Lua.org manual for version 5.2)
* [http://www.lua.org/pil/contents.html#P1 Programming in Lua] (Lua.org manual for version 5.2)
* [http://lua-users.org/wiki/TutorialDirectory Lua tutorials at lua-users.org]


==How-to guides==
==How-to guides==

Revision as of 09:15, 3 April 2013

Template:WikiProject Lua/header

"Hello world"

  • Module:Bananas: The simplest possible script: say "hello world". Providing a single function with no arguments.
  • Module:BananasArgs: Demonstrates how to access and use parameters.

Documentation

How-to guides

Testing modules

Wikipedia resources