enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Wikipedia:Lua string functions - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Lua_string_functions

    Lua can process text strings in excess of 230,000 characters, which allows the formatted contents of article pages to be used as input to string searches. However, there have been some limitations in string contents, such as hidden strings enclosed in nowiki-tag or pre-tag elements.

  3. Wikipedia:Lua/Requests/Archive 1 - Wikipedia

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

    The NewPP parser hits the huge delays when passing 6,000 parameters whether to Lua, or to a template, or to a #switch parser function of 6,000 "|x=" branches. See expanded description and time-delay formula at: "WT:Lua#Passing 1,000 parameters exponentially slower". More later. -Wikid77 12:32, 24 March 2013 (UTC)

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

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

  6. Wikipedia:Lua/Resources - Wikipedia

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

    Contents move to sidebar hide (Top) 1 ... 4 Essays on Lua. 5 Module links list. 6 WikiProject Lua templates. 7 Lua navigation on en:wikipedia. Toggle the table of ...

  7. Lua (programming language) - Wikipedia

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

    The C API also provides some special tables, located at various "pseudo-indices" in the Lua stack. At LUA_GLOBALSINDEX prior to Lua 5.2 [21] is the globals table, _G from within Lua, which is the main namespace. There is also a registry located at LUA_REGISTRYINDEX where C programs can store Lua values for later retrieval.

  8. Wikipedia talk:Lua string functions - Wikipedia

    en.wikipedia.org/wiki/Wikipedia_talk:Lua_string...

    2 Lua text problems of wikitables and nowiki tags. 2 comments. Toggle the table of contents. Wikipedia talk: Lua string functions. Add languages.

  9. Wikipedia:User scripts/Guide - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:User_scripts/Guide

    While you can write a script directly in your common.js page or skin.js (such as vector.js) page, it is usually better to create a new subpage for it in the form YourUserName/title.js, where title is the name of your script.