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)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#switch: {{{mode|detailed}}}
{{#switch: {{{mode|by-year}}}
  | by-year=  
  | by-year =  
'''by-year mode'''
 
 
{{#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}}
* [[Canvas GUI]] (2013-2015: TheTom) {{Progressbar|40}}
* [[Canvas MCDU Framework]] (2012: TheTom) {{Progressbar|60}}
 
}}


| detailed =
| detailed =
'''detailed mode'''
'''detailed mode'''
<!--
need to add 1) GUI layouting, 2) GUI dialogs parser, 3) HUD parser
-->


| navbar =  
| navbar =  
* [[Canvas Map API]] (soon deprecated!)
* <del>[[Canvas Map API]]</del> (soon deprecated!)
* [[MapStructure]]
* [[Canvas MapStructure]]
* [[Canvas MapStructure Layers]]
* [[MapStructure Snippets]]
<!--
* [[MapStructure Debugger]]
* [[MapStructure Debugger]]
-->
* [[Canvas Radar]]
* [[Canvas Radar]]
* [[Canvas Animation Framework]] (WIP)
* [[Canvas Animation Framework]] (WIP)
Line 19: Line 38:
* [[Canvas EFB Framework]]
* [[Canvas EFB Framework]]
* [[Canvas Wrappers]]
* [[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
== 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