A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:Scribunto/We_use_Lua below:

Extension:Scribunto/We use Lua - MediaWiki

Reciprocation page between Lua developers.

We are developers who use Lua to enhance templates, to optimize performance of the wiki servers and to offer a new experience to the final users.

Use Lua, which technical parts of this tool ? How to use it ? Which functions and services to final users ?

Lua is a recent language, simple to read and write, but very complete. And in wikis limited to the local page and adapted to improve the security. The execution speed is another main motivation to implement Scribunto et LUA.

Thanks to mediawiki developers who offer to us this language and these tools.

How to name this page ? Lua reciprocation, Lua metting of users, Developers community, Developers Lua reciprocation ? To talk here or in talk page.

New possibilities :

Structuring a hierarchy of tables, paragraphs, parentheses[edit]
 sub_function(level, x, y, z) -- to define a sub_function
     -- generate the sub_content
     if level < 30 then -- always limit the re-entrance in case of unwanted code.
          -- call any others sub_function
     end
     -- generate the end of sub_content
     return level-1, sub_content, errors
 end
 sublevel, subcontent, suberrors = sub_function(level + 1, x, y, z) -- to use a sub_function
 then verify sublevel, and use subcontent and suberrors.
Invoking sub-modules[edit] What should works and does not (but will, maybe)[edit]

See Extension:Scribunto/Deployment_priorities#Should_have for a more detailled list.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4