Gamepedia Help Wiki
Azxiana (talk | contribs)
(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...")
 
Azxiana (talk | contribs)
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

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.