Related to article (example): Difference between revisions

From DynamicPageList3 Manual
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>

Revision as of 20:39, 29 July 2015

Template:DPL Manual

List articles that link to DPL:Manual article from themselves

The following example

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

Would produce a list of articles that link to DPL:Manual

{{#dpl: format=,%PAGE%,
|openreferences=yes |ordermethod=none |linksfrom=DPL:Manual }}

List templates are used by the DPL:Manual article

The following example

{{#dpl:
format=,[[%PAGE%]],<br/>
|usedby=DPL:Manual
}}

Would produce a list of templates that are used by DPL:Manual

IGNORE - DEBUG TESTING BY DEVELOPERS. THIS PAGE HAS AN ISSUE.

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

{{#dpl: mode=userformat |format=,%PAGE%,
|escapelinks=true |imagecontainer=DPL:Manual }}