টেমপ্লেট নথি[দেখুন] [সম্পাদনা] [ইতিহাস] [শোধন]

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.

ব্যবহার

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}}.

প্রভাব

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}

সম্পর্কিত টেমপ্লেট

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}}.