Difference between revisions of "Template:Infobox"
From WikiTemp, the GBAtemp wiki
m |
m |
||
Line 1: | Line 1: | ||
− | {| | + | {|class="infobox" |
− | |colspan="2" | + | |colspan="2" class="infobox-title"|{{{title}}} |
|- | |- | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| |
Revision as of 10:52, 15 April 2011
{{{title}}} |
↑ Template Documentation ↓ [Edit • Reload] | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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
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 <!-- 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 }}
| ||||||||||||||||
The above documentation was Transcluded from the /doc subpage |