Benutzer:Poilf: Unterschied zwischen den Versionen

Aus Xhodon
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
  
  
<dpl>
+
{{#dpl:
debug = 3
+
| debug = 3
namespace  = 0
+
| namespace  = 0
count = 20
+
| count = 20
notcategory=Index
+
| notcategory=Index
deleterules= reason autoDeleteVonSpam; exec true;
+
| deleterules=  
</dpl>
+
reason autoDeleteVonSpam;  
 +
exec true;
 +
}}

Version vom 24. Februar 2015, 01:20 Uhr

poilf ist einer von den guten ;) Außerdem kümmert er sich um die Server von Xhodon.


DPL debug -- Query=
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 FROM `page` LEFT OUTER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND cl0.cl_to='Index' WHERE 1=1 AND cl0.cl_to IS NULL AND `page`.page_namespace IN ('0') AND `page`.page_is_redirect=0 ORDER BY page_title ASC LIMIT 0, 20