Mal:Lua/dok: Forskjell mellom sideversjoner
< Mal:Lua
(update with category parameter explanation) |
(link Lua) |
||
Linje 3: | Linje 3: | ||
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> |
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> |
||
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]]. |
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]]. |
||
== Usage == |
== Usage == |
Sideversjonen fra 20. jul. 2013 kl. 05:34
![]() | Dette er en underside med dokumentasjon for Mal:Lua (se denne siden for selve malen). Den inneholder brukerinformasjon, kategorier og annet som ikke er del av den originale malsiden. |
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}}
![]() | Feil: ingen moduler angitt |
{{lua|Module:Bananas}}
![]() | Denne malen benytter seg av Lua: |
{{lua|Module:Bananas|You can use this script as an example to help you get started.}}
![]() | Denne malen benytter seg av Lua: |
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