Template:WebAPIPlatformAvailability: Difference between revisions
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 |
||
Line 1: | Line 1: | ||
{{# | {{#switch: {{{1}}} | ||
| certifiedonly = style="background-color:#3366FF; | |||
| certifiedOnly = style="background-color:#3366FF; | |||
| CertifiedOnly = style="background-color:#3366FF; | |||
| implemented = style="background-color:#00CC33; | |||
| Implemented = style="background-color:#00CC33; | |||
| offbydefault = style="background-color:#00CC33; | |||
| offbyDefault = style="background-color:#00CC33; | |||
| 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 09:53, 28 June 2012
style="background-color: silver;