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 | namespace = Main | ||
linksto | category = Incidents | ||
ordermethod = lastedit | linksto = {{{1|{{PAGENAME}}}}} | ||
order | ordermethod = lastedit | ||
count | order = descending | ||
count = 50 | |||
suppresserrors = true | |||
</DynamicPageList> | </DynamicPageList> | ||
</includeonly> | </includeonly> | ||