උදවු:ලුවා
Appearance
WP:Lua | (talk) | Help | To do | Resources | Reference manual |
මෙම පිටුව ඉංග්රීසි ව්යාපෘතියෙන් මෙහි ගෙනවිත් ඇත. අන්තර්ගතය අපගේ ව්යාපෘතිය සමඟ 100% නොගැලපෙනමුත් අපගේ අවශ්යතාවයන් වලට අනුකූලව ගොඩනගා ගැනීම සඳහා මූලික පියවර ලෙස භාවිතා කළ හැකිය. |
"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.