Difference between revisions of "Template:Project/RecentUpdates"

From Funtoo
Jump to navigation Jump to search
(Created page with "<includeonly>{{#cargo_query: tables=project_updates |fields=_pageName,date,status |where=_pageName="{{FULLPAGENAME}}" |order by=date DESC |limit=8 |format=template |template=P...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#cargo_query:
<includeonly>{{#cargo_query:
tables=project_updates
tables=project_updates
|fields=_pageName,date,status
|fields=_pageName,date,CONCAT( LEFT( status, 300 ), IF( LENGTH( status ) > 300, '...', '' ) )=status
|where=_pageName="{{FULLPAGENAME}}"
|order by=date DESC
|order by=date DESC
|limit=8
|limit=6
|format=template
|format=template
|template=Project/Update/OutputMultiple
|template=Project/Update/OutputMultiple
|named args=yes
|more results text=
|more results text=
|default=
|default=
}}</includeonly>
}}</includeonly>

Latest revision as of 06:35, February 25, 2022