Difference between revisions of "Template: DeprecationNotice"
From Genesys Documentation
Line 24: | Line 24: | ||
}}{{#css: | }}{{#css: | ||
button#version-dropdown { display: none; } | button#version-dropdown { display: none; } | ||
− | }} | + | }}<table style="width:60%"> |
− | + | <th>Announced on</th> | |
− | + | <th>Removal begins</th> | |
− | + | <th>{{MINTYDOCSPRODUCT}} deprecations</th> | |
− | {{#switch:{{{Platform|}}}|PureEngage=!All {{{Platform}}} deprecations|}} | + | <th>{{#switch:{{{Platform|}}}|PureEngage=!All {{{Platform}}} deprecations|}}</th> |
− | | | + | {{#switch:{{{Platform|}}}<th>PureEngage=!Release notes</th>|}} |
− | + | <tr> | |
− | + | <td>{{{Announced|}}}</td> | |
− | + | <td>{{{RemovalStart|}}}</td> | |
− | {{#switch:{{{Platform|}}}|PureEngage= | + | <td>[[{{#explode:{{FULLPAGENAME}}|/|0}}/AllDeprecations|View]]</td> |
− | |} | + | {{#switch:{{{Platform|}}}|PureEngage=<td>[[{{#switch:{{NAMESPACENUMBER}}|620=Draft:|}}System/AllDeprecations|View]]</td>|}} |
+ | {{#switch:{{{Platform|}}}|PureEngage=<td>{{{Releasenotes}}}</td>|}} | ||
+ | </tr> | ||
+ | </table> | ||
<!-- modify the above switch to query on the assigned content area instead of switching on a direct parameter in the deprecation notice page --> | <!-- modify the above switch to query on the assigned content area instead of switching on a direct parameter in the deprecation notice page --> | ||
{{{Description|}}} | {{{Description|}}} |
Revision as of 17:39, March 16, 2020
This is the "DeprecationNotice" template. It should be called in the following format:
{{DeprecationNotice |MintyDocsProduct= |Title= |Platforms= |Announced= |RemovalStart= |Description= |Affected= |HowToPrepare= }}
Edit the page to see the template text. This template defines the table "DeprecationNotices". View table.