Vorlage:Smallimage: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
}}<!-- | }}<!-- | ||
-->{{#vardefine: id | i_{{#regex: {{#regex: {{#var:img}} |/[^\.]+/}}|/ /|_}} }}<!-- | -->{{#vardefine: id | i_{{#regex: {{#regex: {{#var:img}} |/[^\.]+/}}|/ /|_}} }}<!-- | ||
+ | |||
+ | Width | ||
+ | |||
+ | -->{{#vardefine:width | ||
+ | | {{#if: {{{rw|}}} |{{!}}{{{rw|}}}px }} | ||
+ | }}<!-- | ||
Bildtext | Bildtext | ||
Zeile 8: | Zeile 14: | ||
-->{{#vardefine:text | -->{{#vardefine:text | ||
| {{#if: {{{2|}}} | | {{#if: {{{2|}}} | ||
− | |<div class='bildtext'>{{#if: {{{ref|}}}|{{ref|bild={{{1|}}} }} }} {{{2|}}}</div> | + | |<div class='bildtext''>{{#if: {{{ref|}}}|{{ref|bild={{{1|}}} }} }} {{{2|}}}</div> |
}} | }} | ||
}}<!-- | }}<!-- | ||
Zeile 21: | Zeile 27: | ||
--><div class=smallimage><div id={{#var:id}}> | --><div class=smallimage><div id={{#var:id}}> | ||
− | <div class='imgBorder'>[[Bild:{{#var:img}}{{#var:link}}]]</div> | + | <div class='imgBorder' style='{{{style|}}}>[[Bild:{{#var:img}}{{#var:link}}{{#var:width}}]]</div> |
<div class='caption'>{{#var:text}}</div> | <div class='caption'>{{#var:text}}</div> | ||
</div></div><!-- | </div></div><!-- | ||
Zeile 48: | Zeile 54: | ||
}} | }} | ||
}} | }} | ||
+ | <noinclude> | ||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "1": {}, | ||
+ | "2": {}, | ||
+ | "rw": {}, | ||
+ | "ref": {}, | ||
+ | "nolink": {}, | ||
+ | "float": {}, | ||
+ | "style": {} | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
+ | </noinclude> |
Aktuelle Version vom 7. Januar 2023, 16:52 Uhr
Keine Beschreibung.
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
1 | 1 | keine Beschreibung | Unbekannt | optional |
2 | 2 | keine Beschreibung | Unbekannt | optional |
Rw | rw | keine Beschreibung | Unbekannt | optional |
Ref | ref | keine Beschreibung | Unbekannt | optional |
Nolink | nolink | keine Beschreibung | Unbekannt | optional |
Float | float | keine Beschreibung | Unbekannt | optional |
Style | style | keine Beschreibung | Unbekannt | optional |