enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Module:Random - Wikipedia

    en.wikipedia.org/wiki/Module:Random

    This Lua module is used on approximately 12,000 pages and ... and the highest possible is the length of the array. local len = # t for i = len, 2,-1 do local r = math ...

  3. Module:Math - Wikipedia

    en.wikipedia.org/wiki/Module:Math

    This Lua module is used on 1,620,000+ pages, or roughly 3% of all pages. 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.

  4. Lua (programming language) - Wikipedia

    en.wikipedia.org/wiki/Lua_(programming_language)

    Lua (/ ˈ l uː ə / LOO-ə; from Portuguese: lua meaning moon) is a lightweight, high-level, multi-paradigm programming language designed mainly for embedded use in applications. [3] Lua is cross-platform software , since the interpreter of compiled bytecode is written in ANSI C , [ 4 ] and Lua has a relatively simple C application programming ...

  5. Module:Math/doc - Wikipedia

    en.wikipedia.org/wiki/Module:Math/doc

    This Lua module is used on 1,620,000+ pages, or roughly 3% of all pages. 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 .

  6. Wikipedia:Lua/Resources - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Lua/Resources

    Scribunto Lua reference manual; Programming in Lua; Introduction to Lua patterns; About regex. Lua "patterns" are based on Regex (Patterns are a reduced set of regex). Help:Lua metamodules: Lua in Wikipedia has several meta-modules available that can make core functions easily available.

  7. Category:Templates based on the Math Lua module - Wikipedia

    en.wikipedia.org/wiki/Category:Templates_based...

    [[Category:Templates based on the Math Lua module]] to the <includeonly> section at the bottom of that page. Otherwise, add <noinclude>[[Category:Templates based on the Math Lua module]]</noinclude> to the end of the template code, making sure it starts on the same line as the code's last character.

  8. 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

  9. Wikipedia : Comparable Lua functions to wikitext

    en.wikipedia.org/wiki/Wikipedia:Comparable_Lua...

    Unlike in wikicode, Lua does not use functions like #ifexpr and #expr. Add the Lua operators and functions straight into your module. See mw:Help:Calculation for details on how #expr and mw. ext. ParserFunctions. expr evaluates expressions.