recentblogs

This template uses the datatable function. It searches all pages with the field date and takes the 5 newest. The resume255 is applied to the name field, the date field is discarded (the empty template does not exist). We add a custom header and rowseparator.

{{datatable
| SELECT name, date WHERE date *
| ORDER date DESC
| LIMIT 0, 5
| TEMPLATE name resume255
| TEMPLATE date empty
| HEADER <b>Neue Beiträge</b><p>
| ROWSEPARATOR <p>
}}
This is a demo site for SofaWiki