Template:Image class names

From Ava Zinn Wiki
Revision as of 10:40, 14 March 2016 by Aeverinezinn (talk | contribs) (Created page with "<noinclude> {{template doc}} </noinclude>{{#switch:{{ucfirst:{{{1}}}}}|Replace this image male.svg|Replace this image female.svg|Replace this image1.svg|Replace this imageb.sv...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Documentation icon Template documentation[view] [edit] [history] [purge]

This template produces "metadata dummy" (without quotation marks) if the parameter is in a list of placeholder image names and tags contained in this template. It allows suppression of these placeholder images.

Usage[edit]

class="{{image class names|image parameter}}"

The image parameter can be the image name or a full image tag.

In most cases this template is not called directly, but through another template, e.g. {{image class}}, see the usage of that template, or {{infobox actor}}.

Effect[edit]

Due to MediaWiki:Monobook.css, containing

     @media print { .metadata { display: none } }

the effect of class "metadata" is that by default the image is not printed when using the Monobook skin.

The class "dummy" allows users to use CSS to suppress the display of placeholder images with the CSS:

     .dummy {display: none}

Related template[edit]

In many cases this template is used through {{image class}}, which also produces "class=" and quotation marks. This template {{image class names}} has to be called directly if the class names without "class=" are needed, e.g. for parameter imageclass of {{infobox}}.