Difference between revisions of "Template:Activity/ActiveList"

From Funtoo
Jump to navigation Jump to search
(Created page with "<includeonly><div style="display: flex; flex-wrap: wrap; justify-content: flex-start;">{{#cargo_query: tables=activities |fields=_pageName,status,CONCAT( LEFT( summary, 300 ),...")
 
 
Line 1: Line 1:
<includeonly><div style="display: flex; flex-wrap: wrap; justify-content: flex-start;">{{#cargo_query:
<includeonly><div style="display: flex; flex-wrap: wrap; justify-content: flex-start;">{{#cargo_query:
tables=activities
tables=activities
|fields=_pageName,status,CONCAT( LEFT( summary, 300 ), IF( LENGTH( summary ) > 300, '...', '' ) )=summary
|fields=_pageName,status,start_date,CONCAT( LEFT( summary, 300 ), IF( LENGTH( summary ) > 300, '...', '' ) )=summary
|where=project="{{{project}}}" and status="active"
|where=project="{{{project}}}" and status="active"
|order by=start_date DESC
|order by=start_date DESC

Latest revision as of 19:40, March 17, 2022