Template:ScaledDown: Difference between revisions
From FreeAllegiance Wiki
Jump to navigationJump to search
mNo edit summary |
m (caption added) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| align="{{{ | {| align="{{{3|center}}}" | ||
|[[Image:{{{1}}}|{{{2|Click here to see a larger version}}}|{{{ | |[[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"|<small>{{{2| }}}</small><br><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 | Scales a picture down to 465px. By default it floats it in the centre. | ||
==Usage== | ==Usage== | ||
<pre>{{ScaledDown|image name|caption | <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 | <pre>{{ScaledDown|Buybomber.png|Purchasing ships|right}}</pre> | ||
produces: | produces: | ||
{{ScaledDown|Buybomber.png|Purchasing ships|300| | {{ScaledDown|Buybomber.png|Purchasing ships|right}} | ||
{{clear}} | |||
<pre>{{ScaledDown|Buybomber.png|Purchasing ships|left|300}}</pre> | |||
produces: | |||
{{ScaledDown|Buybomber.png|Purchasing ships|left|300}} | |||
[[Category:Formatting templates]] | [[Category:Formatting templates]] | ||
Latest revision as of 03:06, 20 June 2009
| [[Image:{{{1}}}|Click here to see a larger version|465px]] |
| Click on the image to view [[:Image:{{{1}}}|a larger version]]. |
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. |
{{ScaledDown|Buybomber.png|Purchasing ships|right}}
produces:
| Purchasing ships Click on the image to view a larger version. |
{{ScaledDown|Buybomber.png|Purchasing ships|left|300}}
produces:
| Purchasing ships Click on the image to view a larger version. |