Difference between revisions of "Template:Lua programming language"

From blackwiki
Jump to navigation Jump to search
imported>Sardanaphalus
(Not many links per group at present, so Navbox with columns)
imported>User 53
m
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Navbox with columns
+
{{Navbox
| 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;
 
  
| col1header = Interpreters and compilers <!--(implementations, not ports)-->
+
|group1 = Interpreters and compilers <!--(implementations, not ports)-->
| col1 =
+
|list1 =
*[[Lua (programming language)|Lua]]
+
*[[Lua (programming language)|Lua]] (reference implementation from [[PUC-Rio]])
 +
*[[LuaJIT]]
 
*[[Parrot virtual machine|Parrot]]
 
*[[Parrot virtual machine|Parrot]]
  
| col2header = Frameworks and libraries
+
|group2 = Package manager
| col2 =
+
|list2 =
*[[IUP (software)|IUP]]
+
*[[LuaRocks]]
*[[Kepler (software)|Kepler]]
 
  
| col3header = Ports and distributions
+
|group3 = Ports and distributions
| col3 =
+
|list3 =
 
*[[Plua]]
 
*[[Plua]]
*[[Lua Player]]
+
*Lua Player
*[[Corona (software development kit)|Corona]]
+
*[[Löve (game engine)|LÖVE]]
 +
*[[Solar2D]]
  
| col4header = [[Integrated development environment|IDE]]s
+
|group4 = [[Integrated development environment|IDE]]s
| col4 =
+
|list4 =
 
*[[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]]
  
| col5header = Applications
+
|group5 = Applications and frameworks
| col5 =
+
|list5 =
 
*[[Prosody (software)|Prosody]]
 
*[[Prosody (software)|Prosody]]
 +
*[[Torch (machine learning)|Torch]]
 +
*[[Tarantool]]
 +
*[[IUP (software)|IUP]]
 +
*[[List of applications using Lua]]
  
| below = [[Wikipedia:Lua|Lua in Wikipedia]]
+
|below = [[Wikipedia:Lua|Lua in Wikipedia]]
+
}}<noinclude>{{Documentation |content=
}}<noinclude>
 
{{Documentation
 
| content =
 
 
{{Collapsible option |statename=optional}}
 
{{Collapsible option |statename=optional}}
  
 
[[Category:Programming language templates|Lua]]
 
[[Category:Programming language templates|Lua]]
 
[[Category:Lua (programming language)|τ]]
 
[[Category:Lua (programming language)|τ]]
}}<!--(end Documentation)-->
+
}}</noinclude>
</noinclude>
 

Latest revision as of 10:50, 15 January 2021

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.