Difference between revisions of "Template:Lua programming language"

From blackwiki
Jump to navigation Jump to search
imported>Sardanaphalus
(state handling / Documentation, link (group4name), linktext (list4), below (Lua in Wikipedia))
imported>Sardanaphalus
(Not many links per group at present, so Navbox with columns)
Line 1: Line 1:
{{Navbox
+
{{Navbox with columns
 
| name = Lua programming language
 
| name = Lua programming language
 
| state = {{{state|{{{1|}}}}}}
 
| state = {{{state|{{{1|}}}}}}
 
| title = [[Lua (programming language)|Lua programming language]]
 
| title = [[Lua (programming language)|Lua programming language]]
 
| listclass = hlist
 
| listclass = hlist
 +
| colheaderstyle = white-space:nowrap;
 +
| colstyle = text-align:center;
  
| group1 = Interpreters and compilers <!--(implementations, not ports)-->
+
| col1header = Interpreters and compilers <!--(implementations, not ports)-->
| list1 =
+
| col1 =
 
*[[Lua (programming language)|Lua]]
 
*[[Lua (programming language)|Lua]]
 
*[[Parrot virtual machine|Parrot]]
 
*[[Parrot virtual machine|Parrot]]
  
| group2 = Frameworks and libraries
+
| col2header = Frameworks and libraries
| list2 =
+
| col2 =
 
*[[IUP (software)|IUP]]
 
*[[IUP (software)|IUP]]
 
*[[Kepler (software)|Kepler]]
 
*[[Kepler (software)|Kepler]]
  
| group3 = Ports and distributions
+
| col3header = Ports and distributions
| list3 =
+
| col3 =
 
*[[Plua]]
 
*[[Plua]]
 
*[[Lua Player]]
 
*[[Lua Player]]
 
*[[Corona (software development kit)|Corona]]
 
*[[Corona (software development kit)|Corona]]
  
| group4 = [[Integrated development environment|IDE]]s
+
| col4header = [[Integrated development environment|IDE]]s
| list4 =
+
| col4 =
 
*[[Unknown Worlds Entertainment|Decoda]]
 
*[[Unknown Worlds Entertainment|Decoda]]
 
*[[SciTE]]
 
*[[SciTE]]
 
*[[Comparison of integrated development environments#Lua|Comparison of Lua IDEs]]
 
*[[Comparison of integrated development environments#Lua|Comparison of Lua IDEs]]
  
| group5 = Applications
+
| col5header = Applications
| list5 =
+
| col5 =
 
*[[Prosody (software)|Prosody]]
 
*[[Prosody (software)|Prosody]]
  

Revision as of 13:50, 14 September 2014

Template documentation

Initial visibility: currently defaults to autocollapse

To set this template's initial visibility, the |state= parameter may be used:

  • |state=collapsed: {{Lua programming language|state=collapsed}} to show the template collapsed, i.e., hidden apart from its title bar
  • |state=expanded: {{Lua programming language|state=expanded}} to show the template expanded, i.e., fully visible
  • |state=autocollapse: {{Lua programming language|state=autocollapse}}
    • shows the template collapsed to the title bar if there is a {{navbar}}, a {{sidebar}}, or some other table on the page with the collapsible attribute
    • shows the template in its expanded state if there are no other collapsible items on the page

If the |state= parameter in the template on this page is not set, the template's initial visibility is taken from the |default= parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse.