Template:Zone/Quests: Difference between revisions
imported>Aramachus No edit summary |
imported>Aramachus mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<onlyinclude><includeonly>{{#switch:{{{involved in|}}} |
<onlyinclude><includeonly>{{#switch:{{{involved in|}}} |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| true | yes | y = {{#dpl: |
| true | yes | y = {{#dpl: |
||
| category = Quests |
| category = Quests |
||
| linksto = {{{1}}} |
| linksto = {{{1}}} |
||
| include = {Quest Header¦Zone/Quests.dpl2} |
| include = {Quest Header¦Zone/Quests.dpl2} |
||
| table = class="horizon-table quest-table table- |
| table = class="horizon-table quest-table center-col-4 center-col-5 table-{{{size|xl}}} sortable",-,Quest,Type,Start NPC,Start Location,Fame,Rewards |
||
| tablesortcol = |
| tablesortcol = 4 |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
}} |
}} |
||
}}</includeonly></onlyinclude> |
}}</includeonly></onlyinclude> |
||
Latest revision as of 17:23, 12 November 2024
Usage
Template which returns a table of all Quests in a given area
Examples
All Quests which start in Bastok Markets
{{Zone/Quests|Bastok Markets}}
Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - Template:Zone-Quests: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 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>Error 1054: Unknown column 'cl1.cl_to' in 'ON' Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - Template:Zone-Quests Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Bastok_Markets/Quests'))) WHERE p.page_is_redirect = 0 LIMIT 500 </code>
All Quests which involve Valkurm Dunes
{{Zone/Quests|Valkurm Dunes|involved in=true}}
Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - Template:Zone-Quests: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 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>Error 1054: Unknown column 'cl1.cl_to' in 'ON' Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - Template:Zone-Quests Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `linktarget` `lt`,`pagelinks` `pl`,`page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Quests'))) WHERE p.page_is_redirect = 0 AND (pl.pl_target_id = lt.lt_id) AND (p.page_id = pl.pl_from) AND (((lt.lt_namespace = 0) AND (lt.lt_title = 'Valkurm_Dunes'))) LIMIT 500 </code>