Difference between revisions of "Template:Infobox/doc"
From WikiTemp, the GBAtemp wiki
(pbDbelhdq) |
m (Reverted edits by 109.230.216.60 (talk) to last revision by Tj cool) |
||
Line 1: | Line 1: | ||
− | + | <noinclude>{{Docpage}}</noinclude><!-- Add Documentation below this line --> | |
+ | This template is used to create a basic information box on a specific page with the most important info. | ||
+ | |||
+ | In most cases, this Template will be used in other Templates, rather than being placed on a page directly. | ||
+ | |||
+ | ==Parameters== | ||
+ | * title - The title of the box. | ||
+ | * image - An image that appears directly under the title. | ||
+ | * imagesize - Width of the image (default 200px). | ||
+ | * imagecaption - Optional caption that appears below the image | ||
+ | * header1 - Header of the first group | ||
+ | * label1 - Label of the first group | ||
+ | * data1 - Data of the first group | ||
+ | * header2 - Header of the second group | ||
+ | * label2 - Label of the second group | ||
+ | * data2 - Data of the second group | ||
+ | * ... | ||
+ | * header15 - Header of the fifteenth group | ||
+ | * label15 - Label of the fifteenth group | ||
+ | * data15 - Data of the fifteenth group | ||
+ | * below - Text to appear on the bottom | ||
+ | |||
+ | Anything that's not included will simply not be displayed. (Except for the title) | ||
+ | |||
+ | Note that you can add data without a label, but not the other way around. | ||
+ | |||
+ | ==Example Usage== | ||
+ | {{InfoBox | ||
+ | |title=MyInfoBox | ||
+ | |image=Image:DSTWOtemp_Cart.jpg | ||
+ | |imagesize=150px | ||
+ | |imagecaption=GBAtemp DSTWO! | ||
+ | |header1 = first header | ||
+ | |label1 = first label | ||
+ | |data1 = first data | ||
+ | |data2 = second data without header and label | ||
+ | |label3 = third label without data | ||
+ | |header3 = third header without data | ||
+ | |below = bottom text | ||
+ | }} | ||
+ | |||
+ | <div style="overflow:auto;"><pre>{{InfoBox | ||
+ | |title=MyInfoBox | ||
+ | |image=Image:DSTWOtemp_Cart.jpg <!-- Or just DSTWOtemp_Cart.jpg without the "Image:" --> | ||
+ | |imagesize=150px | ||
+ | |imagecaption=GBAtemp DSTWO! | ||
+ | |header1 = first header | ||
+ | |label1 = first label | ||
+ | |data1 = first data | ||
+ | |data2 = second data without header and label | ||
+ | |label3 = third label without data | ||
+ | |header3 = third header without data | ||
+ | |below = bottom text | ||
+ | }}</pre></div> |
Latest revision as of 20:47, 15 February 2012
This is the documentation page of Template:Infobox. Please add the documentation for this Template below. |
This template is used to create a basic information box on a specific page with the most important info.
In most cases, this Template will be used in other Templates, rather than being placed on a page directly.
Parameters
- title - The title of the box.
- image - An image that appears directly under the title.
- imagesize - Width of the image (default 200px).
- imagecaption - Optional caption that appears below the image
- header1 - Header of the first group
- label1 - Label of the first group
- data1 - Data of the first group
- header2 - Header of the second group
- label2 - Label of the second group
- data2 - Data of the second group
- ...
- header15 - Header of the fifteenth group
- label15 - Label of the fifteenth group
- data15 - Data of the fifteenth group
- below - Text to appear on the bottom
Anything that's not included will simply not be displayed. (Except for the title)
Note that you can add data without a label, but not the other way around.
Example Usage
MyInfoBox | |
GBAtemp DSTWO! | |
first header | |
first label | first data |
second data without header and label | |
third header without data | |
bottom text |
{{InfoBox |title=MyInfoBox |image=Image:DSTWOtemp_Cart.jpg <!-- Or just DSTWOtemp_Cart.jpg without the "Image:" --> |imagesize=150px |imagecaption=GBAtemp DSTWO! |header1 = first header |label1 = first label |data1 = first data |data2 = second data without header and label |label3 = third label without data |header3 = third header without data |below = bottom text }}