Community Central
Community Central
mNo edit summary
Tag: Help
m (matching other pages)
Tag: Help
(23 intermediate revisions by 14 users not shown)
Line 1: Line 1:
  +
{{Extension infobox
[[File:Lua-logo-nolabel.png|250px|right|link=]]
 
  +
| name = Scribunto
'''Lua''' is available as a templating language on FANDOM, helping to provide users with the ability to create more maintainable templates, and to improve the performance of some of our slowest pages.
 
  +
| image = Lua-logo-nolabel.png
  +
| version =
  +
| author =
  +
* Victor Vasiliev
  +
* Tim Starling
  +
* Brad Jorsch
  +
| link = [[mw:Extension:Scribunto|MediaWiki.org]]
  +
| desc = {{int:scribunto-desc}}
  +
| default = yes
  +
}}
 
'''Lua''' is available as a templating language on Fandom, helping to provide users with the ability to create more maintainable templates and to improve the page performance.
   
Lua is a different coding experience to basic wikitext templates, resembling a more 'traditional' programming syntax. It offers two key advantages: first and foremost is that logical functionality – 'if', 'else', and 'while' statements along with arrays and variable definition, for instance - is built in to the Lua language, making the implementation of basic logic much easier in Lua than via MediaWiki's other methods. Secondly, because Lua is streamlined for logical operations, it is much more technically efficient.
+
Lua is a different coding experience to basic wikitext templates, resembling a more ‘traditional’ programming syntax. It offers two key advantages:
  +
# Logical functionality is natively built into the Lua language, making the implementation of basic logic much easier in Lua than via [[Help:Parser functions|MediaWiki's methods]].
  +
# Because Lua is streamlined for logical operations, it performs better than its wikitext counterparts.
   
  +
Lua is not intended to replace JavaScript, CSS, or all wikitext templates.
==Enabling and support==
 
Lua is enabled by default on all wikis. When enabled, the general standard Lua libraries along with the specialized [[mw:Extension:Scribunto|Scribunto]] libraries are also available. FANDOM's implementation of Scribunto uses most standard features, but not all functions are supported; the differences are detailed in the [[w:c:dev:Lua templating/Reference manual|reference manual]].
 
   
 
== Enabling and support ==
For more background on the tool read our [[User_blog:Grunny/Introducing_Lua,_for_faster_and_more_powerful_templates|introduction to Lua]].
 
 
Lua is enabled by default on all wikis. The general standard Lua libraries along with the specialized [[mw:Extension:Scribunto|Scribunto]] libraries are also available. Fandom's implementation of Scribunto on the legacy platform uses most standard features, but not all functions are supported. The differences are detailed in the [[w:c:dev:Lua templating/Reference manual|reference manual]].
   
 
For more background on the tool, read our [[w:User blog:Grunny/Introducing Lua, for faster and more powerful templates|introduction to Lua]].
==Lua module repository ==
 
Lua modules can also be loaded from the [[w:c:dev|FANDOM Open Source Library]] using <code>require("Dev:ModuleName")</code>, as opposed to <code>require("Module:ModuleName")</code><ref>[[homepage:w:User_blog:Kirkburn/Technical_Update:_June_24,_2015|User blog:Kirkburn/Technical Update: June 24, 2015]]</ref>. These so-called "global modules" are described in more detail [[w:c:dev:Global Lua Modules|here]].
 
   
 
== Lua module repository ==
==Documentation and help==
 
 
Lua modules can also be loaded from the [[w:c:dev|Fandom Developers Wiki]] using <code>require("Dev:ModuleName")</code>, as opposed to <code>require("Module:ModuleName")</code><ref>[[w:User blog:Kirkburn/Technical Update: June 24, 2015|User blog:Kirkburn/Technical Update: June 24, 2015]]</ref>. These "global modules" are available for re-use Fandom-wide and are described in more detail [[w:c:dev:Global Lua Modules|here]].
[[w:c:dev:Lua templating|Lua documentation]] on the FANDOM Open Source Library:
 
  +
* [[w:c:dev:Lua templating/Converting_Wikitext_templates|Converting wikitext templates]]
 
 
== Documentation and further help ==
 
[[w:c:dev:Help:Lua|Lua documentation]] on the Fandom Developers Wiki:
 
* [[w:c:dev:Lua templating/Converting Wikitext templates|Converting wikitext templates]]
 
* [[w:c:dev:Lua templating/Reference manual|Reference manual]], a comprehensive documentation page of Lua code
 
* [[w:c:dev:Lua templating/Reference manual|Reference manual]], a comprehensive documentation page of Lua code
 
* [[w:c:dev:Lua templating/Reference manual/Scribunto libraries|Scribunto libraries]]
 
* [[w:c:dev:Lua templating/Reference manual/Scribunto libraries|Scribunto libraries]]
* [[w:c:dev:Lua templating/Reference_manual/Standard_libraries|Standard Lua libraries]]
+
* [[w:c:dev:Lua templating/Reference manual/Standard libraries|Standard Lua libraries]]
 
* [[w:c:dev:Category:Lua|More help pages]]
 
* [[w:c:dev:Category:Lua|More help pages]]
   
In addition to this documentation, we have a [[w:c:dev:Board:Lua Help|forum board set up here]] to ask questions and get help.
+
In addition to this documentation, we have a [[w:c:dev:Board:Scribunto Help|forum board]] set up here to ask questions and get help.
   
