Template:BigThumb: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
m (Protected "Template:BigThumb" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>[[File:{{{1|No.png}}}|400px|thumb|<strong><center>{{{2}}}</center></strong>]]</includeonly><noinclude>
<includeonly>[[File:{{{1|No.png}}}|400px|thumb|<strong><center>{{#if:{{{2|}}}|<!--TRUE-->{{{2}}}|<!--FALSE-->{{PAGENAME}}}}</center></strong>]]</includeonly><noinclude>
==Example==
==Example==
{{BigThumb|HUD.png|HUD}}<br/><br/><br/><br/><br/><br/><br/><br/>
{{BigThumb|HUD.png|HUD}}
<div style="clear: both;"></div>
<div style="clear: both;"></div>
==Usage==
==Usage==
The BigThumb template is meant to be used for example images that need to be larger. A good example of this is full-screen screenshots and settings screens.
The BigThumb template is meant to be used for example images that need to be larger. A good example of this is full-screen screenshots and settings screens.
<pre>{{BigThumb|<imagename>|<pageName>}}</pre>
<pre>{{BigThumb|<imagename>|<caption>}}</pre>
*The code above can be pasted into your page and edited.
*The code above can be pasted into your page and edited.
{{:Template Ordering}}
{{:Template Ordering}}
Line 11: Line 11:
==Example Source==
==Example Source==
<pre>{{BigThumb|HUD.png|HUD}}</pre>
<pre>{{BigThumb|HUD.png|HUD}}</pre>
*Extra line breaks added to prevent the image from overlapping the next heading.
[[Category:Templates/Formatting]]</noinclude>
[[Category:Templates/Formatting]]</noinclude>

Latest revision as of 09:20, 2 May 2018

Example

HUD

Usage

The BigThumb template is meant to be used for example images that need to be larger. A good example of this is full-screen screenshots and settings screens.

{{BigThumb|<imagename>|<caption>}}
  • The code above can be pasted into your page and edited.

ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.


Example Source

{{BigThumb|HUD.png|HUD}}