Template:Categorize-image

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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