Difference between revisions of "DPL"

From Biowikifarm Metawiki
Jump to: navigation, search
(New page: Notes on using the DPL / Dynamic Page List Plugin External Links: * [http://semeb.com/dpldemo/DPL:Manual The Complete Manual]! * [http://semeb.com/dpldemo/DPL:Manual - DPL parameters: Cri...)
 
 
Line 8: Line 8:
  
 
<nowiki>
 
<nowiki>
<dpl>
+
<dpl>
   linksto = Please Review Me
+
   linksto = Please review me
 
   nottitlematch=Administration
 
   nottitlematch=Administration
</dpl></nowiki>
+
  noresultsheader=(No review requests are pending)
 +
</dpl>
 +
</nowiki>
  
 
linksto: Does not support resolving current <nowiki>{{PAGENAME}}</nowiki>
 
linksto: Does not support resolving current <nowiki>{{PAGENAME}}</nowiki>
 +
: However, in tag mode it may work, example given is: <nowiki>{{#dpl: category = Poets | linksto = {{FULLPAGENAME}} }}</nowiki>
 +
 
nottitlematch: When no namespace is given, pages from all Namespaces are excluded: "Administration" excludes Project:Administration. However, this is not an instring search: Admin does not exclude Administration.
 
nottitlematch: When no namespace is given, pages from all Namespaces are excluded: "Administration" excludes Project:Administration. However, this is not an instring search: Admin does not exclude Administration.
 +
 +
category: Using Category multiple times is always an AND-combination. Using category and linksto, similarly, is an AND. OR does not seem possible.

Latest revision as of 20:03, 29 August 2008

Notes on using the DPL / Dynamic Page List Plugin

External Links:

"Referring Pages" / "What Links here" - functionality

<dpl> linksto = Please review me nottitlematch=Administration noresultsheader=(No review requests are pending) </dpl>

linksto: Does not support resolving current {{PAGENAME}}

However, in tag mode it may work, example given is: {{#dpl: category = Poets | linksto = {{FULLPAGENAME}} }}

nottitlematch: When no namespace is given, pages from all Namespaces are excluded: "Administration" excludes Project:Administration. However, this is not an instring search: Admin does not exclude Administration.

category: Using Category multiple times is always an AND-combination. Using category and linksto, similarly, is an AND. OR does not seem possible.