Vorlage:Lua/Doku: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(use nocat=true in the examples)
K (26 Versionen von wikivoyage:Vorlage:Lua/Doku importiert)
 
(17 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
{{Documentation subpage}}
{{Bitte um Übersetzung|en}}
{{template shortcut|lua talk}}
{{Dokumentation Unterseite}}
<!-- 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]] 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 {{para|nocat|true}}.
This template is used to show that templates have been converted to [[w:Lua|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 ==
== Usage ==
{{tlx|lua|''module name''|''note''}}
 
; Basic usage
{{tlx|lua|''module name''}}
 
; All parameters
{{tlx|lua|''module name''|''note''|4=category=''custom category''|5=nocat=''true''}}


== Examples ==
== Examples ==
Zeile 13: Zeile 17:
{{lua|nocat=true}}
{{lua|nocat=true}}


* {{tlx|lua|Module:Bananas}}
* {{tlx|lua|Modul:Quickbar2}}
{{lua|Module:Bananas|nocat=true}}
{{lua|Modul:Quickbar2|nocat=true}}


* {{tlx|lua|Module:Bananas|You can use this script as an example to help you get started.}}
* {{tlx|lua|Modul:Quickbar2|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.|nocat=true}}
{{lua|Modul:Quickbar2|You can use this script as an example to help you get started.|nocat=true}}


== See also ==
== Categorisation ==
* [[Wikipedia:Lua]]
 
* {{tl|module rating}}
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 {{para|category}} parameter, e.g. {{para|category|Lua String-based templates}}. To suppress categorisation, use {{para|nocat|true}}.
 
== Siehe auch ==
* [[w:Lua]]


<includeonly>
<includeonly>
<!-- Categories go here, and interwikis go in Wikidata -->
<!-- Kategorien bitte hier, Interwiki-Links bitte nach Wikidata. Danke! -->
[[Category:Wikipedia templates]]
[[Kategorie:Vorlagen:Infoboxen|Lua]][[Kategorie:Vorlagen:für Vorlagen]]
 
</includeonly>
</includeonly>

Aktuelle Version vom 27. Januar 2023, 07:34 Uhr

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