Vorlage:Lua: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(convert this to a smaller version as per User:TheDJ's suggestion on the talk page)
K (37 Versionen von wpen:Template:Lua importiert)
 
(37 dazwischenliegende Versionen von 23 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
{{mbox
{{ombox
| type = notice
| type = content
| small = yes
| image = [[File:Lua-Logo.svg|40px]]
| image = [[File:Lua-logo-nolabel.svg|30px]]
| 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.
| text  = '''Uses''' [[Wikipedia:Lua|Lua]]: {{bulleted list | {{#if:{{{1|<noinclude>1</noinclude>}}}|[[:{{{1}}}]]}} | {{#if:{{{2|}}}|[[:{{{2}}}]]}} | {{#if:{{{3|}}}|[[:{{{3}}}]]}} | {{#if:{{{4|}}}|[[:{{{4}}}]]}} | {{#if:{{{5|}}}|[[:{{{5}}}]]}} }}
}}<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:{{#if: {{{category|}}}  
       | #default = [[Kategorie:{{#if: {{{category|}}}  
           | {{{category}}}  
           | {{{category}}}  
           | {{#switch: {{{1|}}}
           | {{#switch: {{{1|}}}
             | Module:String                        = Lua String-based templates
             | Module:String                        = Lua-basierte Vorlagen
             | Module:Math                          = Templates based on the Math Lua module
             | Module:Math                          = Lua-basierte Vorlagen
             | Module:BaseConvert                    = Templates based on the BaseConvert Lua module
             | Module:BaseConvert                    = Lua-basierte Vorlagen
             | Module:Citation | Module:Citation/CS1 = Lua-based citation templates
             | Module:Citation | Module:Citation/CS1 = Lua-basierte Vorlagen
             | #default                              = Lua-based templates
             | #default                              = Lua-basierte Vorlagen
             }}
             }}
         }}|{{PAGENAME}}]]  
         }}|{{PAGENAME}}]]  
       }}  
       }}  
   }}
   }}
}}{{#if: {{{2|}}} | [[Category:Lua templates with deprecated parameters]] }}</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