Difference between revisions of "Template:Activity/Page"

From Funtoo
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#cargo_query:
<noinclude>
This is a template for displaying an activities page on a project page.
</noinclude><includeonly>
== Active Community Activities ==
 
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.
 
{{Activity/ActiveList|project={{{project}}}}}
 
== All Activities ==
 
This section lists all activities for the project, including not-yet-started and completed activities.
 
{{#cargo_query:
tables=activities
tables=activities
|fields=_pageName,start_date,CONCAT( LEFT( summary, 300 ), IF( LENGTH( summary ) > 300, '...', '' ) )=summary
|fields=_pageName=activity,status,summary,start_date,end_date,issue,prev,next,kind
|where=status="active"
|where=project="{{{project}}}"
|details fields=summary
|order by=start_date DESC
|order by=start_date DESC
|limit=6
|format=dynamic table
|format=template
|limit=9999
|template=Activity/List/OutputBox
|rows per page=8}}
|named args=yes
</includeonly>
|more results text=
}}</includeonly>

Latest revision as of 20:10, March 17, 2022

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