Difference between revisions of "Template:Lua/doc"
Jump to navigation
Jump to search
blackwiki>Sardanaphalus (→See also: missing braces) |
blackwiki>علیرضا |
||
| Line 15: | Line 15: | ||
== Examples == | == Examples == | ||
| + | {{Lua|nocat=true}} | ||
| + | * {{tlx|Lua}} | ||
| + | {{clear}} | ||
{{Lua|Module:Bananas|nocat=true}} | {{Lua|Module:Bananas|nocat=true}} | ||
* {{tlx|Lua|Module:Bananas}} | * {{tlx|Lua|Module:Bananas}} | ||
Revision as of 14:51, 31 May 2014
| This is a documentation subpage for Template:Lua. It contains usage information, categories and other content that is not part of the original template page. |
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.
Contents
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
| Error: no modules specified |
{{Lua}}
| This template uses Lua: |
{{Lua|Module:Bananas}}
| This template uses Lua: |
{{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