Support the ICE List — Donate

Template:IncidentsInState: Difference between revisions

From ICE List Wiki
Jump to navigation Jump to search
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>

Latest revision as of 04:46, 19 November 2025

Lists incident pages for a given state using DynamicPageList. Usage:

Extension:DynamicPageList3 (DPL3), version 3.6.1: Error: MediaWiki\Extension\DynamicPageList3\Query::buildAndSelect: The DynamicPageList3 extension (version 3.6.1) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList3 or an error that you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy <code>*?</code> matching patterns are not supported.<br/>The error message was:<br/><code></code>

Requires: Extension:DynamicPageList or DynamicPageList3.