Community Central
Community Central
No edit summary
mNo edit summary
Tag: Help
(44 intermediate revisions by 28 users not shown)
Line 1: Line 1:
  +
{{Enabled by default}}
[[File:Lua-logo-nolabel.png|250px|right|link=]]
 
'''Lua''' is available as a templating language on Wikia, helping to provide users with the ability to create more maintainable templates, and to improve the performance of some of our slowest pages.
 
   
 
'''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 offer 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:
==Enabling and support==
 
  +
# 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]].
Lua is, as of fall 2014, enabled by default across Wikia. When enabled, the general standard Lua libraries along with the specialized [[mw:Extension:Scribunto|Scribunto]] libraries are also available. Additionally, [[w:c:dev:Lua templating/InfoboxBuilder|InfoboxBuilder]] will be automatically bundled in the installation.
 
  +
# 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.
For more background on the tool read our [[User_blog:Grunny/Introducing_Lua,_for_faster_and_more_powerful_templates|introduction to Lua]] and [[User_blog:Junior_admin/InfoboxBuilder,_the_easier_and_faster_way_to_create_infoboxes|introduction to InfoboxBuilder]]
 
   
==Documentation and help==
+
== Enabling and support ==
  +
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]].
[[w:c:dev:Lua templating|Lua documentation]] on the Wikia Developers community:
 
  +
* [[w:c:dev:Lua templating/Converting_Wikitext_templates|Converting wikitext templates]]
 
  +
For more background on the tool, read our [[w:User blog:Grunny/Introducing Lua, for faster and more powerful templates|introduction to Lua]].
* [[w:c:dev:Lua templating/InfoboxBuilder|InfoboxBuilder]], an in-house Wikia tool for building infoboxes.
 
  +
  +
== Lua module repository ==
  +
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]].
  +
  +
== 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 Developers Wiki (<code>dev.fandom.com</code>)
==Further help and feedback==
 
  +
* [[w:c:dev:Lua reference manual|Lua reference manual]]
  +
** [[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/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/Debug console|Debug console]]
  +
** [[w:c:dev:Lua templating/Glossary|Glossary]]
  +
** [[w:c:dev:Lua templating/Tips and tricks|Tips and tricks]]
  +
 
== Further help and feedback ==
 
{{Help and feedback section}}
 
{{Help and feedback section}}
   
  +
== References ==
[[Category:Help]]
 
  +
<references/>
[[Category:Extensions]]
 
  +
  +
[[de:Hilfe:Lua]]
  +
[[es:Ayuda:Lua]]
 
[[fr:Aide:Lua]]
 
[[fr:Aide:Lua]]
[[pl:Lua]]
+
[[it:Aiuto:Lua]]
  +
[[ja:ヘルプ:Luaテンプレート]]
  +
[[ko:도움말:루아]]
  +
[[pl:Pomoc:Lua]]
  +
[[pt:Ajuda:Lua]]
  +
[[ru:Справка:Lua]]
  +
[[tr:Yardım:Lua]]
  +
[[vi:Trợ giúp:Lua]]
 
[[zh:Help:Lua]]
 
[[zh:Help:Lua]]
  +
 
[[Category:Help]]
 
[[Category:Extensions]]

Revision as of 10:07, 15 September 2021

This extension is enabled by default on Fandom.

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