Template:WebAPIPlatformAvailability: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{#switch: {{{1}}}
style="background: {{
  | certifiedonly = style="background-color:#3366FF;"
#switch: {{{1}}}
| certifiedOnly =  style="background-color:#3366FF;"
  |certifiedonly|certifiedOnly|CertifiedOnly = {{{color|<nowiki>#</nowiki>3366FF}}}
| CertifiedOnly = style="background-color:#3366FF;"
  |implemented|Implemented = {{{color|<nowiki>#</nowiki>00CC33}}}
  | implemented = style="background-color:#00CC33;"
  |offbydefault|offbyDefault|offByDefault = {{{color|<nowiki>#</nowiki>FF9933}}}
| Implemented = style="background-color:#00CC33;"
  |notimplemented|notImplemented = {{{color|<nowiki>#</nowiki>FF0033}}}
  | offbydefault = style="background-color:#00CC33;"
  |notplanned|notPlanned = {{{color|silver}}}
| offbyDefault = style="background-color:#00CC33;"
  |#default = {{{color|silver}}}
| offByDefault = style="background-color:#00CC33;"
}};
  | notimplemented = style="background-color:#FF0033;"
| notImplemented = style="background-color:#FF0033;"
  | notplanned = style="background-color:#FF0033;"
| notPlanned = style="background-color:#FF0033;"
  | #default = style="background-color: silver;"
}}
 
<!--
certifiedOnly = only available to '''certified''' apps on this platform
implemented = '''implemented''' and preference '''enabled by default''' on this platform
offbydefault = '''implemented''' but '''requires explicitly turning on''' the preference on this platform
notImplemented = '''not implemented''' for this platform
notPlanned = '''not currently planned''' for this platform
-->

Revision as of 10:11, 28 June 2012

style="background: silver;