Related to article (example): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
m (Alianin moved page DPL:Example - Related to Article to Extension:DPL3/Example: Related to article without leaving a redirect: Changing namespaces.)
No edit summary
Line 1: Line 1:
{{DPL Manual|section=Examples|subsection=Related to Article}}
{{DPL manual|section=Examples|subsection=Related to article}}


=List articles that link to DPL:Manual article from themselves=
==List articles that link to DPL3/Manual article from themselves==
The following example
The following example


Line 8: Line 8:
|openreferences=yes
|openreferences=yes
|ordermethod=none
|ordermethod=none
|linksfrom=DPL:Manual
|linksfrom=Extension:DPL3/Manual
}}</nowiki></pre>
}}</nowiki></pre>


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


{{#dpl:
{{#dpl:
Line 17: Line 17:
|openreferences=yes
|openreferences=yes
|ordermethod=none
|ordermethod=none
|linksfrom=DPL:Manual
|linksfrom=Extension:DPL3/Manual
}}
}}


=List templates are used by the DPL:Manual article=
==List templates are used by the Extension:DPL3/Manual article==
The following example
The following example


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


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


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


{{#dpl:
{{#dpl:
titlematch=DPL:Manual
titlematch=Extension:DPL3/Manual
|addcategories=true
|addcategories=true
|format=,²{#replace:Category:%CATNAMES%¦²{comma}²¦<br/>Category:}²,<br/>
|format=,²{#replace:Category:%CATNAMES%¦²{comma}²¦<br/>Category:}²,<br/>
Line 42: Line 42:
|format=,[[%PAGE%]],<br/>
|format=,[[%PAGE%]],<br/>
|escapelinks=true
|escapelinks=true
|imagecontainer=DPL:Manual
|imagecontainer=Extension:DPL3/Manual
}}
}}

Revision as of 10:26, 12 July 2019

Manual Examples Related to article

List articles that link to DPL3/Manual article from themselves

The following example

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

Would produce a list of articles that link to Extension:DPL3/Manual

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

List templates are used by the Extension:DPL3/Manual article

The following example

{{#dpl:
format=,[[%PAGE%]],<br/>
|usedby=Extension:DPL3/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=Extension:DPL3/Manual |addcategories=true |format=,²{#replace:Category:%CATNAMES%¦²{comma}²¦
Category:}²,
}}

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