قالب:Image class

من بيضيبيديا، الموسوعة الفارغة
اذهب إلى التنقل اذهب إلى البحث


[view] [edit] Template documentation

This template has an image name as unnamed parameter and produces

class="metadata dummy"

if the image is in a list of placeholder images. This allows users to use CSS to suppress the display of placeholder images with the CSS:

.dummy {display: none}

Usage, if the parameter {{{image}}} is used for the image name:

<span {{image class|{{{image}}}}}>[[Image:{{{image}}}|..]]</span>

In a table:

|{{image class|{{{image}}}}} | [[Image:{{{image}}}|..]]

Templates in which this templates is called: [1].

Some templates use the whole image tag as parameter, so they use:

<span {{image class|{{{image_tag_parameter}}}}}>{{{image_tag_parameter}}}</span>

In a table:

|{{image class|{{{image_tag_parameter}}}}} | {{{image_tag_parameter}}}