Template:Canvas Navigation: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (we should probably introduce a new SVG specific section ??)
mNo edit summary
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Informative template|1=
<noinclude>{{Informative template|1=
== 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 ==
== Usage ==
Add the template to the top of the article text.
Add the template to the top of the article text.
  {{obr}}'''Canvas Navigation'''{{cbr}}
  {{obr}}'''Canvas Navigation'''{{cbr}}


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.
== Technical details ==
The Frameworks section uses {{tl|Canvas Frameworks}}.


}}
}}
Line 19: Line 23:
| 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]]
* [[Canvas - Getting started]]
<!--
<!--
Line 27: Line 34:
* [[Canvas Troubleshooting]] (core)
* [[Canvas Troubleshooting]] (core)
* [[Canvas Sandbox]] (core)
* [[Canvas Sandbox]] (core)
* [[Canvas Scenery Overlays]] (RFC)
* [[Howto:Processing legacy PUI dialogs using Canvas|PUI2Canvas]] (PUI/XML Parser)
* [[Howto:Processing legacy PUI dialogs using Canvas|PUI2Canvas]] (PUI/XML Parser)
* [[Canvas GUI]]
* [[Canvas GUI]]
Line 34: Line 40:
* [[Canvas Snippets]]
* [[Canvas Snippets]]


| heading2 = Frameworks
|heading2 = RFC
| content2 =  
| content2 =  
* [[Howto:New Canvas Execution Model]]
* [[Canvas SVG]]
* [[Canvas Popout Windows]]
* [[Canvas Scenery Overlays]]
| heading3 = Frameworks
| content3 =
{{Canvas Frameworks|mode=navbar}}
{{Canvas Frameworks|mode=navbar}}
* [[Canvas Glass Cockpit Efforts]]
* [[Canvas Glass Cockpit Efforts]]
Line 41: Line 54:
* [[How the Canvas subsystem works]]
* [[How the Canvas subsystem works]]
-->
-->
| heading3 = Tutorials
| heading4 = Tutorials
| content3 =
| content4 =
* [[Howto:Getting started with Canvas]]
* [[Howto:Getting started with Canvas]]
* [[Howto: Canvas Troubleshooting]]
* [[Howto: Canvas Troubleshooting]]
Line 60: Line 73:
* [[Howto:Creating a Canvas graph widget]]
* [[Howto:Creating a Canvas graph widget]]
* [[Canvas HUD]]
* [[Canvas HUD]]
| heading4 = Reference
| heading5 = Reference
| content4 =
| content5 =
* [[Canvas Element]]
* [[Canvas Element]]
** [[Canvas Group|Group]]
** [[Canvas Group|Group]]
Line 71: Line 84:
** [[Canvas MessageBox|MessageBox]]
** [[Canvas MessageBox|MessageBox]]
** [[Canvas Layout System|Layout System]]
** [[Canvas Layout System|Layout System]]
* [[Canvas - Event_Handling|Event Handling]]
* [[Canvas GUI API]]
| heading5 = Related
* [[Canvas draw library]]
| content5 =
* [[Canvas Event Handling|Event Handling]]
| heading6 = Related
| content6 =
* [[Canvas Properties]]
* [[Canvas Properties]]
* [[Unifying the 2D rendering backend via canvas]]
* [[Unifying the 2D rendering backend via canvas]]
Line 80: Line 95:
* [[Howto:Extending Canvas to support rendering 3D models]]
* [[Howto:Extending Canvas to support rendering 3D models]]


| heading6 = To be ported
| heading7 = To be ported
| content6 =  
| content7 =  
* [[Navigation display]] {{Progressbar|70}}
* [[Navigation display]] {{Progressbar|70}}
* [[Map]] {{Progressbar|80}}
* [[Map]] {{Progressbar|80}}
Line 87: Line 102:
* [[Canvas Nasal/JavaScript Subset]]
* [[Canvas Nasal/JavaScript Subset]]


| heading7 = Deprecated by Canvas
| heading8 = Deprecated by Canvas
| content7 =
| content8 =
* [[Complex Glass Cockpit Avionics]]
* [[Complex Glass Cockpit Avionics]]


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

Revision as of 11:31, 28 July 2020

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