Difference between revisions of "Template: MLSummaryPageItems"

From Genesys Documentation
Jump to: navigation, search
(Created page with "{{#cargo_query: tables=MLSummary |fields=MLSummary.Summary, MLSummary.Date, MLSummary.Link, MLSummary.UpdatedSections, MLSummary.AddedSections, MLSummary.QAns |format=templ...")
 
 
Line 3: Line 3:
 
|fields=MLSummary.Summary, MLSummary.Date, MLSummary.Link, MLSummary.UpdatedSections, MLSummary.AddedSections, MLSummary.QAns
 
|fields=MLSummary.Summary, MLSummary.Date, MLSummary.Link, MLSummary.UpdatedSections, MLSummary.AddedSections, MLSummary.QAns
 
|format=template
 
|format=template
|template=MLSummaryUpdatedPages
+
|template=MLSummaryUpdatedPageItem
 
|named args=yes
 
|named args=yes
 
|default=* There were no updates for this page in the last {{{DiffDays|30}}} days.
 
|default=* There were no updates for this page in the last {{{DiffDays|30}}} days.
Line 10: Line 10:
 
MLSummary.Title = "{{PAGENAME}}"
 
MLSummary.Title = "{{PAGENAME}}"
 
AND MLSummary.Summary != "false"
 
AND MLSummary.Summary != "false"
AND DATEDIFF(NOW(),MLSummary.Date) <= {{{DiffDays|30}}}
+
AND DATEDIFF(NOW(),MLSummary.Date) <= {{{DiffDays|90}}}
 
AND MLSummary.Type="updated"
 
AND MLSummary.Type="updated"
 
}}
 
}}

Latest revision as of 09:30, October 19, 2022

  • There were no updates for this page in the last 30 days.
Retrieved from "https://all.docs.genesys.com/Template:MLSummaryPageItems (2025-08-02 13:47:46)"