Template:Canvas Navigation: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (CanvasMFD (stub))
(doc: +-layout: Moved lead section to top, +Uses Template:Canvas Frameworks for the Frameworks section)
(46 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{forum|71|Canvas}}
<noinclude>{{Informative template|1=
{{sidebar
== Goal ==
Adding the template to an page in the main namespace, the article namespace, or the howto namespace will add [[:Category:Canvas]] to the page.  In addition [[:Category:Howto]] will be added to articles in the howto namespace, and [[:Category:Core development projects]] will be added to articles in the main namespace.
 
== Usage ==
Add the template to the top of the article text.
{{obr}}'''Canvas Navigation'''{{cbr}}
 
== Technical details ==
The Frameworks section uses {{tl|Canvas Frameworks}}.
 
}}
 
[[Category:Navigation templates]]
[[Category:Canvas]]
</noinclude>{{forum|71|Canvas}}
{{sidebar with collapsible headers
| name = Canvas Navigation
| name = Canvas Navigation
| title = Canvas - the FlightGear 2D drawing API
| title = Canvas - the FlightGear 2D drawing API
| contentstyle= text-align: left;
| contentstyle = text-align: left;
| state = collapsed


| content1 =  
| content1 =  
* [[Canvas]] - Main Page
* [[Canvas]] - Main Page
* [[Canvas News]] - for the latest developments
* [[Canvas Efforts]] - projects using the Canvas system
* [[Canvas FAQs]] - frequently asked questions
* [[Canvas - Getting started]]
<!--
(as of 07/2015 this hasn't been updated ...)
* [[Canvas-hackers]] (team clone)
-->
* [[Canvas Development]] (core)
* [[Canvas Troubleshooting]] (core)
* [[Canvas Sandbox]] (core)
* [[Canvas Scenery Overlays]] (RFC)
* [[Howto:Processing legacy PUI dialogs using Canvas|PUI2Canvas]] (PUI/XML Parser)
* [[Canvas GUI]]
* [[Canvas GUI]]
* [[Canvas Widgets]]
* [[Canvas Widgets]]
* [[Canvas Maps]]
* [[Canvas Maps]]
* [[Canvas Map API]]
* [[Canvas Snippets]]
* [[MapStructure]]
* [[NavDisplay]]
* [[CanvasMFD]]
* [[Canvas MCDU Framework]]
* [[Canvas Wrappers]]


| heading2 = Frameworks
| content2 =
{{Canvas Frameworks|mode=navbar}}
* [[Canvas Glass Cockpit Efforts]]
<!--
<!--
* [[How the Canvas subsystem works]]
* [[How the Canvas subsystem works]]
-->
-->
| heading2 = Tutorials
| heading3 = Tutorials
| content2 =
| content3 =
* [[Howto:Adding a canvas to a GUI dialog]]
* [[Howto:Getting started with Canvas]]
* [[Howto: Canvas Troubleshooting]]
* [[Howto:Adding a canvas to a GUI dialog]] (PUI!)
* [[Howto:Creating a Canvas GUI dialog file]] (New)
* [[Howto:Dynamic Liveries via Canvas]] (new)
* [[Howto:Creating a Canvas GUI Widget]]
* [[Howto:Add a 2D canvas instrument to your aircraft]]
* [[Howto:Add a 2D canvas instrument to your aircraft]]
* [[Howto:Parsing 2D Instruments using the Canvas]]
* [[Howto:Parsing 2D Instruments using the Canvas]]
* [[Howto:Creating fullscreen Canvas applications]]
* [[Howto:Creating fullscreen Canvas applications]]
* [[Howto:Use SVG inside a Canvas]]
* [[Howto:Use SVG inside a Canvas]]
* [[Howto:Extend the Canvas SVG module]]
* [[Howto:Serializing a Canvas to SVG]]
* [[Howto:Canvas applications as Nasal submodules]]
* [[Howto:Canvas applications as Nasal submodules]]
* [[Howto:Using raster images and nested canvases]]
* [[Howto:Using raster images and nested canvases]]
Line 32: Line 67:
* [[Howto:Creating a Canvas graph widget]]
* [[Howto:Creating a Canvas graph widget]]
* [[Canvas HUD]]
* [[Canvas HUD]]
| heading3 = Reference
| heading4 = Reference
| content3 =
| content4 =
* [[Canvas Element]]
* [[Canvas Element]]
** [[Canvas Group|Group]]
** [[Canvas Group|Group]]
Line 40: Line 75:
** [[Canvas Path|Path]]
** [[Canvas Path|Path]]
** [[Canvas Text|Text]]
** [[Canvas Text|Text]]
* [[Canvas Readme]]
* [[Canvas Nasal API]]
* [[Canvas Nasal API]]
* [[Canvas - Event_Handling|Event Handling]]
** [[Canvas MessageBox|MessageBox]]
| heading4 = Related
** [[Canvas Layout System|Layout System]]
| content4 =
* [[Canvas GUI API]]
* [[Canvas draw library]]
* [[Canvas Event Handling|Event Handling]]
| heading5 = Related
| content5 =
* [[Canvas Properties]]
* [[Canvas Properties]]
* [[Original Canvas Proposal]]
* [[Unifying the 2D rendering backend via canvas]]
* [[Unifying the 2D rendering backend via canvas]]
* [[FGCanvas]]
* [[Howto:Create a 2D drawing API for FlightGear]]
* [[Howto:Create a 2D drawing API for FlightGear]]
* [[Howto:Use a Camera View in an Instrument]]
* [[Howto:Use a Camera View in an Instrument]]
* [[Howto:Extending Canvas to support rendering 3D models]]


| heading5 = To be ported
| heading6 = To be ported
| content5 =  
| content6 =  
* [[Navigation display]] {{Not done}}
* [[Navigation display]] {{Progressbar|70}}
* [[Map]] {{Not done}}
* [[Map]] {{Progressbar|80}}
* [[FGCanvas]] {{Progressbar|20}}
* [[Canvas Nasal/JavaScript Subset]]


| heading6 = Obsolete <br/>(depreciated by the Canvas)
| heading7 = Deprecated by Canvas
| content6 =
| content7 =
* [[Complex Glass Cockpit Avionics]]
* [[Complex Glass Cockpit Avionics]]
* [[OpenGL GUI RESOURCES]]


}}
[[Category:Canvas]]
[[Category:Core development projects]]
<noinclude>{{Informative template|1=
== Usage ==
<code><nowiki>{{Canvas Navigation}}</nowiki></code>


}}[[Category:Navigation templates]]</noinclude>
}}<includeonly>{{main other|[[Category:Canvas]][[Category:Core development projects]]}}
{{howto other|[[Category:Canvas]][[Category:Howto]]}}</includeonly>

Revision as of 11:45, 8 September 2019

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

Goal

Adding the template to an page in the main namespace, the article namespace, or the howto namespace will add Category:Canvas to the page. In addition Category:Howto will be added to articles in the howto namespace, and Category:Core development projects will be added to articles in the main namespace.

Usage

Add the template to the top of the article text.

{{Canvas Navigation}}

Technical details

The Frameworks section uses {{Canvas Frameworks}}.