Articles by alphabetic order
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
 Ā Ī Ñ Ś Ū Ö Ō
1 2 3 4 5 6 7 8 9 0


Difference between revisions of "Articles by 2"

From Tibetan Buddhist Encyclopedia
Jump to navigation Jump to search
Line 1: Line 1:
Articles starting with letter '''2'''
+
=2=
  
<DPL>
+
{{#dpl:
redirects = include
+
|redirects = include
namespace=
+
|noresultsheader=There is no results at the moment&nbsp;
titlematch=2%
+
|resultsheader = \n====There are %PAGES% articles including redirects====\n
</DPL>
+
|namespace=
 +
|titlematch=2%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 +
==Articles with ''2'' somewhere in the middle of title==
  
==Two==
+
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=%2%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
  
<DPL>
+
=Two=
redirects = include
 
namespace=
 
titlematch=Two%|two%
 
</DPL>
 
  
==Twenty==
+
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=Two%|two%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 +
==Articles with word ''two'' somewhere in the middle of title==
  
<DPL>
+
{{#dpl:
redirects = include
+
|redirects = include
namespace=
+
|noresultsheader=There is no results at the moment&nbsp;
titlematch=Twenty%|twenty%
+
|resultsheader = \n====There are %PAGES% articles including redirects====\n
</DPL>
+
|namespace=
 +
|titlematch=%Two%|%two%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 +
=Twenty=
  
==Articles with word ''two'' somewhere in the middle of title==
+
{{#dpl:
<DPL>
+
|redirects = include
redirects = include
+
|noresultsheader=There is no results at the moment&nbsp;
namespace=
+
|resultsheader = \n====There are %PAGES% articles including redirects====\n
titlematch=%Two%|%two%
+
|namespace=
</DPL>
+
|titlematch=Twenty%|twenty%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 +
==Articles with word ''Twenty'' somewhere in the middle of title==
 +
 
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=%Twenty%|%twenty%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 +
=Second=
 +
 
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=Second%|second%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 +
==Articles with word ''Second'' somewhere in the middle of title==
 +
 
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=%Second%|%second%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}

Revision as of 19:06, 6 December 2015

2

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 '2%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)


Articles with 2 somewhere in the middle of 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 '%2%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)


Two

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 'Two%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)


Articles with word two somewhere in the middle of 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 '%Two%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)


Twenty

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 'Twenty%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)


Articles with word Twenty somewhere in the middle of 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 '%Twenty%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)


Second

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 'Second%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)


Articles with word Second somewhere in the middle of 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 '%Second%') GROUP BY `page`.page_id ORDER BY page_title ASC

Error message is:
Unknown column 'page.page_counter' in 'field list' (localhost)