844
edits
Ian Oliver (talk | contribs) m (Added comment on why the includeonly seems to be having no effect—the page transcludes itself, so the category gets applied anyway—and a suggested fix. Also moved what I added in the last edit to the bottom; IDK why I put it in the middle.) |
Ian Oliver (talk | contribs) (added alternative solution) |
||
Line 26: | Line 26: | ||
* '''Certification:''' {{{certification}}} | * '''Certification:''' {{{certification}}} | ||
<includeonly>[[Category:Tools]]</includeonly> <!-- This category is includeonlyed, so this template page should not be in the category. However, this template page transcludes itself and so ends up in the category. Using {{documentation}} (from meta.wikimedia.org) to provide the documentation on this page should fix | <includeonly>[[Category:Tools]]</includeonly> <!-- This category is includeonlyed, so this template page should not be in the category. However, this template page transcludes itself and so ends up in the category. Using {{documentation}} (from meta.wikimedia.org) to provide the documentation on this page should fix it. Alternatively, {{#ifeq}} could be used to do it in a simpler way. Both of these would require installing MediaWiki extensions, which requires admin access to the server. --> |