Difference between revisions of "Template:Lua/doc"
Jump to navigation
Jump to search
blackwiki>Mr. Stradivarius (add shortcut) |
blackwiki>Mr. Stradivarius (add note param and an example) |
||
| Line 6: | Line 6: | ||
== Usage == | == Usage == | ||
| − | {{tlx|lua|''module name''}} | + | {{tlx|lua|''module name''|''note''}} |
== Examples == | == Examples == | ||
| Line 15: | Line 15: | ||
* {{tlx|lua|Module:Bananas}} | * {{tlx|lua|Module:Bananas}} | ||
{{lua|Module:Bananas}} | {{lua|Module:Bananas}} | ||
| + | |||
| + | * {{tlx|lua|Module:Bananas|You can use this script as an example to help you get started.}} | ||
| + | {{lua|Module:Bananas|You can use this script as an example to help you get started.}} | ||
== See also == | == See also == | ||
Revision as of 09:56, 19 July 2013
| 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 if the page is in the template namespace, and it is not on any of the subpages /doc, /sandbox, /sandbox2 or /testcases. To suppress categorisation explicitly, use |nocat=true.
Usage
{{lua|module name|note}}
Examples
{{lua}}
| File:Lua-Logo.svg | Error: no modules specified |
{{lua|Module:Bananas}}
| File:Lua-Logo.svg | This template uses Lua: |
{{lua|Module:Bananas|You can use this script as an example to help you get started.}}
| File:Lua-Logo.svg | This template uses Lua: |
See also