Template:Wide image: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(okay, updated the examples. and kinda made 2 not required.)
mNo edit summary
Line 5: Line 5:
|#default=tnone" style="margin-left: auto; margin-right:auto;
|#default=tnone" style="margin-left: auto; margin-right:auto;
}} width:{{{4|99%}}}; {{#if: {{{2|}}} | max-width:{{#expr:{{{2}}} + 8}}px;}}">
}} width:{{{4|99%}}}; {{#if: {{{2|}}} | max-width:{{#expr:{{{2}}} + 8}}px;}}">
<div class="thumbinner"><div class="overflowbugx" style="overflow:auto;{{#ifeq:{{{dir|}}}|rtl|direction:rtl;}}">[[File:{{{1}}}|{{{2}}}|{{#switch:{{{3}}}
<div class="thumbinner"><div class="overflowbugx" style="overflow:auto;{{#ifeq:{{{dir|}}}|rtl|direction:rtl;}}">[[File:{{{1}}}|{{{2}}}px|{{#switch:{{{3}}}
|thumb
|thumb
|thumbnail
|thumbnail

Revision as of 17:39, April 27, 2015

This template is to be used when setting images that are too wide to fit on the page while maintaining its clear visualization. It works as a thumbnail that uses a scroll box if the image is too large.

Usage

{{Wide image
|1=image name
|2=desired image width (use numbers only, don't add "px", i.e 500)
|3=caption.
|4=frame width (99% is the default)
|5=frame alignment: left, right or none (center is the default)
|dir=Insert "rtl" if you want the right side of the image to appear initially (left to right is the default)
|}

Note: only the parameters 1 and 2 are required. Insert the others if needed on that case.

Examples

Basic

This:

{{Wide image|World 1-1 SMB.png|1992}}

Results in:

With caption

This:

{{Wide image|World 1-1 SMB.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.}}

Results in:

Aligned on left or right

This:

{{Wide image|World 1-1 SMB.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|45%|right}}
If ''left'' or ''right'' is used, the text after the template will be aligned with it.

Results in:

If left or right is used, the text after the template will be aligned with it.

Not aligned

This:

{{Wide image|World 1-1 SMB.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|45%|none}}
If ''none'' is used, the text after the template will appear under it.

Results in:

If none is used, the text after the template will appear under it.

Scrolls right to left

This:

{{Wide image|World 1-1 SMB.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.
|dir=rtl}}

Results in:

Template:BoxTop Credit goes to Wikipedia. Click here to check out the original template.