Template:Lua: Difference between revisions
Jump to navigation
Jump to search
m>Mr. Stradivarius use mbox and add Category:Lua-based templates |
m>Mr. Stradivarius add option to specify nocat=true |
||
Line 2: | Line 2: | ||
| image = [[File:Gnome-utilities-terminal.svg|42px]] | | image = [[File:Gnome-utilities-terminal.svg|42px]] | ||
| text = This template uses {{#if: {{{1|}}} | '''[[{{{1}}}]]''', a script written in }} the [[Lua (programming language)|Lua programming language]]. Please see [[Wikipedia:Lua]] if you want to learn more about Lua or help convert other templates. | | text = This template uses {{#if: {{{1|}}} | '''[[{{{1}}}]]''', a script written in }} the [[Lua (programming language)|Lua programming language]]. Please see [[Wikipedia:Lua]] if you want to learn more about Lua or help convert other templates. | ||
}}<includeonly>{{template other | }}<includeonly>{{#ifeq: {{{nocat|}}} | true | ||
| | |||
| {{template other | |||
| {{#switch: {{SUBPAGENAME}} | |||
}} | | doc | sandbox | sandbox2 | testcases = | ||
| #default = [[Category:Lua-based templates]] | |||
}} | |||
}} | |||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
<!-- Categories go on the /doc subpage, and interwikis go in Wikidata --> | <!-- Categories go on the /doc subpage, and interwikis go in Wikidata --> | ||
</noinclude> | </noinclude> |
Revision as of 12:45, 18 July 2013
This template uses the Lua programming language. Please see Wikipedia:Lua if you want to learn more about Lua or help convert other templates. |
This template is used to show that templates have been converted to Lua. It is placed at the top of the template's /doc page. It automatically adds the template to Category:Lua-based templates, or to one of its subcategories.
Usage
- Basic
{{Lua|module name}}
- All parameters
{{Lua|module 1|module 2|module 3|...|category=custom category|nocat=true}}
The first module name is required.
See also
{{#lst:Template:Template list|utility-templates}}