Vorlage:Lua: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(add option to specify nocat=true)
K (37 Versionen von wpen:Template:Lua importiert)
 
(62 dazwischenliegende Versionen von 29 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
{{mbox
{{ombox
| image = [[File:Gnome-utilities-terminal.svg|42px]]
| type  = content
| 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.
| image = [[File:Lua-Logo.svg|40px]]
| text  = Diese Vorlage benutzt {{#if: {{{1|}}} | '''[[{{{1}}}]]''', }} {{#if: {{{2|}}} | '''[[{{{2}}}]]''', }} {{#if: {{{3|}}} | '''[[{{{3}}}]]''', }} Skripte geschrieben in der [[w:Lua|Programmiersprache Lua]]. Bitte informiere dich [[w:Lua|dort]], wenn du mehr über die Sprache und ihren Einsatz erfahren willst. {{{text|}}} Diese Vorlagen sollte im Regelfall {{Strong|nicht}} [[Hilfe:Vorlagen#Verwendung von Vorlagen|ersetzt]] werden.
}}<includeonly>{{#ifeq: {{{nocat|}}} | true
}}<includeonly>{{#ifeq: {{{nocat|}}} | true
  |
  |
  | {{template other
  | {{template other
     | {{#switch: {{SUBPAGENAME}}  
     | {{#switch: {{SUBPAGENAME}}  
       | doc | sandbox | sandbox2 | testcases =  
       | Doku | Sandkasten | Testszenario =  
       | #default = [[Category:Lua-based templates]]  
       | #default = [[Kategorie:{{#if: {{{category|}}}
          | {{{category}}}
          | {{#switch: {{{1|}}}
            | Module:String                        = Lua-basierte Vorlagen
            | Module:Math                          = Lua-basierte Vorlagen
            | Module:BaseConvert                    = Lua-basierte Vorlagen
            | Module:Citation | Module:Citation/CS1 = Lua-basierte Vorlagen
            | #default                              = Lua-basierte Vorlagen
            }}
        }}|{{PAGENAME}}]]  
       }}  
       }}  
   }}
   }}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{documentation}}
{{Dokumentation}}
<!-- Categories go on the /doc subpage, and interwikis go in Wikidata -->
<!-- Kategorien bitte auf die Unterseite /Doku, Interwiki-Links bitte nach Wikidata. Danke! -->
</noinclude>
</noinclude>

Aktuelle Version vom 8. Februar 2023, 17:27 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