Related to article (example): Difference between revisions

Content added Content deleted
(Created page with "{{DPL Manual|section=Examples|subsection=Related to Article}} =List articles that link to DPL:Manual article from themselves= The following example <pre><nowiki>{{#dpl: form...")
 
No edit summary
Line 13: Line 13:
Would produce a list of articles that link to DPL:Manual
Would produce a list of articles that link to DPL:Manual


{{#dpl:
<code>{{#dpl:
format=,[[%PAGE%]],<br/>
format=,[[%PAGE%]],<br/>
|openreferences=yes
|openreferences=yes
|ordermethod=none
|ordermethod=none
|linksfrom=DPL:Manual
|linksfrom=DPL:Manual
}}
}}</code>


=List templates are used by the DPL:Manual article=
=List templates are used by the DPL:Manual article=
Line 32: Line 32:
=IGNORE - DEBUG TESTING BY DEVELOPERS. THIS PAGE HAS AN ISSUE.=
=IGNORE - DEBUG TESTING BY DEVELOPERS. THIS PAGE HAS AN ISSUE.=


{{#dpl:
<code>{{#dpl:
titlematch=DPL:Manual
titlematch=DPL:Manual
|addcategories=true
|addcategories=true
|format=,²{#replace:Category:%CATNAMES%¦²{comma}²¦<br/>Category:}²,<br/>
|format=,²{#replace:Category:%CATNAMES%¦²{comma}²¦<br/>Category:}²,<br/>
}}
}}</code>


{{#dpl:
<code>{{#dpl:
mode=userformat
mode=userformat
|format=,[[%PAGE%]],<br/>
|format=,[[%PAGE%]],<br/>
|escapelinks=true
|escapelinks=true
|imagecontainer=DPL:Manual
|imagecontainer=DPL:Manual
}}
}}</code>