Vorlage:Lua: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(use mbox and add Category:Lua-based templates)
(add option to specify nocat=true)
Zeile 2: Zeile 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
| {{#switch: {{SUBPAGENAME}}  
|
    | doc | sandbox | sandbox2 | testcases =  
| {{template other
    | #default = [[Category:Lua-based templates]]  
    | {{#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>

Version vom 18. Juli 2013, 14:45 Uhr

Template-info.png Dokumentation für die Vorlage {{Lua}}[Ansicht] [Bearbeiten] [Versionsgeschichte] [Aktualisieren]


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 Kategorie:Lua-basierte Vorlagen.

Usage

Basic usage

{{lua|module name}}

All parameters

{{lua|module name|note|category=custom category|nocat=true}}

Examples

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

Categorisation

This template adds pages to Kategorie:Lua-basierte Vorlagen 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.

Siehe auch

Hinweise