Vorlage:Lua: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(If first parameter is specified, use colon for the text, otherwise use dot character.)
K (37 Versionen von wpen:Template:Lua importiert)
 
(33 dazwischenliegende Versionen von 21 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|alt=Lua logo|link=Wikipedia:Lua]]
| 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 = {{#if:{{{icononly|}}} | |'''Uses''' [[Wikipedia:Lua|Lua]]{{#if:{{{1|<noinclude>1</noinclude>}}}|&#58;|.}}}}
}}<includeonly>{{#ifeq: {{{nocat|}}} | true
  {{{{#if:{{{icononly|}}} |Un}}bulleted list
|
    | {{#if:{{{1|<noinclude>1</noinclude>}}} |[[:{{{1}}}]]}}
| {{template other
    | {{#if:{{{2|}}} |[[:{{{2}}}]]}}
    | {{#switch: {{SUBPAGENAME}}  
    | {{#if:{{{3|}}} |[[:{{{3}}}]]}}
      | Doku | Sandkasten | Testszenario =
    | {{#if:{{{4|}}} |[[:{{{4}}}]]}}
      | #default = [[Kategorie:{{#if: {{{category|}}}  
    | {{#if:{{{5|}}} |[[:{{{5}}}]]}}
          | {{{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><!--
{{Dokumentation}}
 
<!-- Kategorien bitte auf die Unterseite /Doku, Interwiki-Links bitte nach Wikidata. Danke! -->
    ----------Categorization----------
</noinclude>
    -->{{#ifeq:{{{nocat|}}}|true | <!--(suppress categorization)-->
        | {{template other
          | {{#switch:{{SUBPAGENAME}}  
              | doc |sandbox |sandbox2 |testcases = <!--(don't categorize these subpages)-->
              | #default = [[Category:{{#if:{{{category|}}} |{{{category}}}
                                      | {{#switch:{{{1|}}}
                                          | Module:String = Lua String-based templates
                                          | Module:Math = Templates based on the Math Lua module
                                          | Module:BaseConvert = Templates based on the BaseConvert Lua module
                                          | Module:Citation |Module:Citation/CS1 = Lua-based citation templates
                                          | #default = Lua-based templates
                                        }}
                                      }}|{{PAGENAME}}<!--
                        -->]]
      }} }} }}<!--
    -->{{#if:{{{2|}}}{{#if:{{{1|}}} | |(first parameter absent)}}
        | [[Category:Lua templates with deprecated parameters]]
      }}<!--
 
--></includeonly><noinclude>{{Documentation}}</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