Related to article (example): Difference between revisions

remove tempnote as openreferences was fixed in v3.5.0, and fix examples
m (→‎IGNORE - DEBUG TESTING BY DEVELOPERS. THIS PAGE HAS AN ISSUE.: clean up, replaced: [[zh:Extension::{{subst:BASEPAGENAME}}]] → [[zh:扩展:{{subst:BASEPAGENAME}}]])
imported>FrozenPlum
(remove tempnote as openreferences was fixed in v3.5.0, and fix examples)
 
(6 intermediate revisions by 2 users not shown)
Line 1:
{{DPL manual|section=Examples|subsection=Related to article}}
 
==List articlespages thatlinked link to DPL3/Manualfrom article from themselves==
<pre>
The following example
{{#dpl:
 
|linksfrom=Apple
<pre><nowiki>{{#dpl:
format=,[[%PAGE%]],<br/>
|openreferences=yes
|ordermethod=none
|count=5
|linksfrom=Extension:DPL3/Manual
}}
}}</nowiki></pre>
</pre>
 
Produces a list of pages linked from the [[Apple]] article, limited to 5 results, including links to non-existing pages (if any) due to the use of <code>openreferences=yes</code>.
Would produce a list of articles that link to Extension:DPL3/Manual
 
'''Result:'''<br>
{{#dpl:
|linksfrom=Apple
format=,[[%PAGE%]],<br/>
|openreferences=yes
|ordermethod=none
|count=5
|linksfrom=Extension:DPL3/Manual
}}
 
==List templates are used by the Extension:DPL3/Manualan article==
<pre>
The following example
{{#dpl:
|usedby=Apple
|count=5
}}
</pre>
Would produceProduces a list of templates that are used by DPL:Manualthe [[Apple]] article.
 
'''Result:'''<br>
<pre><nowiki>{{#dpl:
{{#dpl:
format=,[[%PAGE%]],<br/>
|usedby=Extension:DPL3/ManualApple
|count=5
}}</nowiki></pre>
}}
 
Would produce a list of templates that are used by DPL:Manual
 
==IGNORE - DEBUG TESTING BY DEVELOPERS. THIS PAGE HAS AN ISSUE.==
 
== ==
Produces a list of articles whose title contains the word "Main" and includes the categories for each page.
<pre>
{{#dpl:
|titlematch=Extension:DPL3/Manual%Main%
|addcategories=true
|format=,²{#replace:Category:%CATNAMES%¦²{comma}²¦<br/>Category:}²,<br/>
}}
</pre>
 
'''Result:'''<br>
{{#dpl:
|titlematch=%Main%
mode=userformat
|addcategories=true
|format=,[[%PAGE%]],<br/>
|count=5
|escapelinks=true
|imagecontainer=Extension:DPL3/Manual
}}
 
[[Category:Miscellaneous examples]]
<!-- Extension prefix in other languages:
 
[[de:Erweiterung:{{subst:BASEPAGENAME}}]]
[[es:Extensión:{{subst:BASEPAGENAME}}]]
[[fr:Extension:{{subst:BASEPAGENAME}}]]
[[it:Estensione:{{subst:BASEPAGENAME}}]]
[[nl:Uitbreiding:{{subst:BASEPAGENAME}}]]
[[pl:Rozszerzenie:{{subst:BASEPAGENAME}}]]
[[pt:Extensão:{{subst:BASEPAGENAME}}]]
[[ru:Расширение:{{subst:BASEPAGENAME}}]]
[[zh:扩展:{{subst:BASEPAGENAME}}]]
-->
Anonymous user