|
|
(3 intermediate revisions by 2 users 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 class="nounderlines" style="width: {{{width|400}}}px; float: {{{float|none}}}; margin: {{{margin|none}}}; padding: {{{padding|none}}}; border: {{{border|none}}}; clear: {{{float|none}}}; background-color: {{{background-color|transparent}}}; position: relative; font-size: {{{font-size|85%}}};"> |
| style="width: {{#if:{{{thumb|}}}|{{#expr:{{#if:{{{width|}}}|{{{width}}}|400}}+16}}|{{#if:{{{border2|}}}|{{#expr:{{#if:{{{width|}}}|{{{width}}}|400}}+2}}|{{#if:{{{width|}}}|{{{width}}}|400}}}}}}px;
| | <div style="background-color: {{{svg-background-color|}}};">{{#if:{{{fullimage|}}} |
| {{#if:{{{margin|}}}|margin: {{{margin}}};}}
| | |{{{fullimage}}} |
| {{#if:{{{padding|}}}|padding: {{{padding}}};}}
| | |[[File:{{{image|Example.png}}}{{#if:{{{thumb|}}}|{{!}}thumb|}}|{{{width|400}}}px{{#ifeq:{{{link|File:}}}|File:||{{!}}link={{{link|}}}}}|alt={{{alt|}}}|{{{caption|}}}]]}}</div><noinclude>[[Category:Diagram templates]]</noinclude> |
| {{#if:{{{border|}}}|border: {{{border}}};}}
| |
| {{#if:{{{font-size|}}}|font-size: {{{font-size}}};}}
| |
| line-height: 1;
| |
| text-align: {{{text-align|center}}};
| |
| background-color: {{{svg-background-color|{{{background-color|#ffffff}}}}}};
| |
| position: relative;
| |
| {{#if:{{{overflow-x|}}}|max-width: 100%; <!-- deals with large images on mobile overflowing -->
| |
| overflow-x: {{{overflow-x|auto}}};}}"><!--
| |
| -->{{#if:{{{fullimage|}}}
| |
| |{{{fullimage}}}
| |
| |[[File:{{{image|Bad Title Example.png}}}{{#if:{{{border2|}}}|{{!}}border}}{{#if:{{{thumb|}}}|{{!}}thumb{{!}}none}}|{{#if:{{{width|}}}|{{{width}}}|400}}px{{#ifeq:{{{link|File:}}}|File:||{{!}}link={{{link|}}}}}|alt={{{alt|}}}|{{{caption|}}}]]
| |
| }}<noinclude>
| |
| </div> | |
| {{Documentation}}
| |
| </noinclude> | |