Vorlage:Image
Zur Navigation springen
Zur Suche springen
Dokumentation Die folgende Dokumentation stammt von der Seite Vorlage:Image/Dokumentation. (bearbeiten | Versionsgeschichte)
Siehe auch die englische Vorlagenseite: Template:Image. Sie enthält möglicherweise umfassendere oder aktuellere Informationen.
If the filename is passed without its extension, will determine if a gif is available (defaults to png); returns the image; if file exists as neither gif nor png, returns a null value.
If the filename includes an extension, will return the image as normal. But you can prefixed it with a "?" character to check if the file exists, returning null if it doesn't.
Usage
{{image|options|caption}} The syntax is same as [[File:]].
Parameters
All [[File:]] syntax are valid.
In addition:
- size =
Support *scale syntax. Will override unamed size option. e.g. |20px|size=40px*0.75 will parse as 40px*0.75, result in 30px
- scale =
Scale image based on its size. e.g. scale=0.5.
- maxsize =
Using same syntax as [[File:]]'s size option: Wpx, Hpx, or WxHpx. Note: this is applied AFTER scale.