Template:Canvas Frameworks: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
m (remove obsolete stuff, add new one created by jsb: Canvas EFIS Framework)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#switch: {{{mode|by-year}}}
{{#switch: {{{mode|by-year}}}
  | by-year=  
  | by-year =  


=== 2013 ===
 
* [[MapStructure]] (2013/2014: Philosopher & Hooray) {{Progressbar|70}}
{{#switch: {{{year|2013}}}
 
| 2013 =
* [[Canvas EFIS Framework]] (2020/02): {{Usr|jsb}} {{Progressbar|50}}
* [[Canvas MapStructure]] (2013/2014: Philosopher & Hooray) {{Progressbar|70}}  
* [[NavDisplay]] (2013/2014: Gijs, Hyde) {{Progressbar|60}}
* [[NavDisplay]] (2013/2014: Gijs, Hyde) {{Progressbar|60}}
* [[Canvas GUI]] (2013-2015: TheTom) {{Progressbar|40}}
* [[Canvas GUI]] (2013-2015: TheTom) {{Progressbar|40}}
* [[Canvas Map API]] (2012: Hooray) {{Progressbar|50}}
* [[Canvas MCDU Framework]] (2012: TheTom) {{Progressbar|60}}
* [[Canvas MCDU Framework]] (2012: TheTom) {{Progressbar|60}}


=== Yet to come ===
}}
See [[Unifying the 2D rendering backend via canvas]] and [[Canvas Wrappers]].


* [[Canvas Animation Framework]] (mostly copy/paste from existing frameworks)
| detailed =
* [[Canvas MFD Framework]] (2014: F-JYL, Hooray) {{Not done}}
'''detailed mode'''
* [[Canvas Radar]] (2014: 5H1N0B1, Hooray) {{Not done}}
* [[Canvas PFD Framework]] (2014: Gijs, Hyde, Hooray) {{Not done}}
* [[Canvas Plotting Framework]] (2014: kuifje09, Hooray) {{Not done}
* [[Canvas EFB Framework]] {{Not done}}
* Canvas HUD Parser {{Not done}}
* [[ Howto:Parsing 2D Instruments using the Canvas|Canvas 2D Panel Parser]] {{Not done}}
* Canvas dialog XML parser {{Not done}}


<!--
need to add 1) GUI layouting, 2) GUI dialogs parser, 3) HUD parser
-->


| detailed=
| navbar =  
* <del>[[Canvas Map API]]</del> (soon deprecated!)
* [[Canvas MapStructure]]
* [[Canvas MapStructure Layers]]
* [[MapStructure Snippets]]
<!--
* [[MapStructure Debugger]]
-->
* [[Canvas Radar]]
* [[Canvas Animation Framework]] (WIP)
* [[Canvas Plotting Framework]] (WIP)
* [[Canvas MFD Framework]]
* [[Canvas ND Framework]]
* [[Canvas PFD Framework]]
* [[Canvas MCDU Framework]]
* [[Canvas EFB Framework]]
* [[Canvas Wrappers]]
}}<noinclude>
{{Informative template|1=
__NOTOC__
== Goal ==
This template shows either a summary of the progress status of certain [[Canvas]] frameworks, or a list of


| navbar=
== Usage ==
<!-- Description of how to use the template -->
{{obr}}'''Canvas Frameworks''' {{!}}''mode=''{{!}}''year=''{{cbr}}
 
; mode
: Either
:; by-year
:: Will show the status of some of the Canvas frameworks
:; detailed
:: Not implemented
:; navbar
:: Will show a list of links to articles about different frameworks and related articles
: Defaults to '''by-year'''.
 
; year
: Status by year if '''mode''' is '''by-year'''. Defaults to '''2013'''.
 
== Examples ==
{{obr}}Canvas Frameworks{{cbr}}
{{Canvas Frameworks}}
 
{{obr}}Canvas Frameworks {{!}}mode=by-year{{cbr}}
{{Canvas Frameworks|mode=by-year}}
 
{{obr}}Canvas Frameworks {{!}}mode=navbar{{cbr}}
{{Canvas Frameworks|mode=navbar}}
 
== Related templates ==
* {{tl|Canvas Navigation}}


}}
}}
[[Category:Templates]]
</noinclude>

Latest revision as of 17:31, 10 February 2020

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

Goal

This template shows either a summary of the progress status of certain Canvas frameworks, or a list of

Usage

{{Canvas Frameworks |mode=|year=}}
mode
Either
by-year
Will show the status of some of the Canvas frameworks
detailed
Not implemented
navbar
Will show a list of links to articles about different frameworks and related articles
Defaults to by-year.
year
Status by year if mode is by-year. Defaults to 2013.

Examples

{{Canvas Frameworks}}
{{Canvas Frameworks |mode=by-year}}
{{Canvas Frameworks |mode=navbar}}

Related templates