Vés al contingut

Plantilla Discussió:Image frame

El contingut de la pàgina no s'admet en altres llengües.
De la Viquipèdia, l'enciclopèdia lliure

Desglossat, potser ajuda a algú:

{{#ifeq: {{{align|}}} | center | 
  <div class="center"> 
}}
--if center

<div class="thumb 
  {{#switch: {{{align|}}} | 
    right | 
    #default=tright | 
    left=tleft | 
    center | 
    none=tnone
  }}
  " 

  {{#ifeq: {{{mode|}}} | scrollable | 
    style="overflow:hidden;width:{{{width|auto}}}
      ;max-width:
        {{#if:{{{max-width|}}}|
          {{#expr:{{{max-width|}}}+8}}px|
          100%
        }}
    "
  }}
  
  >
-- end class thumb 
  
  <div class="thumbinner" 
    {{#ifeq: {{{mode|}}} | scrollable|
       |
      style="width:
        {{#if:{{{width|}}}| 
          {{#ifeq: {{{border|}}} | no |
            {{{width}}}px | 
            {{#expr:{{{width}}}+2}}px}} |
              fit-content; width:-moz-fit-content; width:-webkit-fit-content;}}
        }}"
  >
-- end class thumbinner  

    {{#ifeq: {{{pos|}}} | top | 
      <div class="thumbcaption">
        {{#if: {{{link|}}} | 
          <div style="float:right">
            {{{linkoverride|
              [[File:Desc-i.svg|16px|link={{{link}}}
                {{#if: {{{link_text|}}} | {{!}}{{{link_text}}}
                }}
              ]]
            }}}
          </div> |
    }}
  
    {{{caption|}}}
  
  </div> |}}
  
  <div class="
    {{#ifeq: {{{mode|}}} | scrollable|
      |
      {{#ifeq: {{{border|}}} | no | 
        center | 
        thumbimage 
      }}
    }} 
    noresize" 
      
    style="width:
     {{#if:{{{width|}}}| {{{width}}}px | auto }};
  
    {{#ifeq: {{{mode|}}} | scrollable|
      overflow:auto;
      {{#ifeq:{{{dir|}}}|rtl|
        direction:rtl;
      }}
    }}
      
    {{{innerstyle|}}}
  
  ">
  
    {{#ifeq: {{{mode|}}} | scrollable|
      <div style="white-space:nowrap">}}
    
    {{{content}}}
    
    {{#ifeq: {{{mode|}}} | scrollable|
      </div>}}
  
  </div>
  
  {{#ifeq: {{{pos|}}} | top |
    | 
    {{#if:{{{caption|}}}|
      <div class="thumbcaption">
  
    {{#if: {{{link|}}} |
      <div style="float:right">{{{linkoverride |
        [[File:Desc-i.svg|16px|link={{{link}}}
          {{#if: {{{link_text|}}} | {{!}}{{{link_text}}}}}]]
        }}}
      </div>
    }}
    
    {{{caption|}}}
    
  </div>}}
}}

</div></div>

{{#ifeq: {{{align|}}} | center |
 </div> }}