User:Sware/Template:Image label begin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div role="img" class="{{#switch:{{{float|}}}|left=floatleft|right=floatright}} noresize" <!-- noresize disables the img from being limited to the width of the viewport size (as on mobile) --> | <div role="img" class="{{#switch:{{{float|}}}|left=floatleft|right=floatright}} noresize" <!-- noresize disables the img from being limited to the width of the viewport size (as on mobile) --> | ||
style="width: {{#if:{{{thumb|}}}|{{#expr:{{#if:{{{width|}}}|{{{width}}}|400}}+16}}|{{#if:{{{border2|}}}|{{#expr:{{#if:{{{width|}}}|{{{width}}}|400}}+2}}|{{#if:{{{width|}}}|{{{width}}}|400}}}}}}px; | style="width: {{#if:{{{thumb|}}}|{{#expr:{{#if:{{{width|}}}|{{{width}}}|400}}+16}}|{{#if:{{{border2|}}}|{{#expr:{{#if:{{{width|}}}|{{{width}}}|400}}+2}}|{{#if:{{{width|}}}|{{{width}}}|400}}}}}}px; | ||
{{#if:{{{margin|}}}|margin: {{{margin}}};}} | {{#if:{{{margin|}}}|margin: {{{margin}}};}} | ||
{{#if:{{{padding|}}}|padding: {{{padding}}};}} | {{#if:{{{padding|}}}|padding: {{{padding}}};}} | ||
{{#if:{{{border|}}}|border: {{{border}}};}} | {{#if:{{{border|}}}|border: {{{border}}};}} | ||
{{#if:{{{font-size|}}}|font-size: {{{font-size}}};}} | {{#if:{{{font-size|}}}|font-size: {{{font-size}}};}} | ||
line-height: 1; | line-height: 1; | ||
text-align: {{{text-align|center}}}; | text-align: {{{text-align|center}}}; | ||
background-color: {{{svg-background-color|{{{background-color|#ffffff}}}}}}; | background-color: {{{svg-background-color|{{{background-color|#ffffff}}}}}}; | ||
position: relative; | position: relative; | ||
{{#if:{{{overflow-x|}}}|max-width: 100%; <!-- deals with large images on mobile overflowing --> | {{#if:{{{overflow-x|}}}|max-width: 100%; <!-- deals with large images on mobile overflowing --> | ||
overflow-x: {{{overflow-x|auto}}};}}"><!-- | overflow-x: {{{overflow-x|auto}}};}}"><!-- | ||
-->{{#if:{{{fullimage|}}} | -->{{#if:{{{fullimage|}}} | ||
|{{{fullimage}}} | |{{{fullimage}}} | ||
|[[File:{{{ | |[[File:{{{file|Brosen windrose basic tagless.svg}}}{{#if:{{{border2|}}}|{{!}}border}}{{#if:{{{thumb|}}}|{{!}}thumb{{!}}none}}|{{#if:{{{width|}}}|{{{width}}}|400}}px{{#ifeq:{{{link|File:}}}|File:||{{!}}link={{{link|}}}}}|alt={{{alt|}}}|{{{caption|}}}]] | ||
}} | }} |