Difference between revisions of "Template:Activity/Page"

From Funtoo
Jump to navigation Jump to search
Line 6: Line 6:
Below you can view all active community activities related to the [[{{{project}}}]] Project. Community activities are open to all and you are encouraged to get involved! To learn more about how to get involved, please see the [[{{{project}}}]] page.
Below you can view all active community activities related to the [[{{{project}}}]] Project. Community activities are open to all and you are encouraged to get involved! To learn more about how to get involved, please see the [[{{{project}}}]] page.


<div style="display: flex; flex-wrap: wrap; justify-content: flex-start;">{{#cargo_query:
{{Activity/ActiveList}}
tables=activities
|fields=_pageName,status,CONCAT( LEFT( summary, 300 ), IF( LENGTH( summary ) > 300, '...', '' ) )=summary
|where=project="{{{project}}}" and status="active"
|order by=start_date DESC
|limit=6
|format=template
|template=Activity/List/OutputBox
|named args=yes
|more results text=
}}</div>


== All Activities ==
== All Activities ==

Revision as of 19:26, March 17, 2022

This is a template for displaying an activities page on a project page.