| abstract
| - I thought I understood how DPL works.. I thought it could include stuff on base of a category. So I made a category, and the job queue got very long but I thought it would work.. Can you explain what you did and/or which manual page you used? -- Bennie (talk ~ fellows) 09:25, January 12, 2011 (UTC) Manual Categories aren't allowed to use &, you're supposed to use | category = Something | category = something as an and statement. | category= something{{!}}something is an or. Instead of what you did, adding a category clause based on if the parameter is empty, I just used the function | notuses = Template:Version, it calls based on whether a page doesn't use that template. Really useful to use the | uses = something conjugate because that'll get rid of articles from a list like Hunting Places; that article is in the category Hunting Places, but I don't want it called to any lists because it doesn't have an Infobox Hunt in it. Also added a count and offset, because the list was far too long. Good luck learning some dpl, it's a unforgiving beast. Craggles ಠ_ಠ Talk ∙ Contribs 12:50, January 12, 2011 (UTC)
|