Template:Nasal Navigation: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Update)
(Update)
(9 intermediate revisions by 2 users not shown)
Line 10: Line 10:
[[Category:Navigation templates]]
[[Category:Navigation templates]]


</noinclude><includeonly>[[Category:Nasal]]</includeonly>{{forum|30|Nasal Scripting}}
</noinclude><includeonly>{{nocat|{{{nocat|}}}|Nasal}}</includeonly>{{forum|30|Nasal Scripting}}
{{sidebar with collapsible headers
{{sidebar with collapsible headers
| topimage = [[File:Nasallogo3.png]]
| topimage = [[File:Nasallogo3.png]]
Line 26: Line 26:


| heading2 = Tools and utilities
| heading2 = Tools and utilities
| content2 =
| content2style = text-align: center;
* [[Nasal Console|The Nasal Console]]
| content2 = [[Nasal Console|Console]] &bull; [[Interactive Nasal Console|REPL Console]] &bull; [[Nasal Browser|Browser]]
* [[Interactive Nasal Console|The Nasal REPL Console]] (3.2+)
* [[Nasal Browser|The Nasal Browser]] (3.3+)


| heading3 = Getting started
| heading3 = Getting started
| content3 =
| content3 =
* [[Nasal Best Practices]]
* [[Nasal for C++ programmers]]
* [[Nasal for C++ programmers]]
* [[Creating new Nasal scripts]]
* [[Creating new Nasal scripts]]
Line 44: Line 43:
* [[Nasal Conditionals]]
* [[Nasal Conditionals]]
* [[Nasal Loops]]
* [[Nasal Loops]]
* [[Numbers in Nasal]]
* [[Nasal Operators]]
* [[Nasal Operators]]
* [[Howto:Use vectors and foreach loops to write shorter code]]
* [[Howto:Use vectors and foreach loops to write shorter code]]
* [[Howto:Start using vectors and hashes in Nasal]]
* [[Howto:Start using vectors and hashes in Nasal]]
* [[Nasal library]]
* [[Nasal library]] ([[Nasal library#Core library functions|core]]/[[Nasal library#Extension functions|extension]] functions)
** [[Nasal library#Core library functions|Core functions]]
** [[Nasal library/clipboard|<code>clipboard</code> namespace]]
** [[Nasal library#Extension functions|Extension functions]]
** [[Nasal library/debug|<code>debug</code> namespace]]
** [[Nasal library/geo|<code>geo</code> namespace]]
** [[Nasal library/io|<code>io</code> namespace]]
** [[Nasal library/math|<code>math</code> namespace]]
** [[Nasal library/os.path|<code>os.path</code> namespace]]
** [[Nasal library/props|<code>props</code> namespace]]
* [[Nasal String Manipulation]]
* [[Nasal String Manipulation]]
* [[Howto:Write a parser in Nasal]]
* [[Howto:Write a parser in Nasal]]

Revision as of 09:43, 26 April 2018

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}}