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:
{{DPL Manualmanual|section=Examples|subsection=Related to Articlearticle}}
 
==List articles that link to DPL:DPL3/Manual article from themselves==
The following example
 
Line 8:
|openreferences=yes
|ordermethod=none
|linksfrom=DPLExtension:DPL3/Manual
}}</nowiki></pre>
 
Would produce a list of articles that link to DPLExtension:DPL3/Manual
 
{{#dpl:
Line 17:
|openreferences=yes
|ordermethod=none
|linksfrom=DPLExtension:DPL3/Manual
}}
 
==List templates are used by the DPLExtension:DPL3/Manual article==
The following example
 
<pre><nowiki>{{#dpl:
format=,[[%PAGE%]],<br/>
|usedby=DPLExtension:DPL3/Manual
}}</nowiki></pre>
 
Would produce a list of templates that are used by DPL:Manual
 
==IGNORE - DEBUG TESTING BY DEVELOPERS. THIS PAGE HAS AN ISSUE.==
 
{{#dpl:
titlematch=DPLExtension:DPL3/Manual
|addcategories=true
|format=,²{#replace:Category:%CATNAMES%¦²{comma}²¦<br/>Category:}²,<br/>
Line 42:
|format=,[[%PAGE%]],<br/>
|escapelinks=true
|imagecontainer=DPLExtension: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 }}