Mal:Lua/dok: Forskjell mellom sideversjoner

Fra Wikisida.no
Hopp til navigering Hopp til søk
(link Lua)
Ingen redigeringsforklaring
Linje 34: Linje 34:
<includeonly>
<includeonly>
<!-- Categories go here, and interwikis go in Wikidata -->
<!-- Categories go here, and interwikis go in Wikidata -->
[[Category:Wikipedia templates]]
[[Category:Wikipedia Lua templates]]


</includeonly>
</includeonly>

Sideversjonen fra 11. nov. 2013 kl. 13:23

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 name|note|category=custom category|nocat=true}}

Examples

  • {{lua|Module:Bananas}}
  • {{lua|Module:Bananas|You can use this script as an example to help you get started.}}

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