Difference between revisions of "Issue:Child DPL doesn't works"
From FollowTheScore
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.6.8 |Description = Child tag <DPL></DPL> doesn't work |Status = open }} == Problem == <DPL> category=Главн...) |
(→Problem) |
||
Line 8: | Line 8: | ||
== Problem == | == Problem == | ||
+ | <pre> | ||
<DPL> | <DPL> | ||
category=Главная | category=Главная | ||
Line 15: | Line 16: | ||
addeditdate = true | addeditdate = true | ||
count=5 | count=5 | ||
− | format=<ul>,<li>[[ | + | format=<ul>,<li>[[%TITLE%]],<DPL>\ncategory=%TITLE%\nuserdateformat = d.m.Y\nordermethod = lastedit\norder = descending\naddeditdate = true\ncount=5\n</DPL></li>,</ul> |
</DPL> | </DPL> | ||
+ | </pre> | ||
Result: | Result: | ||
+ | <pre> | ||
<ul><li><a href="/wiki/index.php?title=Test1&action=edit" class="new" title="Test1">Test1</a></ul> | <ul><li><a href="/wiki/index.php?title=Test1&action=edit" class="new" title="Test1">Test1</a></ul> | ||
<p></li>,</ul> | <p></li>,</ul> | ||
</DPL> | </DPL> | ||
− | + | </pre> | |
− | bad result :( First </DPL> closes all <DPL> tags | + | bad result :( First <pre></DPL></pre> closes all <pre><DPL></pre>tags |
== Reply == | == Reply == |
Revision as of 14:49, 13 March 2008
Description: | Child tag Extension:DynamicPageList (DPL), version 3.2.1: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants Extension:DynamicPageList (DPL), version 3.2.1: Warning: No results. doesn't work |
Extension / Version: | DPL / 1.6.8 |
Type / Status: | Bug / open |
Problem
<DPL> category=Главная userdateformat = d.m.Y ordermethod = lastedit order = descending addeditdate = true count=5 format=<ul>,<li>[[%TITLE%]],<DPL>\ncategory=%TITLE%\nuserdateformat = d.m.Y\nordermethod = lastedit\norder = descending\naddeditdate = true\ncount=5\n</DPL></li>,</ul> </DPL>
Result:
<ul><li><a href="/wiki/index.php?title=Test1&action=edit" class="new" title="Test1">Test1</a></ul> <p></li>,</ul> </DPL>bad result :( First
</DPL>closes all
<DPL>tags