Template:IncidentsForAgent: Difference between revisions

Created page with "<noinclude> Lists incident pages that link to a given agent page. Usage (inside agent page): {{IncidentsForAgent}} Optional: {{IncidentsForAgent|Agent:John Doe}} Requires: DynamicPageList / DynamicPageList3. </noinclude><includeonly> <DynamicPageList> category = Incidents linksto = {{{1|{{PAGENAME}}}}} ordermethod = lastedit order = descending count = 50 </DynamicPageList> </includeonly>"
 
No edit summary
Line 6: Line 6:
</noinclude><includeonly>
</noinclude><includeonly>
<DynamicPageList>
<DynamicPageList>
category   = Incidents
namespace    = Main
linksto     = {{{1|{{PAGENAME}}}}}
category     = Incidents
ordermethod = lastedit
linksto     = {{{1|{{PAGENAME}}}}}
order       = descending
ordermethod = lastedit
count       = 50
order       = descending
count       = 50
suppresserrors = true
</DynamicPageList>
</DynamicPageList>
</includeonly>
</includeonly>