Difference between revisions of "Template:InfoBox"
From Casio Universal Wiki
Line 223: | Line 223: | ||
== Personalized InfoBox == | == Personalized InfoBox == | ||
=== Minimal call === | === Minimal call === | ||
+ | ---- | ||
You do not need to specify parameters, but it has no interest because only the title and an early picture appears : | You do not need to specify parameters, but it has no interest because only the title and an early picture appears : | ||
− | <pre>{{InfoBox}} | + | <pre>{{InfoBox}}</pre> |
Result: <div style="width:300px;">{{InfoBox}}</div> | Result: <div style="width:300px;">{{InfoBox}}</div> | ||
</noinclude> | </noinclude> | ||
+ | === 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. | ||
+ | <pre> | ||
+ | {{InfoBox | ||
+ | |image=Template_InfoBox_ExampleImage.jpg | ||
+ | |caption=The men in this picture are strange. | ||
+ | }} | ||
+ | </pre> | ||
+ | result:<div style="width:300px;">{{InfoBox|image=Template_InfoBox_ExampleImage.jpg|caption=The men in this picture are strange.}}</div> | ||
+ | |||
+ | === Title === | ||
+ | ---- | ||
+ | By default this template takes the page title as the title, but you can change it. |
Revision as of 07:00, May 27, 2012
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:
Title
By default this template takes the page title as the title, but you can change it.