enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Help:Lua debugging - Wikipedia

    en.wikipedia.org/wiki/Help:Lua_debugging

    This help-page, Help:Lua debugging, explains issues of writing Lua script and debugging the source code, to remove errors or improve performance. Because Lua is a "semi-compiled" interpreted language, it does not prescreen for all common syntax errors, nor detect misspelled variables, which are only found at runtime when seeing the "Script ...

  3. Module:SimpleDebug - Wikipedia

    en.wikipedia.org/wiki/Module:SimpleDebug

    Lua Error:Module:Your module:Line: little number. big=12. little number. With counter. local SD = require "Module:SimpleDebug" function Increm local n = 0 for i = 1 ...

  4. Help:Lua - Wikipedia

    en.wikipedia.org/wiki/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

  5. Wikipedia:Lua error messages - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Lua_error_messages

    Almost any problem which occurs when running a Lua module will be reported as "Script error" during program execution, such as invalid data or a misspelled variable name in the Lua source code.

  6. Help:Lua for beginners - Wikipedia

    en.wikipedia.org/wiki/Help:Lua_for_beginners

    Lua patterns are used to define, find and handle a pattern in a string. It can do the common search and replace action in a text, but it has more options that doing plain text only. For example, in one go it can change the errors 'New yorker', 'New-Yorker', and 'NewYorker' into 'New Yorker'.

  7. Module:ScribuntoUnit - Wikipedia

    en.wikipedia.org/wiki/Module:ScribuntoUnit

    This module provides unit tests for other Lua modules. To test a module, you must create a separate test module, usually located at Module:Module name/testcases.The module is tested with the ScribuntoUnit module, which verifies that the operations defined in the test module produce the expected results.

  8. Wikipedia talk:Lua/Archive 10 - Wikipedia

    en.wikipedia.org/wiki/Wikipedia_talk:Lua/Archive_10

    The collapsible option template has two places where it reports the default collapse state for the documented template. Currently, those defaults are set by hand and require chang

  9. Module:Check for unknown parameters - Wikipedia

    en.wikipedia.org/wiki/Module:Check_for_unknown...

    This Lua module is used in system messages, and on approximately 21,500,000 pages, or roughly 35% of all pages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox .