Template:Multiframe: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
mNo edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#switch:{{{align}}}|left=<div class="thumb tleft">|none=<div class="thumb tnone">|center=<center><div class="thumb tnone">|#default=<div class="thumb tright">}}<div class=thumbinner style="width:{{#if:{{{size|}}}|{{#expr:{{{size}}}+2}}px|fit-content;width:-moz-fit-content}}"><div class="thumbimage plainlinks" {{#switch:{{{align}}}|none|center=style=overflow:auto}} style="background-color:{{{background-color|#fff}}}">{{{1|}}}</div><div class="thumbcaption">{{{2|}}}</div></div></div>{{#ifeq:{{{align}}}|center|</center>}}</includeonly><noinclude>
<includeonly>{{#switch:{{{align}}}
|left=<div class="multiframe thumb tleft">
|none=<div class="multiframe thumb tnone">
|center=<div class="center"><div class="multiframe thumb tnone">
|#default=<div class="multiframe thumb tright">}}<div class="thumbinner" style="width:{{#if:{{{size|}}}|{{#expr:{{{size}}}+2}}px|fit-content}}"><div class="thumbimage" style="text-align:center"><div style="background:{{{bg|none}}}"><div>{{{1|}}}</div></div></div><div class="thumbcaption">{{{2|}}}</div></div></div>{{#ifeq:{{{align}}}|center|</div>}}</includeonly><noinclude>
{{multiframe|[[File:Example.png|30px]][[File:Star.png|50px]]<br>[[File:NSMBW Mario Solo Artwork.png|70px]]|This is an example of the caption. It will appear below the images.|size=80}}
{{multiframe|[[File:Example.png|30px]][[File:Star.png|50px]]<br>[[File:NSMBW Mario Solo Artwork.png|70px]]|This is an example of the caption. It will appear below the images.|size=80}}


If you want to use more than one image in one box (or the image from foreign site), you can use this template:
If you want to use more than one image in one box (or the image from foreign site), you can use this template:
<pre>
<pre>
{{multiframe
{{multiframe
Line 10: Line 15:
  | This is an example of the caption. It will appear below the images. <!-- Description -->
  | This is an example of the caption. It will appear below the images. <!-- Description -->
  | size=80 <!-- Put width size (in pixels), the top two equal 80 and the bottom 70, put the greater one -->
  | size=80 <!-- Put width size (in pixels), the top two equal 80 and the bottom 70, put the greater one -->
  | align=right <!-- Box's appearance (left/right/center) with right being the default -->
  | align=left <!-- Box's alignment (left/right/center) with right being the default -->
| bg=grey <!-- Image background color. White is the default -->
}}
}}
</pre>
</pre>
Line 16: Line 22:
If you want to use images in separate frames, you can use {{tem|multiple image}} instead.
If you want to use images in separate frames, you can use {{tem|multiple image}} instead.


[[Category:Media templates]]</noinclude>
[[Category:Structural templates]]</noinclude>

Latest revision as of 12:39, March 15, 2025

Example.pngA Super Star
Artwork of Mario in New Super Mario Bros. Wii
This is an example of the caption. It will appear below the images.

If you want to use more than one image in one box (or the image from foreign site), you can use this template:

{{multiframe
 | [[File:Example.png|30px]] <!-- You can put any image with any resolution -->
   [[File:Star.png|50px]] <br> <!-- Put the below image under the above two -->
   [[File:NSMBW Mario Solo Artwork.png|70px]]
 | This is an example of the caption. It will appear below the images. <!-- Description -->
 | size=80 <!-- Put width size (in pixels), the top two equal 80 and the bottom 70, put the greater one -->
 | align=left <!-- Box's alignment (left/right/center) with right being the default -->
 | bg=grey <!-- Image background color. White is the default -->
}}

If you want to use images in separate frames, you can use {{multiple image}} instead.