Template:WebAPIPlatformAvailability: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "{{#ifeq: {{{1}}} | {{{2}}} | <span style="color: green; font-size: 80%; font-weight: bold">equal</span> | not equal}}")
 
No edit summary
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#ifeq: {{{1}}} | {{{2}}} | <span style="color: green; font-size: 80%; font-weight: bold">equal</span> | not equal}}
style="background: {{
#switch: {{{1}}}
  |certifiedonly|certifiedOnly|CertifiedOnly = <nowiki>#</nowiki>8CF
  |privilegedAndCertified|privcertified|privCertified|privilegedandcertified|privilegedandCertified|PrivilegedAndCertified = <nowiki>#</nowiki>009999
  |implemented|Implemented = {{{color|<nowiki>#</nowiki>90ff90}}}
  |offbydefault|offbyDefault|offByDefault = {{{color|<nowiki>#</nowiki>FC6}}}
  |notimplemented|notImplemented = {{{color|<nowiki>#</nowiki>ff9090}}}
  |notplanned|notPlanned = silver
  |#default = {{{color|silver}}}
}};" {{
#switch: {{{2}}}
  |Desktop|desktop = {{!}}
  |Android|android|Fennec|fennec = {{!}}
  |B2G|b2g = {{!}}
  |#default = &nbsp;
}} <span title=" {{
#switch: {{{1}}}
  |certifiedonly|certifiedOnly|CertifiedOnly = only available to certified apps on {{{2}}}
  |privilegedAndCertified|privcertified|privCertified|privilegedandcertified|privilegedandCertified|PrivilegedAndCertified = only available to privileged or certified apps on {{{2}}}
  |implemented|Implemented = implemented and preference enabled by default on {{{2}}}
  |offbydefault|offbyDefault|offByDefault = implemented but requires explicitly turning on the preference on {{{2}}}
  |notimplemented|notImplemented = not implemented for {{{2}}}
  |notplanned|notPlanned = not currently planned for {{{2}}}
  |#default = not currently planned for {{{2}}}
}}" style="border-bottom:1px dotted;cursor:help" class="help"> {{
#switch: {{{2}}}
  |Desktop|desktop = D
  |Android|android|Fennec|fennec = A
  |B2G|b2g = B
}}</span>

Latest revision as of 18:57, 3 April 2013

style="background: silver;"