Template:Categorize-image

From Second Life Wiki
Revision as of 07:43, 19 October 2007 by SignpostMarv Martin (talk | contribs) (added cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage Guide

This template takes two arguments; a prefix and a suffix:

  • {{categorize-image|foo|bar}} produces the necessary code to list an article under Category:fooImagesbar
  • {{categorize-image|foo}} produces the necessary code to list an article under Category:fooImages
  • {{categorize-image||bar}} produces the necessary code to list an article under Category:Imagesbar

You can see from the above examples that the template doesn't add in spaces, so you would need to add the spaces to the parameters yourself:

  • {{categorize-image|foo | bar}} produces the necessary code to list an article under Category:foo Images bar
  • {{categorize-image|foo }} produces the necessary code to list an article under Category:foo Images
  • {{categorize-image|| bar}} produces the necessary code to list an article under Category:Images bar

Practical Examples