Template:Nasal Internals: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{sidebar
{{sidebar
| topimage = [[File:Nasallogo3.png]]
| name = Nasal Internals
| name = Nasal Internals
| title = Nasal internals
| title = Nasal internals
Line 5: Line 6:


| content1 =  
| content1 =  
* [[Modernizing FlightGear Scripting]]
* [[Nasal Maintenance]]
* [[Nasal Maintenance]]
* [[Initializing Nasal early]]
* [[Nasal Initialization]]
* [[Howto: Extend Nasal]]
* [[Howto: Extend Nasal]]
* [[Nasal Events]]
* [[Nasal Events]]
Line 15: Line 17:
* [[How the Nasal GC works]]
* [[How the Nasal GC works]]
* [[How to add a new binary operator to Nasal]]
* [[How to add a new binary operator to Nasal]]
* [[Nasal/CppBind]] (wip)


<!--
<!--
Line 23: Line 26:
* [[How the Nasal Parser works]]  
* [[How the Nasal Parser works]]  
* [[How the Nasal Subsystem works]]  
* [[How the Nasal Subsystem works]]  
* [[Nasal/CppBind]]
 
-->
-->
}}
}}
<noinclude>{{Informative template|1=
<noinclude>
{{-}}
{{Informative template|1=
Navigation box for [[Nasal]] internals articles.
Navigation box for [[Nasal]] internals articles.


== Usage ==
== Usage ==
<code><nowiki>{{Nasal Internals}}</nowiki></code>
Put this on top of the article:
<nowiki>{{Nasal Internals}}</nowiki>
}}
}}


[[Category:Navigation templates]]</noinclude>
[[Category:Navigation templates]]</noinclude>

Revision as of 12:55, 8 January 2020


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

Navigation box for Nasal internals articles.

Usage

Put this on top of the article:

{{Nasal Internals}}