Difference between revisions of "Template:Lua/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mr. Stradivarius
(update)
blackwiki>Sardanaphalus
(Update (icononly, sandbox non-categorization))
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
{{template shortcut|lua talk}}
+
{{Template shortcut|Lua talk}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
+
<!-----Categories where indicated at the bottom of this page, please; interwikis to Wikidata----->
  
 
This template is used to show that templates have been converted to [[Lua (programming language)|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]].
 
This template is used to show that templates have been converted to [[Lua (programming language)|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]].
Line 7: Line 7:
 
== Usage ==
 
== Usage ==
  
; Basic usage
+
; Basic : {{tlx|Lua|''module name''}}
{{tlx|lua|''module name''}}
 
  
; All parameters
+
; All parameters : {{tlx|Lua|icononly{{=}}''on''|''module 1''|''module 2''|''module 3''|''module 4''|''module 5''|category{{=}}''custom category''|nocat{{=}}''true''}}
{{tlx|lua|''module 1''|''module 2''|''module 3''|''module 4''|''module 5''|7=category=''custom category''|8=nocat=''true''}}
+
 
 +
(Setting {{para|icononly}} as "on", "true", "yes", etc, suppresses the "Uses Lua:" text. [[Wikipedia:Lua]] may still be accessed by clicking on the logo.)
  
 
== Examples ==
 
== Examples ==
  
* {{tlx|lua|Module:Bananas}}
+
{{Lua|Module:Bananas|nocat=true}}
{{lua|Module:Bananas|nocat=true}}
+
* {{tlx|Lua|Module:Bananas}}
 
{{clear}}
 
{{clear}}
  
* {{tlx|lua|Module:Bananas|Module:BananasArgs}}
+
{{Lua|icononly=on|Module:Bananas|Module:BananasArgs|nocat=true}}
{{lua|Module:Bananas|Module:BananasArgs|nocat=true}}
+
* {{tlx|Lua|icononly{{=}}on|Module:Bananas|Module:BananasArgs}}
 
{{clear}}
 
{{clear}}
  
Line 32: Line 32:
  
 
<includeonly>
 
<includeonly>
<!-- Categories go here, and interwikis go in Wikidata -->
+
{{#ifeq:{{SUBPAGENAME}}|sandbox | |
[[Category:Wikipedia Lua templates]]
+
<!-----Categories below here, please; interwikis to Wikidata----->
 
+
[[Category:Wikipedia Lua templates| ]]
 
</includeonly>
 
</includeonly>

Revision as of 10:49, 25 May 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 
{{Lua|module name}}
All parameters 
{{Lua|icononly=on|module 1|module 2|module 3|module 4|module 5|category=custom category|nocat=true}}

(Setting |icononly= as "on", "true", "yes", etc, suppresses the "Uses Lua:" text. Wikipedia:Lua may still be accessed by clicking on the logo.)

Examples

  • {{Lua|Module:Bananas}}
  • {{Lua|icononly=on|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