Diferencia entre revisiones de «Plantilla:Imagenexterna»

De musiki
Sin resumen de edición
Sin resumen de edición
Línea 7: Línea 7:
</includeonly>
</includeonly>
  -->
  -->
 
.imagelink_somename a {
<figure>
   width:100px;
<p><img src={{{1}}}
   height:100px;
width="136" height="200"
   display:block;
alt={{{2}}}>
   text-decoration:none;
<figcaption>{{{2}}}</figcaption>
   background-image: url({{{1}}})
</figure>
 
figure {
  float: right;
   width: 30%;
  text-align: center;
   font-style: italic;
   font-size: smaller;
   text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
   padding: 0.5em;
}
}
<!-- .imagelink_somename a {
width:50%;
display:block;
margin-left: auto;
margin-right: auto;
text-decoration:none;
background-image: url({{{1}}})
} -->

Revisión del 19:44 23 mar 2019


<figure>

<img src={{{1}}} width="136" height="200" alt={{{2}}}> <figcaption>{{{2}}}</figcaption> </figure> figure { float: right; width: 30%; text-align: center; font-style: italic; font-size: smaller; text-indent: 0; border: thin silver solid; margin: 0.5em; padding: 0.5em; }