Marvel Database
Advertisement

This code will allow one to see all the pages needing to be redirected (with bot) and then deleted out. Need to completely clear and then check periodically.

<DPL>
titlematch=%/Appearances
namespace=Category
redirects=only
</DPL>


This code will allow one to see all the comic pages that need to be templated.

<DPL>
namespace=Comics
category=Comics
notuses=Template:Comic List|Template:ComicDisambig|Marvel Database:Gallery Template|Marvel Database:Comic Template|Template:Collection Page|Template:Disambig
addpagesize=true
resultsfooter=%PAGES%
offset=1000
</DPL>


Test DPL for possible use on the Comic List template. Shown here while I see how the template reacts without it:

<center> {{#dpl:
|category=Image Needed|category={{PAGENAME}}
|allowcachedresults=true
|ordermethod=sortkey
|resultsheader='''There are %PAGES% issues in this volume that need covers. Please add them on the pages below and they will appear in the gallery above. This section will be removed upon instating all pages that are without an "image=" to having a ''<nowiki>default image in place.'''\n\n
|columns=2
}}</center>

and {{cid{{!}}


This code will allow one to see all the pages that may need merges, redirects, fixing, etc...

<DPL>
redirects=exclude
notuses=Marvel Database:Comic Template|Marvel Database:Volume Template|Marvel Database:Gallery Template|Official Power Grid|ComicDisambig
namespace=Main
notcategory=Polls
</DPL>

Advertisement