Feature #6558
Updated by P Ol 20 days ago
{{recent_pages}} -- displays pages updated within the last 7 days
{{recent_pages(days=3)}} -- displays pages updated within the last 3 days
{{recent_pages(limit=5)}} -- limits the maximum number of pages to display to 5
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
{{recent_pages(include_subprojects=true)}} -- includes pages from subprojects
macro_list
Back