Vorlage:Lua/Doku: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
Keine Bearbeitungszusammenfassung
K (26 Versionen von wikivoyage:Vorlage:Lua/Doku importiert)
 
(5 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
{{Bitte um Übersetzung|en}}
{{Bitte um Übersetzung|en}}
{{Dokumentation Unterseite}}
{{Dokumentation Unterseite}}
<!-- Kategorien bitte an das Ende der Seite, Interwiki-Links bitte nach Wikidata. Danke! -->


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]].
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 ==
Zeile 29: Zeile 28:


== Siehe auch ==
== Siehe auch ==
* [[:w:Lua]]
* [[w:Lua]]


<includeonly>
<includeonly>
<!-- Kategorien bitte hier, Interwiki-Links bitte nach Wikidata. Danke! -->
<!-- Kategorien bitte hier, Interwiki-Links bitte nach Wikidata. Danke! -->
[[Kategorie:Vorlagen:Infoboxen|Lua]]
[[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