Difference between revisions of "Template:SeealsoDPL"
Line 1: | Line 1: | ||
− | ="{{ | + | ="{{{1}}}" as separate word at the beginning of the Title= |
{{#dpl: | {{#dpl: | ||
Line 5: | Line 5: | ||
|redirects = include | |redirects = include | ||
|namespace= | |namespace= | ||
+ | ignorecase=true | ||
|titlematch={{{1}}} % | |titlematch={{{1}}} % | ||
|addcategories = true | |addcategories = true | ||
Line 15: | Line 16: | ||
|redirects = include | |redirects = include | ||
|namespace= | |namespace= | ||
− | |titlematch={{{1 | + | ignorecase=true |
+ | |titlematch={{{1}}}% | ||
|addcategories = true | |addcategories = true | ||
|addpagecounter = true | |addpagecounter = true | ||
Line 26: | Line 28: | ||
|namespace= | |namespace= | ||
|ignorecase=true | |ignorecase=true | ||
− | |titlematch=% {{ | + | |titlematch=% {{{1}}} % |
|addcategories = true | |addcategories = true | ||
|addpagecounter = true | |addpagecounter = true | ||
Line 36: | Line 38: | ||
|redirects = include | |redirects = include | ||
|namespace= | |namespace= | ||
− | |titlematch=%{{{1 | + | ignorecase=true |
+ | |titlematch=%{{{1}}}% | ||
|addcategories = true | |addcategories = true | ||
|addpagecounter = true | |addpagecounter = true | ||
}} | }} | ||
<headertabs/> | <headertabs/> |
Revision as of 08:12, 29 November 2015
Contents
- "{{{1}}}" as separate word at the beginning of the Title
- "{{{1}}}" at the beginning of the Title
- "{{{1}}}" as separate word somewhere in the Title
- "{{{1}}}" anywhere in the Title
Extension:DynamicPageList (DPL), version 2.3.0 : Error: Wrong 'namespace' parameter: 'ignorecase=true'! Help: <code>namespace= <i>empty string</i> (Main) | Category | Category_talk | Concept | Concept_talk | File | File_talk | Form | Form_talk | Gadget | Gadget_definition | Gadget_definition_talk | Gadget_talk | Help | Help_talk | MediaWiki | MediaWiki_talk | Module | Module_talk | Property | Property_talk | Rule | Rule_talk | Talk | Template | Template_talk | Tibetan_Buddhist_Encyclopedia | Tibetan_Buddhist_Encyclopedia_talk | User | User_talk | Widget | Widget_talk | smw/schema | smw/schema_talk</code>.
Extension:DynamicPageList (DPL), version 2.3.0 : Error: Wrong 'namespace' parameter: 'ignorecase=true'! Help: <code>namespace= <i>empty string</i> (Main) | Category | Category_talk | Concept | Concept_talk | File | File_talk | Form | Form_talk | Gadget | Gadget_definition | Gadget_definition_talk | Gadget_talk | Help | Help_talk | MediaWiki | MediaWiki_talk | Module | Module_talk | Property | Property_talk | Rule | Rule_talk | Talk | Template | Template_talk | Tibetan_Buddhist_Encyclopedia | Tibetan_Buddhist_Encyclopedia_talk | User | User_talk | Widget | Widget_talk | smw/schema | smw/schema_talk</code>.
The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, `page`.page_title AS sortkey, `page`.page_counter AS page_counter, GROUP_CONCAT(DISTINCT cl_gc.cl_to ORDER BY cl_gc.cl_to ASC SEPARATOR ' | ') AS cats FROM `page` LEFT OUTER JOIN `categorylinks` AS cl_gc ON (page_id=cl_gc.cl_from) WHERE 1=1 AND `page`.page_namespace IN ('0') AND (LOWER(CAST(`page`.page_title AS char)) LIKE '%\\_{{{1}}}\\_%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)
Extension:DynamicPageList (DPL), version 2.3.0 : Error: Wrong 'namespace' parameter: 'ignorecase=true'! Help: <code>namespace= <i>empty string</i> (Main) | Category | Category_talk | Concept | Concept_talk | File | File_talk | Form | Form_talk | Gadget | Gadget_definition | Gadget_definition_talk | Gadget_talk | Help | Help_talk | MediaWiki | MediaWiki_talk | Module | Module_talk | Property | Property_talk | Rule | Rule_talk | Talk | Template | Template_talk | Tibetan_Buddhist_Encyclopedia | Tibetan_Buddhist_Encyclopedia_talk | User | User_talk | Widget | Widget_talk | smw/schema | smw/schema_talk</code>.