==See also==
+
== See also ==
 
* [[wikipedia:Wikipedia:Lua|Lua on Wikipedia]]
 
* [[wikipedia:Wikipedia:Lua|Lua on Wikipedia]]
 
* [[wikipedia:Special:PrefixIndex/Module:|Lua modules on Wikipedia]]
 
* [[wikipedia:Special:PrefixIndex/Module:|Lua modules on Wikipedia]]
* [[wikipedia:Category:Lua-based_templates|Lua-based templates on Wikipedia]]
+
* [[wikipedia:Category:Lua-based templates|Lua-based templates on Wikipedia]]
 
* [[mw:Extension:Scribunto|Scribunto extension page]]
 
* [[mw:Extension:Scribunto|Scribunto extension page]]
  +
* [http://tylerneylon.com/a/learn-lua/ Learn Lua in 15 Minutes]
  +
* [https://lua.org/docs.html Official Lua documentation]
   
;FANDOM Open Source Library (<code>dev.wikia.com</code>)
+
; Fandom Developers Wiki (<code>dev.fandom.com</code>)
 
* [[w:c:dev:Lua reference manual|Lua reference manual]]
 
* [[w:c:dev:Lua reference manual|Lua reference manual]]
** [[w:c:dev:Lua reference manual/Scribunto libraries|Scribunto libraries]]
 
 
** [[w:c:dev:Lua reference manual/Standard libraries|Standard libraries]]
 
** [[w:c:dev:Lua reference manual/Standard libraries|Standard libraries]]
 
** [[w:c:dev:Lua reference manual/Scribunto libraries|Scribunto libraries]]
 
* [[w:c:dev:Lua templating|Lua templating]]
 
* [[w:c:dev:Lua templating|Lua templating]]
 
** [[w:c:dev:Lua templating/Basics|Basics]]
 
** [[w:c:dev:Lua templating/Basics|Basics]]
 
** [[w:c:dev:Lua templating/Getting started|Getting started]]
 
** [[w:c:dev:Lua templating/Converting Wikitext templates|Converting Wikitext templates]]
 
** [[w:c:dev:Lua templating/Converting Wikitext templates|Converting Wikitext templates]]
 
** [[w:c:dev:Lua templating/Debug console|Debug console]]
 
** [[w:c:dev:Lua templating/Debug console|Debug console]]
** [[w:c:dev:Lua templating/Getting started|Getting started]]
 
 
** [[w:c:dev:Lua templating/Glossary|Glossary]]
 
** [[w:c:dev:Lua templating/Glossary|Glossary]]
 
** [[w:c:dev:Lua templating/Tips and tricks|Tips and tricks]]
 
** [[w:c:dev:Lua templating/Tips and tricks|Tips and tricks]]
   
==Further help and feedback==
+
== Further help and feedback ==
 
{{Help and feedback section}}
 
{{Help and feedback section}}
  +
 
== References ==
 
<references/>
  +
 
[[de:Hilfe:Lua]]
 
[[es:Ayuda:Lua]]
 
[[es:Ayuda:Lua]]
 
[[fr:Aide:Lua]]
 
[[fr:Aide:Lua]]
Line 49: Line 71:
 
[[pl:Pomoc:Lua]]
 
[[pl:Pomoc:Lua]]
 
[[pt:Ajuda:Lua]]
 
[[pt:Ajuda:Lua]]
[[zh:Help:Lua]]
 
[[vi:Trợ giúp:Lua]]
 
 
[[ru:Справка:Lua]]
 
[[ru:Справка:Lua]]
  +
[[tr:Yardım:Lua]]
 
[[vi:Trợ giúp:Lua]]
  +
[[zh:Help:Lua]]
   
==References==
 
<references/>
 
 
[[Category:Help]]
 
[[Category:Help]]
 
[[Category:Extensions]]
 
[[Category:Extensions]]

Revision as of 14:53, 11 May 2021

Lua is available as a templating language on Fandom, helping to provide users with the ability to create more maintainable templates and to improve the page performance.

Lua is a different coding experience to basic wikitext templates, resembling a more ‘traditional’ programming syntax. It offers two key advantages:

  1. Logical functionality is natively built into the Lua language, making the implementation of basic logic much easier in Lua than via MediaWiki's methods.
  2. Because Lua is streamlined for logical operations, it performs better than its wikitext counterparts.

Lua is not intended to replace JavaScript, CSS, or all wikitext templates.

Enabling and support

Lua is enabled by default on all wikis. The general standard Lua libraries along with the specialized Scribunto libraries are also available. Fandom's implementation of Scribunto on the legacy platform uses most standard features, but not all functions are supported. The differences are detailed in the reference manual.

For more background on the tool, read our introduction to Lua.

Lua module repository

Lua modules can also be loaded from the Fandom Developers Wiki using require("Dev:ModuleName"), as opposed to require("Module:ModuleName")[1]. These "global modules" are available for re-use Fandom-wide and are described in more detail here.

Documentation and further help

Lua documentation on the Fandom Developers Wiki:

In addition to this documentation, we have a forum board set up here to ask questions and get help.

See also

Fandom Developers Wiki (dev.fandom.com)

Further help and feedback

References