Difference between revisions of "Template: DeprecationNoticeList"
From Genesys Documentation
Line 15: | Line 15: | ||
tables=DeprecationNotices,MintyDocsProduct | tables=DeprecationNotices,MintyDocsProduct | ||
|join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName | |join on=DeprecationNotices.MintyDocsProduct=MintyDocsProduct.DisplayName | ||
− | |fields=CONCAT('[[',DeprecationNotices._pageName,'|',Title,']]')=Feature or service,MintyDocsProduct=Associated Product,Announced= | + | |fields=CONCAT('[[',DeprecationNotices._pageName,'|',Title,']]')=Feature or service,MintyDocsProduct=Associated Product,Announced=Announcement Date,RemovalStart=Deprecation Date |
|where=DeprecationNotices._pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct.contentarea="{{{contentarea}}}" | |where=DeprecationNotices._pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct.contentarea="{{{contentarea}}}" | ||
|order by=Announced DESC | |order by=Announced DESC | ||
Line 21: | Line 21: | ||
|#default={{#cargo_query: | |#default={{#cargo_query: | ||
tables=DeprecationNotices | tables=DeprecationNotices | ||
− | |fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature deprecated,Announced= | + | |fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature deprecated,Announced=Announcement Date,RemovalStart=Deprecation Date |
|where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}" | |where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}" | ||
|order by=Announced DESC | |order by=Announced DESC |