The wiki has moved!

Visit the new wiki at stationeers-wiki.com The old wiki here at legacy.stationeers-wiki.com will sunset eventually.

Edits made after the 7th of March 6PM EST were NOT carried over to the new server as previously announced right here in this box.

 Actions

Template

Difference between revisions of "Lua"

From Unofficial Stationeers Wiki

(allow overriding the category)
(allow automatic categorisation for String, Math, and BaseConvert modules)
Line 7: Line 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}}]]  
 
       }}  
 
       }}  
 
   }}
 
   }}

Revision as of 04:06, 21 July 2013

Template documentation[create]