Template:IncidentsForAgent: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
Lists incident pages that link to a given agent page. | Lists incident pages that link to a given agent page. | ||
Usage: | Usage on an agent page: | ||
{{IncidentsForAgent}} <!-- uses the current page --> | |||
or | |||
</noinclude> | {{IncidentsForAgent|Agent:David_Kim}} <!-- explicit page name --> | ||
<includeonly> | |||
This template uses DynamicPageList3 (#dpl) with the "linksto" parameter | |||
and does *not* use any regex parameters. | |||
</noinclude><includeonly> | |||
{{#dpl: | {{#dpl: | ||
| | | linksto = {{{1|{{FULLPAGENAME}}}}} | ||
| ordermethod = lastedit | |||
| | | order = descending | ||
| | | rows = 50 | ||
| | | includepage = | ||
| mode | | mode = unordered | ||
| noresultsheader | | noresultsheader = ''No incident pages are currently linked to this agent.'' | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
Revision as of 05:02, 21 November 2025
Lists incident pages that link to a given agent page.
Usage on an agent page:
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>
or
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>
This template uses DynamicPageList3 (#dpl) with the "linksto" parameter
and does *not* use any regex parameters.