enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Module:CountryData/sandbox - Wikipedia

    en.wikipedia.org/wiki/Module:CountryData/sandbox

    Note: This is likely not quicker than wikicode-only alternatives such as {} and {}, because it transcludes the data template from Lua and converts it to a Lua table using the above function, picks the wanted parameter name, and returns it to wikicode, whereas other templates perform two simple non-Lua transclusions to get, in most cases, the ...

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

  4. Module:CountryData/doc - Wikipedia

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

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Donate

  5. Module:CountryData - Wikipedia

    en.wikipedia.org/wiki/Module:CountryData

    Note: This is likely not quicker than wikicode-only alternatives such as {} and {}, because it transcludes the data template from Lua and converts it to a Lua table using the above function, picks the wanted parameter name, and returns it to wikicode, whereas other templates perform two simple non-Lua transclusions to get, in most cases, the ...

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

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

  8. Module:Sensitive IP addresses/API - Wikipedia

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

    If a table in val has a self-reference,-- you will get an infinite loop, so don't do that. if type (val) == 'table' then local ret = {} for k, v in pairs (val) do ret [k] = deepCopy (v) end return ret else return val end end local function deepCopyInto (source, dest)-- Do a deep copy of a source table into a destination table, ignoring-- self ...

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