Template:Wide image: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
|center=tnone" style="margin-left:auto; margin-right:auto; | |center=tnone" style="margin-left:auto; margin-right:auto; | ||
|#default=tnone" style=" | |#default=tnone" style=" | ||
}} width:{{{4| | }} width:{{{4|auto}}}; {{#if:{{{2|}}}|max-width:{{#expr:{{{2}}}+8}}px}}"> | ||
<div class="thumbinner"><div class="noresize" style="overflow:auto; {{#ifeq:{{{dir}}}|rtl|direction:rtl}}">[[File:{{{1}}}|{{{2}}}px|{{#switch:{{{3}}} | <div class="thumbinner"><div class="noresize" style="overflow:auto; {{#ifeq:{{{dir}}}|rtl|direction:rtl}}">[[File:{{{1}}}|{{{2}}}px|{{#switch:{{{3}}} | ||
|thumb|thumbnail|frame|border={{{1}}} | |thumb|thumbnail|frame|border={{{1}}} | ||
Line 19: | Line 19: | ||
|2=desired image width (use numbers only, don't add "px", i.e 500) | |2=desired image width (use numbers only, don't add "px", i.e 500) | ||
|3=caption | |3=caption | ||
|4=frame width ( | |4=frame width (auto is the default) | ||
|5=frame alignment: left, right, or center (none is the default) | |5=frame alignment: left, right, or center (none is the default) | ||
|dir=Insert "rtl" if you want the right side of the image to appear initially (left to right is the default) | |dir=Insert "rtl" if you want the right side of the image to appear initially (left to right is the default) | ||
Line 29: | Line 29: | ||
==Examples== | ==Examples== | ||
===Basic=== | ===Basic=== | ||
This: | '''This:''' <pre>{{wide image|SMB NES World 1-1 Map.png|1992}}</pre> | ||
<pre> | |||
{{wide image|SMB NES World 1-1 Map.png|1992}} | |||
</pre> | |||
Results in: | '''Results in:''' {{wide image|SMB NES World 1-1 Map.png|1992}} | ||
{{wide image|SMB NES World 1-1 Map.png|1992}} | |||
===With caption=== | ===With caption=== | ||
This: | '''This:''' <pre>{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.}}</pre> | ||
<pre> | |||
{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.}} | |||
</pre> | |||
Results in: | '''Results in:''' {{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.}} | ||
{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.}} | |||
===Aligned left or right=== | ===Aligned left or right=== | ||
This: | '''This:''' | ||
<pre> | <pre> | ||
{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|45%|right}} | {{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|45%|right}} | ||
If ''left'' or ''right'' is used, the text after the template | If ''left'' or ''right'' is used, the text after the template appears next to it. | ||
</pre> | </pre> | ||
Results in: | '''Results in:''' | ||
{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|45%|right}} | {{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|45%|right}} | ||
If ''left'' or ''right'' is used, the text after the template | If ''left'' or ''right'' is used, the text after the template appears next to it. | ||
{{br}} | {{br}} | ||
===Scrolls right to left=== | ===Scrolls right to left=== | ||
This: | '''This:''' <pre>{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|dir=rtl}}</pre> | ||
<pre> | |||
{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|dir=rtl}} | |||
</pre> | |||
Results in: | '''Results in:''' {{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|dir=rtl}} | ||
{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|dir=rtl}} | |||
[[Category:Structural templates]]</noinclude> | [[Category:Structural templates]]</noinclude> |
Latest revision as of 14:55, March 2, 2025
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.
Credit goes to Wikipedia. Click here to check out the original template.
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 (auto is the default) |5=frame alignment: left, right, or center (none 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|SMB NES World 1-1 Map.png|1992}}
Results in:
With caption
This:
{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.}}
Results in:
World 1-1 of Super Mario Bros..
Aligned left or right
This:
{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|45%|right}} If ''left'' or ''right'' is used, the text after the template appears next to it.
Results in:
World 1-1 of Super Mario Bros..
If left or right is used, the text after the template appears next to it.
Scrolls right to left
This:
{{wide image|SMB NES World 1-1 Map.png|1992|'''World 1-1''' of ''[[Super Mario Bros.]]''.|dir=rtl}}
Results in:
World 1-1 of Super Mario Bros..