Help:Lua
- Help:Lua for beginners
- Help:Lua debugging – about debugging Lua modules
- Wikipedia:Lua style guide – standards to improve the readability of code through consistency
- Module:Sandbox provides a pseudo-namespace for experimenting with Lua modules
"Hello world"
- See Module:Example
Documentation
- Scribunto Lua reference manual (Manual for the Mediawiki implementation)
- Programming in Lua (Official book/introduction to Lua)
- Lua tutorials at lua-users.org
- Wiktionary:Lua on English Wiktionary: contains notes on efficiency and on dealing with Unicode and UTF-8
How-to guides
- Help:Lua for beginners
- Wikipedia:Lua style guide – standards to improve the readability of code through consistency
- "What do converted templates look like?" (slideshow)
- Wikipedia:Lua string functions
- Wikipedia:Guide to Scribbling
Debugging modules
- Module:SimpleDebug - It allows to collect and view the values of one or several variables and/or customized labels of several points of a lua program.
Testing modules
- Module:UnitTests - used to power many module unit tests, which are usually found by the name "Module:(your-module-name)/tests".
- Module:Example/testcases – Results - Unit tests for Module:Example (the "hello world" module)
Profiling modules and functions
- Module:Timing – module to do some simple probing of timing issues, mostly to spot and fix load problems
Patterns
- mw:Extension:Scribunto/Lua_reference_manual#Patterns
- mw:Extension:Scribunto/Lua_reference_manual#Ustring_patterns
- PatternsTutorial
- REGEX (as applied by WP:AWB): WP:REGEX
Wikipedia resources
- Special:PrefixIndex/Module:Sandbox - allows you to work on a set of files within a sandbox prefix.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.