Template:Nasal Navigation: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Update)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:


</noinclude><includeonly>{{nocat|{{{nocat|}}}|Nasal}}</includeonly>{{forum|30|Nasal Scripting}}
</noinclude><includeonly>{{nocat|{{{nocat|}}}|Nasal}}</includeonly>{{forum|30|Nasal Scripting}}
{{sidebar with collapsible headers
| topimage = [[File:Nasallogo3.png]]
| name = Nasal Navigation
| title = [[Nasal|Nasal scripting]]
| contentstyle = text-align: left;
| state = collapsed


| content1 =  
{{Sidebar with collapsible lists
| name    = Nasal Navigation
| pretitle = [[File:Nasallogo3.png|link=Nasal]]
| title    = [[Nasal|Nasal scripting]]
| expanded = {{{expanded|}}}
 
| content1   =  
* [[What is Nasal]]?
* [[What is Nasal]]?
* [[Nasal success stories|Success stories]]
* [[Nasal success stories|Success stories]]
Line 25: Line 25:
* [[Howto:Syntax highlighting for Nasal]]
* [[Howto:Syntax highlighting for Nasal]]


| heading2 = Tools and utilities
| list2title = Tools and utilities
| content2style = text-align: center;
| list2      = [[Nasal Console|Console]] &bull; [[Interactive Nasal Console|REPL Console]] &bull; [[Nasal Browser|Browser]]
| content2 = [[Nasal Console|Console]] &bull; [[Interactive Nasal Console|REPL Console]] &bull; [[Nasal Browser|Browser]]


| heading3 = Getting started
| list3title = Getting started
| content3 =
| list3      =
* [[Nasal Best Practices]]
* [[Nasal Best Practices]]
* [[Nasal for C++ programmers]]
* [[Nasal for C++ programmers]]
Line 55: Line 54:
** [[Nasal library/os.path|<code>os.path</code> namespace]]
** [[Nasal library/os.path|<code>os.path</code> namespace]]
** [[Nasal library/props|<code>props</code> namespace]]
** [[Nasal library/props|<code>props</code> namespace]]
* [[Nasal String Manipulation]]
** [[Nasal String Manipulation|<code>string</code> namespace]]
** [[Nasal library/flightplan|flightplan library]]
* [[Howto:Write a parser in Nasal]]
* [[Howto:Write a parser in Nasal]]
* [[Nasal File I/O]]
* [[Nasal Flightplan]]
* [[Nasal Flightplan]]
* [[Object oriented programming in Nasal|OOP Introduction]]
* [[Object oriented programming in Nasal|OOP Introduction]]
Line 66: Line 65:
* [[Developing and debugging Nasal code]]
* [[Developing and debugging Nasal code]]


| heading4 = Advanced Tutorials
| list4title = Advanced Tutorials
| content4 =
| list4      =
* [[Caching Nasal function calls]]
* [[Caching Nasal function calls]]
* [[Nasal Unit Testing Framework]] (WIP)
* [[Nasal Unit Testing Framework]] (WIP)
Line 88: Line 87:
* [[Howto:Nasal Metaprogramming]]
* [[Howto:Nasal Metaprogramming]]
* [[Nasal/JavaScript Subset]]
* [[Nasal/JavaScript Subset]]
}}


}}
{{Nasal Internals}}
{{Nasal Internals}}

Latest revision as of 16:57, 28 June 2022

The following template description is not displayed when the template is inserted in an article.

Navigation box for core Nasal articles.

Usage

Put this at the top of the article:

{{Nasal Navigation}}