Difference between revisions of "Template:Activity/Page"

From Funtoo
Jump to navigation Jump to search
Line 2: Line 2:
tables=activities
tables=activities
|fields=_pageName,status,CONCAT( LEFT( summary, 300 ), IF( LENGTH( summary ) > 300, '...', '' ) )=summary
|fields=_pageName,status,CONCAT( LEFT( summary, 300 ), IF( LENGTH( summary ) > 300, '...', '' ) )=summary
|where=status="active"
|where=project="{{{project}}}" and status="active"
|order by=start_date DESC
|order by=start_date DESC
|limit=6
|limit=6

Revision as of 22:27, March 15, 2022