enow.com Web Search

Search results

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

    en.wikipedia.org/wiki/Module:Side_box

    This Lua module is used on approximately 1,240,000 pages, or roughly 2% 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. The tested changes can be added to this page in a single edit.

  3. Module:IPA - Wikipedia

    en.wikipedia.org/wiki/Module:IPA

    This Lua module is used on approximately 158,000 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. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them.

  4. Wikipedia : Guide to Scribbling

    en.wikipedia.org/wiki/Wikipedia:Guide_to_Scribbling

    A name in Lua is either an access of a local variable or a table lookup. [3] math.floor is a table lookup (of the string "floor") in the (global) math table, for example. Table lookups are slower, at runtime, than local variable lookups. Table lookups in tables such as the args table with its "specialness" are a lot slower.

  5. Help:Lua for beginners - Wikipedia

    en.wikipedia.org/wiki/Help:Lua_for_beginners

    A table is a sequence, optionally supplemented by named keys: digit["two"]="2". Several table functions like table.concat will only work with the numbered values and ignore named keys. The metatable offers a large, optional set of methods for altering table behavior. For example, you can define a table to be callable like a function.

  6. Template:Demo - Wikipedia

    en.wikipedia.org/wiki/Template:Demo

    Download QR code; Print/export ... Set |style= to add any CSS text to the <pre> ... Link to Lua modules and built-in libraries, showing Lua code. ...

  7. Template:Module link lua - Wikipedia

    en.wikipedia.org/wiki/Template:Module_link_lua

    A template to create links to Lua modules or built-in Lua libraries, displaying the text "require('<name>')". Template parameters [Edit template data] This template prefers inline formatting of parameters. Parameter Description Type Status Module 1 Either the full title of a module ("Module:String") or the name of a built-in module ("strict"). String required See also {{ ml }} - Similar ...

  8. Module:TableTools - Wikipedia

    en.wikipedia.org/wiki/Module:TableTools

    This module is subject to page protection.It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing.

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