Vorlage:Lua: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(allow overriding the category)
(allow automatic categorisation for String, Math, and BaseConvert modules)
Zeile 7: Zeile 7:
     | {{#switch: {{SUBPAGENAME}}  
     | {{#switch: {{SUBPAGENAME}}  
       | doc | sandbox | sandbox2 | testcases =  
       | doc | sandbox | sandbox2 | testcases =  
       | #default = [[Category:{{#if: {{{category|}}} | {{{category}}} | Lua-based templates }}|{{PAGENAME}}]]  
       | #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
            | #default          = Lua-based templates
            }}
        }}|{{PAGENAME}}]]  
       }}  
       }}  
   }}
   }}

Version vom 21. Juli 2013, 11:06 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