Padron:Image class names/doc

Mula sa Wikipedia, ang malayang ensiklopedya
Ito ang pahina ng dokumentasyon para sa Padron:Image class names.
Kapag deretsahan itong binasa, maaaring lumitaw na putol umano ang mga kawing na gumagamit ng mga baryable; mangyaring huwag palitan ang mga ito ng mga inentrang pangalan ng pahina o URL.


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[baguhin ang wikitext]

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 {{image class}}, see the usage of that template.

Effect[baguhin ang wikitext]

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[baguhin ang wikitext]

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