Jump to content
This wiki has been automatically closed because there have been no edits or log actions made within the last 60 days. If you are a user (who is not the bureaucrat) that wishes for this wiki to be reopened, please request that at Requests for reopening wikis. If this wiki is not reopened within 6 months it may be deleted. Note: If you are a bureaucrat on this wiki, you can go to Special:ManageWiki and uncheck the "Closed" box to reopen it.

Related to article (example): Difference between revisions

remove tempnote as openreferences was fixed in v3.5.0, and fix examples
No edit summary
imported>FrozenPlum
(remove tempnote as openreferences was fixed in v3.5.0, and fix examples)
 
(12 intermediate revisions by 5 users not shown)
Line 1:
{{DPL Manualmanual|section=Examples|subsection=Related to Articlearticle}}
 
==List articlespages thatlinked link to DPL:Manualfrom article from themselves==
<pre>
The following example
<code>{{#dpl:
 
|linksfrom=DPL:ManualApple
<pre><nowiki>{{#dpl:
format=,[[%PAGE%]],<br/>
|openreferences=yes
|ordermethod=none
|count=5
|linksfrom=DPL: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>.
 
'''Result:'''<br>
Would produce a list of articles that link to DPL:Manual
<code>{{#dpl:
 
|linksfrom=DPL:ManualApple
<code>{{#dpl:
format=,[[%PAGE%]],<br/>
|openreferences=yes
|ordermethod=none
|count=5
|linksfrom=DPL:Manual
}}</code>
 
==List templates are used by the DPL:Manualan article==
<pre>
The following example
<code>{{#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=DPL:ManualApple
|count=5
}}</nowiki></pre>
}}
 
== ==
Would produce a list of templates that are used by DPL:Manual
Produces a list of articles whose title contains the word "Main" and includes the categories for each page.
 
<pre>
=IGNORE - DEBUG TESTING BY DEVELOPERS. THIS PAGE HAS AN ISSUE.=
{{#dpl:
|titlematch=DPL:Manual%Main%
|addcategories=true
}}
</pre>
 
'''Result:'''<br>
<code>{{#dpl:
{{#dpl:
titlematch=DPL:Manual
|titlematch=%Main%
|addcategories=true
|count=5
|format=,²{#replace:Category:%CATNAMES%¦²{comma}²¦<br/>Category:}²,<br/>
}}</code>
 
[[Category:Miscellaneous examples]]
<code>{{#dpl:
mode=userformat
|format=,[[%PAGE%]],<br/>
|escapelinks=true
|imagecontainer=DPL:Manual
}}</code>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.