User:Red Leader/Nasal documentation proposal: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Update + use tables)
(Save)
Line 1: Line 1:
Proposal for the documentation of the [[Nasal]] API.
Proposal for the documentation of the [[Nasal]] API. {{Note|Feel free to expand this.}}


{| class="wikitable"
{| class="wikitable"
|+ Nasal library
|+ Nasal library
! Old page(s) !! New page(s)
! Old page(s) !! New page
|-  
|-  
|  
|  
Line 13: Line 13:
{| class="wikitable"
{| class="wikitable"
|+ Nasal namespaces
|+ Nasal namespaces
! Namespace !! Page(s)
! Namespace !! New page
|-
|-
| <code>math</code> || [[User:Red Leader/Nasal library/math.nas]]
| <code>math</code> || [[User:Red Leader/Nasal library/math.nas]]
|-
|-
| <code>geo</code> || {{n/a}}
| <code>geo</code> || {{N/a|Not started}}
|}  
|-
| <code>etc.</code> || {{N/a|Not started}}
|}
 
{| class="wikitable"
|+ Basic Nasal scripting
! Type !! Old page(s)
|-
| Hashes  ||
* [[Howto:Start using vectors and hashes in Nasal]]
* [[Object Oriented Programming with Nasal]]
* [[Object oriented programming in Nasal]]
* [[Howto:Understand Namespaces and Methods]]
* [[Nasal Namespaces in-depth]]
|-
| Numbers || {{N/a}}
|-
| Vectors ||
* [[Nasal Variables]]
* [[Howto:Use vectors and foreach loops to write shorter code]]
* [[Howto:Start using vectors and hashes in Nasal]]
|-
| Strings || [[Nasal Hello World]]
|-
| Conditions || [[Nasal Conditionals]]
|-
| Operators || [[Nasal Operators]]
|-
| Loops || [[Nasal Loops]]
|-
| Functions || [[Using Nasal functions]]
|}
 
{| class="wikitable"
|+ Advanced Nasal scripting
! Type !! Old page(s)
|-
| Vector sclicing  ||
* [[Nasal Variables]]
|-
|}


* Nasal library functions
<!-- ** [[Nasal_library_functions|Original]]
** [[List_of_Nasal_extension_functions|Added]] -->
** Coding in Nasal
<!-- * Nasal namespace documentation
** geo.nas
** math.nas
** etc. ... -->
* [[Canvas]] [[Nasal]] API documentation
* [[Canvas]] [[Nasal]] API documentation
** [[Canvas Element]]
** [[Canvas Element]]

Revision as of 11:45, 21 January 2015

Proposal for the documentation of the Nasal API.

Note  Feel free to expand this.
Nasal library
Old page(s) New page
User:Red Leader/Nasal library
Nasal namespaces
Namespace New page
math User:Red Leader/Nasal library/math.nas
geo Not started
etc. Not started
Basic Nasal scripting
Type Old page(s)
Hashes
Numbers N/A
Vectors
Strings Nasal Hello World
Conditions Nasal Conditionals
Operators Nasal Operators
Loops Nasal Loops
Functions Using Nasal functions
Advanced Nasal scripting
Type Old page(s)
Vector sclicing