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 1"

From Tibetan Buddhist Encyclopedia
Jump to navigation Jump to search
 
Line 1: Line 1:
 
=1=
 
=1=
<DPL>
 
redirects = include
 
namespace=
 
titlematch=1%
 
</DPL>
 
  
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=1%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 
=The 1=
 
=The 1=
<DPL>
 
redirects = include
 
namespace=
 
titlematch=the 1%|The 1%
 
</DPL>
 
  
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|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
 
namespace=
 
titlematch=%1 %
 
</DPL>
 
  
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=%1 %
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 
=One=
 
=One=
<DPL>
 
redirects = include
 
namespace=
 
titlematch=one%|One%
 
</DPL>
 
  
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=one%{{!}}One%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 
=The One=
 
=The One=
<DPL>
 
redirects = include
 
namespace=
 
titlematch=the one%|The One%
 
</DPL>
 
  
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|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
 
namespace=
 
titlematch=% one%|% One%
 
</DPL>
 
  
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=% one%{{!}}% One%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 
=First=
 
=First=
<DPL>
 
redirects = include
 
namespace=
 
titlematch=first%|First%
 
</DPL>
 
  
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|resultsheader = \n====There are %PAGES% articles including redirects====\n
 +
|namespace=
 +
|titlematch=first%{{!}}First%
 +
|addcategories  = true
 +
|addpagecounter = true
 +
}}
 
=The First=
 
=The First=
<DPL>
 
redirects = include
 
namespace=
 
titlematch=the first%|The First%
 
</DPL>
 
  
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|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
 
namespace=
 
titlematch=%first%|%First%
 
</DPL>
 
  
 +
{{#dpl:
 +
|redirects = include
 +
|noresultsheader=There is no results at the moment&nbsp;
 +
|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

[edit]

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)