Difference between revisions of "Template:InfoBox"

From Casio Universal Wiki
Jump to: navigation, search
(Link of the image)
Line 255: Line 255:
 
Result:{{InfoBox|image=Template_InfoBox_ExampleImage.jpg|caption=The men in this picture are strange.||ImageSize=10x10|float=none}}
 
Result:{{InfoBox|image=Template_InfoBox_ExampleImage.jpg|caption=The men in this picture are strange.||ImageSize=10x10|float=none}}
 
==== Link of the image ====
 
==== Link of the image ====
If the image you give souaitez is really big, you can upload the same image with a width of 200px and use the link parameter to associate the big picture.
+
If the image you give is really big, you can upload the same image with a width of 200px and use the link parameter to associate the big picture.
 
Example : The big image est "CFX-9850GB_PLUS.jpg" and the same small image is "CFX-9850GB_PLUS-w200.jpg"
 
Example : The big image est "CFX-9850GB_PLUS.jpg" and the same small image is "CFX-9850GB_PLUS-w200.jpg"
 
<pre>{{InfoBox
 
<pre>{{InfoBox
Line 263: Line 263:
 
}}</pre>
 
}}</pre>
 
[[CFX-9850|Click here]] to see the result.
 
[[CFX-9850|Click here]] to see the result.
 +
 
=== Title ===
 
=== Title ===
 
----
 
----
 
By default this template takes the page title as the title, but you can change it.
 
By default this template takes the page title as the title, but you can change it.
 
</noinclude>
 
</noinclude>

Revision as of 08:43, May 27, 2012


InfoBox
Template InfoBox ExampleImage.jpg
This is a caption
labelData
Date of creation26.05.12

The InfoBox lets you create a table to display the general technical information about the subject of the page, as on the right.

InfoBox Dedicated

This type of InfsoBox is dedicated to a theme. If you find the name of your page in these subjects prefer this type of InfsoBo rather than personalized. list of InfoBox Dedicated

Personalized InfoBox

Minimal call


You do not need to specify parameters, but it has no interest because only the title and an early picture appears :

{{InfoBox}}

Result:

InfoBox


Image


It is highly recommended if possible to add an image. If it is more than 200px wide, it will be reduced to this size. You must add a caption.

{{InfoBox
|image=Template_InfoBox_ExampleImage.jpg
|caption=The men in this picture are strange.
}}

result:

InfoBox
Template InfoBox ExampleImage.jpg
The men in this picture are strange.


Resize the image

Add the parameter "ImageSize" with this value:

  • {width} — Resizes the image to fit within the given maximum width in pixels, without restricting its height;
  • x{height} — Resizes the image to fit within the given maximum height in pixels, without restricting its width;
  • {width}x{height} — Resizes the image to fit within the given width and height in pixels;

Example :

{{InfoBox
|image=Template_InfoBox_ExampleImage.jpg
|caption=The men in this picture are strange.
|ImageSize=10x10
}}

Result:

InfoBox
Template InfoBox ExampleImage.jpg
The men in this picture are strange.

Link of the image

If the image you give is really big, you can upload the same image with a width of 200px and use the link parameter to associate the big picture. Example : The big image est "CFX-9850GB_PLUS.jpg" and the same small image is "CFX-9850GB_PLUS-w200.jpg"

{{InfoBox
|image=CFX-9850GB_PLUS-w200.jpg
|caption=This is the big image in small
|ImageLink=CFX-9850GB_PLUS.jpg
}}

Click here to see the result.

Title


By default this template takes the page title as the title, but you can change it.