Template:IncidentsInState: Difference between revisions

Created page with "<noinclude> Lists incident pages for a given state using DynamicPageList. Usage: {{IncidentsInState|Texas}} Requires: Extension:DynamicPageList or DynamicPageList3. </noinclude><includeonly> <DynamicPageList> category = Incidents category = {{{1}}} Incidents ordermethod = lastedit order = descending count = 50 </DynamicPageList> </includeonly>"
 
No edit summary
 
Line 5: Line 5:
</noinclude><includeonly>
</noinclude><includeonly>
<DynamicPageList>
<DynamicPageList>
category   = Incidents
namespace    = Main
category   = {{{1}}} Incidents
category     = Incidents
ordermethod = lastedit
category     = {{{1}}} Incidents
order       = descending
ordermethod = lastedit
count       = 50
order       = descending
count       = 50
suppresserrors = true
</DynamicPageList>
</DynamicPageList>
</includeonly>
</includeonly>