Wikipedia:WikiProject User warnings/Design guidelines: Difference between revisions

Content deleted Content added
Create page
Line 83:
Any template that places pages it's used on into a category should surround the category tags with the category parameter. If the template uses <code><nowiki><noinclude></nowiki></code> tags, be careful to place the parameter ''inside'' these tags. This allows the use of the template on a page (such as a talk or list page) without adding that page to a category by using the template with no value specified for the category parameter: <code><nowiki>{{template|category=}}</nowiki></code>.
<pre>
<noinclude>{{{category|[[Category:User block templates|Temporary]]}}}</noinclude>
[[Category:WikiProject on User Warnings]]
[[Category:Wikipedia WikiProjects]]
}}}</noinclude>
</pre>