Difference between revisions of "Template: DeprecationNoticeList"

From Genesys Documentation
Jump to: navigation, search
(Renamed date columns)
m (Reverted edits by Tanyai (talk) to last revision by Bgrenon)
(Tag: Rollback)
Line 11: Line 11:
 
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=Announcement date,RemovalStart=Deprecation date
+
|fields=CONCAT('[[',DeprecationNotices._pageName,'|',Title,']]')=Feature or service,MintyDocsProduct=Associated Product,Announced=Announced on,RemovalStart=Removal 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 17: Line 17:
 
|#default={{#cargo_query:
 
|#default={{#cargo_query:
 
tables=DeprecationNotices
 
tables=DeprecationNotices
|fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature deprecated,Announced=Announcement date,RemovalStart=Deprecation date
+
|fields=CONCAT('[[',_pageName,'|',Title,']]')=Feature deprecated,Announced=Announced on,RemovalStart=Removal date
 
|where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}"
 
|where=_pageNamespace="{{NAMESPACENUMBER}}" AND MintyDocsProduct="{{MINTYDOCSPRODUCT}}"
 
|order by=Announced DESC
 
|order by=Announced DESC

Revision as of 18:59, March 27, 2020

Retrieved from "https://all.docs.genesys.com/Template:DeprecationNoticeList (2025-06-20 16:16:14)"