Difference between revisions of "Articles by 1"
Line 1: | Line 1: | ||
=1= | =1= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{#dpl: | ||
+ | |redirects = include | ||
+ | |noresultsheader=There is no results at the moment | ||
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=1% | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} | ||
=The 1= | =The 1= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{#dpl: | ||
+ | |redirects = include | ||
+ | |noresultsheader=There is no results at the moment | ||
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=the 1%{{!}}The 1% | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} | ||
=1 somewhere in the title= | =1 somewhere in the title= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{#dpl: | ||
+ | |redirects = include | ||
+ | |noresultsheader=There is no results at the moment | ||
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=%1 % | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} | ||
=One= | =One= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{#dpl: | ||
+ | |redirects = include | ||
+ | |noresultsheader=There is no results at the moment | ||
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=one%{{!}}One% | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} | ||
=The One= | =The One= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{#dpl: | ||
+ | |redirects = include | ||
+ | |noresultsheader=There is no results at the moment | ||
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=the one%{{!}}The One% | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} | ||
=One somewhere in the title= | =One somewhere in the title= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{#dpl: | ||
+ | |redirects = include | ||
+ | |noresultsheader=There is no results at the moment | ||
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=% one%{{!}}% One% | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} | ||
=First= | =First= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{#dpl: | ||
+ | |redirects = include | ||
+ | |noresultsheader=There is no results at the moment | ||
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=first%{{!}}First% | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} | ||
=The First= | =The First= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{#dpl: | ||
+ | |redirects = include | ||
+ | |noresultsheader=There is no results at the moment | ||
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=the first%{{!}}The First% | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} | ||
=First somewhere in the title= | =First somewhere in the title= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{#dpl: | ||
+ | |redirects = include | ||
+ | |noresultsheader=There is no results at the moment | ||
+ | |resultsheader = \n====There are %PAGES% articles including redirects====\n | ||
+ | |namespace= | ||
+ | |titlematch=%first%{{!}}%First% | ||
+ | |addcategories = true | ||
+ | |addpagecounter = true | ||
+ | }} | ||
<headertabs/> | <headertabs/> |
Latest revision as of 16:18, 8 December 2015
Contents
- 1
- The 1
- 1 somewhere in the title
- One
- The One
- One somewhere in the title
- First
- The First
- First somewhere in the title
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 (`page`.page_title LIKE '1%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)
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 (`page`.page_title LIKE 'the\\_1%' OR `page`.page_title LIKE 'The\\_1%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)
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 (`page`.page_title LIKE '%1\\_%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)
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 (`page`.page_title LIKE 'one%' OR `page`.page_title LIKE 'One%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)
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 (`page`.page_title LIKE 'the\\_one%' OR `page`.page_title LIKE 'The\\_One%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)
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 (`page`.page_title LIKE '%\\_one%' OR `page`.page_title LIKE '%\\_One%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)
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 (`page`.page_title LIKE 'first%' OR `page`.page_title LIKE 'First%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)
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 (`page`.page_title LIKE 'the\\_first%' OR `page`.page_title LIKE 'The\\_First%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)
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 (`page`.page_title LIKE '%first%' OR `page`.page_title LIKE '%First%') GROUP BY `page`.page_id ORDER BY page_title ASC
Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)