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

From FlightGear wiki
Jump to navigation Jump to search
(Prototype new navbox/sidebar)
(Restructuring navbox and page)
Line 1: Line 1:
Proposal for the documentation of the [[Nasal]] API.
Proposal for the documentation of the [[Nasal]] API.
 
__TOC__
== Documentation pages ==
{| class="wikitable"
{| class="wikitable"
|+ Nasal library {{Done}}
|+ Nasal library {{Done}}
Line 140: Line 141:
| state = collapsed
| state = collapsed


| content1 =  
| content1style = text-align: center;
* [[What is Nasal]]?
| content1 = [[Nasal success stories|Success stories]] • [[Nasal FAQ|FAQ]]
* [[Nasal success stories|Success stories]]
* [[Nasal FAQ]]
* [[Nasal Snippets]]
* [[Howto:Syntax highlighting for Nasal]]


| heading2 = Tools and utilities
| heading2 = Tools and utilities
| content2style = text-align: center;
| content2style = text-align: center;
| content2 = [[Nasal Console|Console]] • [[Interactive Nasal Console|REPL Console]] • [[Nasal Browser|Browser]]
| content2 = [[Nasal Console|Console]] • [[Interactive Nasal Console|REPL Console]] • [[Nasal Browser|Browser]] • [[Howto:Syntax highlighting for Nasal|Syntax highlighting]]


| heading3 = Getting started
| heading3 = Getting started
| content3 =
| content3 =
* [[Nasal Snippets]]
* [[Nasal for C++ programmers]]
* [[Nasal for C++ programmers]]
* [[Creating new Nasal scripts]]
* [[Creating new Nasal scripts]]
Line 206: Line 204:
}}
}}
{{Nasal Internals}}
{{Nasal Internals}}
{{-}}
== Misc ==
* Merge [[Nasal scripting language]] and [[What is Nasal]] into [[Nasal]]

Revision as of 11:36, 30 August 2016

Proposal for the documentation of the Nasal API.

Documentation pages

Nasal library Done Done
Old page(s) New page
Nasal library

Form: [[Nasal library/<namespace>]]

Nasal namespaces 10}% completed
Namespace New page Progress
aircraft Not started
bits
clipboard
debug
geo Nasal library/geo 80}% completed
gui Not started
http
io
math Nasal library/math Done Done
mp_broadcast Not started
os[.path]
positioned
props
scenery
screen
std (current page: Vector)
string
thread
utf8
view
Basic Nasal scripting Not done Not done
Subject Current page(s)
Hashes
Namespaces
Numbers Very little
Vectors
Strings Nasal Hello World
Conditions Nasal Conditionals
Operators Nasal Operators
Loops Nasal Loops
Functions Using Nasal functions
Advanced Nasal scripting Not done Not done
What? Current page(s)
Vector slicing Nasal Variables
OOP
Canvas API Not done Not done
What? Current page(s)
Canvas Element Canvas Element
Canvas Image Canvas Image
Canvas Path Canvas Path
Canvas Map
Event handling Canvas Event Handling
Canvas GUI
Layout system Canvas Layout System
Widgets None
Canvas MessageBox Canvas MessageBox

Navbox


Misc