Template:Wide image

From the Super Mario Wiki, the Mario encyclopedia
Revision as of 20:52, July 13, 2017 by Shokora (talk | contribs)
Jump to navigationJump to search

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:

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