Template:Sized-external-image: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
(Undo revision 25755 by WikiMaster (talk))
Tag: Undo
(Test another configuration of this template.)
Tag: Reverted
Line 1: Line 1:
<div class="externalimage-holder" style="width:{{{1}}}">{{{2}}}</div>
<div class="thumb {{{4}}}">
  <div class="thumbinner" style="width:{{{1}}}">
    {{{3}}}
    <div class="thumbcaption"><span class="plainlinks">{{{5}}}</span></div>
  </div>
</div>


<!-- SOURCE: mediawiki: set external image width by value | https://stackoverflow.com/questions/19450262/mediawiki-set-external-image-width-by-value -->
<!-- SOURCE: https://chat.openai.com/c/75a5ff90-791c-4deb-81a1-d50a2ca38f98 -->
<!-- USE EXAMPLE: {{sized-external-image|250px|https://example.org/image.jpg}} -->
<!-- USE EXAMPLE: {{sized-external-image|250px|[https://example.org/ https://example.org/image.jpg]|tright|[https://example.org/ My Caption] <small>Photo: [https://example.org/ The Photographer]</small>}} -->
 
<!-- ORIGINAL TEMPLATE: <div class="externalimage-holder" style="width:{{{1}}}">{{{2}}}</div> -->
<!-- ORIGINAL SOURCE: mediawiki: set external image width by value | https://stackoverflow.com/questions/19450262/mediawiki-set-external-image-width-by-value -->
<!-- ORIGINAL USE EXAMPLE: {{sized-external-image|250px|https://example.org/image.jpg}} -->

Revision as of 21:19, 30 November 2023

   {{{3}}}
{{{5}}}