Difference between revisions of "Template:Float/sandbox"
Jump to navigation
Jump to search
imported>Gadget850 (synch from current) |
imported>Gadget850 (rerwork) |
||
| Line 1: | Line 1: | ||
| − | + | <div class="{{#switch:{{{1|}}} | right=floatright | left=floatleft | none=floatnone | center=center | #default=floatright}} style="<!-- | |
| − | + | -->{{#ifeq:{{{1}}} | left | left: 0; | {{#if: {{{left|}}} | left: {{{left|}}};}} }}<!-- | |
| − | + | -->{{#if: {{{right|}}} | right: {{{right|}}};}}<!-- | |
| − | + | -->{{#if: {{{top|}}} | top: {{{top|}}};}}<!-- | |
| − | + | -->{{#if: {{{bottom|}}} | bottom: {{{bottom|}}};}}<!-- | |
| − | + | -->{{#if: {{{width|}}} | width: {{{width|}}};}}<!-- | |
| − | + | -->{{#if: {{{style|}}}-->{{{style|}}};}}>{{{2|}}}</div> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||