Difference between revisions of "Template:InfoBox"

From Casio Universal Wiki
Jump to: navigation, search
(Label and data)
Line 268: Line 268:
 
<pre>{{InfoBox
 
<pre>{{InfoBox
 
|image=Template_InfoBox_ExampleImage.jpg
 
|image=Template_InfoBox_ExampleImage.jpg
|caption=The men in this picture are strange.
+
|caption=Gaspard and balthazar, two characters perverse, which make the success of the series.
 
|label1=Name of series
 
|label1=Name of series
 
|data1=Very Bad Blagues
 
|data1=Very Bad Blagues
Line 274: Line 274:
 
|data2=2
 
|data2=2
 
}}</pre>
 
}}</pre>
Result:{{InfoBox|label1=Name of series|data1=Very Bad Blagues|label2=Actual seasons|data2=2|float=none}}
+
Result:{{InfoBox|image=Template_InfoBox_ExampleImage.jpg|caption=Gaspard and balthazar, two characters perverse, which make the success of the series.|label1=Name of series|data1=Very Bad Blagues|label2=Actual seasons|data2=2|float=none}}
 +
 
 
=== 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 09:07, May 28, 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.

Label and data

To add information about the InfoBox, you must use the parameters "label" and "data". Then add the numbers behind these two parameters to associate. It can reach about 100.

{{InfoBox
|image=Template_InfoBox_ExampleImage.jpg
|caption=Gaspard and balthazar, two characters perverse, which make the success of the series.
|label1=Name of series
|data1=Very Bad Blagues
|label2=Actual seasons
|data2=2
}}

Result:

InfoBox
Template InfoBox ExampleImage.jpg
Gaspard and balthazar, two characters perverse, which make the success of the series.
Name of seriesVery Bad Blagues
Actual seasons2


Title


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