Difference between revisions of "Template:Lua/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>DePiep
blackwiki>Mr. Stradivarius
(update)
Line 11: Line 11:
  
 
; All parameters
 
; All parameters
{{tlx|lua|''module name''|''note''|4=category=''custom category''|5=nocat=''true''}}
+
{{tlx|lua|''module 1''|''module 2''|''module 3''|''module 4''|''module 5''|7=category=''custom category''|8=nocat=''true''}}
  
 
== Examples ==
 
== Examples ==
 
* {{tlx|lua}}
 
{{lua|nocat=true}}
 
  
 
* {{tlx|lua|Module:Bananas}}
 
* {{tlx|lua|Module:Bananas}}
 
{{lua|Module:Bananas|nocat=true}}
 
{{lua|Module:Bananas|nocat=true}}
 +
{{clear}}
  
* {{tlx|lua|Module:Bananas|You can use this script as an example to help you get started.}}
+
* {{tlx|lua|Module:Bananas|Module:BananasArgs}}
{{lua|Module:Bananas|You can use this script as an example to help you get started.|nocat=true}}
+
{{lua|Module:Bananas|Module:BananasArgs|nocat=true}}
 +
{{clear}}
  
 
== Categorisation ==
 
== Categorisation ==

Revision as of 03:40, 29 April 2014

This template is used to show that templates have been converted to Lua. It can be placed on the template's /doc page or on its talk page. It automatically adds the template to Category:Lua-based templates.

Usage

Basic usage

{{lua|module name}}

All parameters

{{lua|module 1|module 2|module 3|module 4|module 5|category=custom category|nocat=true}}

Examples

  • {{lua|Module:Bananas}}
  • {{lua|Module:Bananas|Module:BananasArgs}}

Categorisation

This template adds pages to Category:Lua-based templates if the page is in the template namespace, and it is not on any of the subpages /doc, /sandbox, /sandbox2 or /testcases. You can specify a different category with the |category= parameter, e.g. |category=Lua String-based templates. To suppress categorisation, use |nocat=true.

See also