Template:ScaledDown: Difference between revisions

From FreeAllegiance Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{| align="{{{4|center}}}"
{| align="{{{3|center}}}"
  |[[Image:{{{1}}}|{{{2|Click here to see a larger version}}}|{{{3|465}}}px]]
  |[[Image:{{{1}}}|{{{2|Click here to see a larger version}}}|{{{4|465}}}px]]
  |-
  |-
  |align="center"|<span style="font-size:7pt;line-height:100%;color:#808080">Click on the image to view [[:Image:{{{1}}}|a larger version]]. [[Image:popup.png]]</span>
  |align="center"|<span style="font-size:7pt;line-height:100%;color:#808080">Click on the image to view [[:Image:{{{1}}}|a larger version]]. [[Image:popup.png]]</span>
  |}<noinclude>
  |}<noinclude>
==Purpose==
==Purpose==
Scales a picture down. By default it makes it 465 pixels and floats it in the centre.
Scales a picture down to 465px. By default it floats it in the centre.


==Usage==
==Usage==
<pre>{{ScaledDown|image name|caption|pixels|align=left,right, or center}}</pre>
<pre>{{ScaledDown|image name|caption|align=left,right, or center|pixels}}</pre>




Line 16: Line 16:
{{ScaledDown|Buybomber.png|Purchasing ships}}
{{ScaledDown|Buybomber.png|Purchasing ships}}


<pre>{{ScaledDown|Buybomber.png|Purchasing ships|300|right}}</pre>
<pre>{{ScaledDown|Buybomber.png|Purchasing ships|right}}</pre>
produces:
produces:
{{ScaledDown|Buybomber.png|Purchasing ships|300|right}}
{{ScaledDown|Buybomber.png|Purchasing ships|right}}
 
<pre>{{ScaledDown|Buybomber.png|Purchasing ships|left|300}}</pre>
produces:
{{ScaledDown|Buybomber.png|Purchasing ships|left|300}}


[[Category:Formatting templates]]
[[Category:Formatting templates]]

Revision as of 04:02, 20 June 2009

[[Image:{{{1}}}|Click here to see a larger version|465px]]
Click on the image to view [[:Image:{{{1}}}|a larger version]]. Popup.png

Purpose

Scales a picture down to 465px. By default it floats it in the centre.

Usage

{{ScaledDown|image name|caption|align=left,right, or center|pixels}}


Examples

{{ScaledDown|Buybomber.png}}

produces:

Purchasing ships
Click on the image to view a larger version. Popup.png
{{ScaledDown|Buybomber.png|Purchasing ships|right}}

produces:

Purchasing ships
Click on the image to view a larger version. Popup.png
{{ScaledDown|Buybomber.png|Purchasing ships|left|300}}

produces:

Purchasing ships
Click on the image to view a larger version. Popup.png