Vorlage:Lua/Doku: Unterschied zwischen den Versionen
K (DerFussi verschob Seite Vorlage:Lua/doc nach Vorlage:Lua/Doku, ohne dabei eine Weiterleitung anzulegen: nochmal Unsinn) |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{Dokumentation Unterseite}} | {{Dokumentation Unterseite}} | ||
{{template shortcut|lua talk}} | {{template shortcut|lua talk}} | ||
<!-- | <!-- 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 [[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]]. | 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]]. | ||
Zeile 33: | Zeile 33: | ||
<includeonly> | <includeonly> | ||
<!-- | <!-- Kategorien bitte hier, Interwiki-Links bitte nach Wikidata. Danke! --> | ||
[[ | [[Kategorie:Vorlagen:Formatierungshilfe]] | ||
</includeonly> | </includeonly> |
Version vom 3. Oktober 2013, 12:23 Uhr
![]() | Dies ist eine nachgeordnete Seite der Dokumentation von Vorlage:Lua. Sie enthält Informationen zur Verwendung, Kategorisierung und zu anderem Inhalt, der nicht Bestandteil der originalen Vorlage-Seite ist. |
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}}
![]() | Diese Vorlage benutzt Skripte geschrieben in der Programmiersprache Lua. Bitte informiere dich dort, wenn du mehr über die Sprache und ihren Einsatz erfahren willst. Diese Vorlagen sollte im Regelfall nicht ersetzt werden. |
{{lua|Module:Bananas}}
![]() | Diese Vorlage benutzt Module:Bananas, Skripte geschrieben in der Programmiersprache Lua. Bitte informiere dich dort, wenn du mehr über die Sprache und ihren Einsatz erfahren willst. Diese Vorlagen sollte im Regelfall nicht ersetzt werden. |
{{lua|Module:Bananas|You can use this script as an example to help you get started.}}
![]() | Diese Vorlage benutzt Module:Bananas, You can use this script as an example to help you get started., Skripte geschrieben in der Programmiersprache Lua. Bitte informiere dich dort, wenn du mehr über die Sprache und ihren Einsatz erfahren willst. Diese Vorlagen sollte im Regelfall nicht ersetzt werden. |
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