Difference between revisions of "Template:Infobox"
From WikiTemp, the GBAtemp wiki
m (:P) |
m (Making it possible to use images with or without adding "Image:" + Small correction) |
||
Line 3: | Line 3: | ||
|- | |- | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
− | {{!}}colspan="2"{{!}}[[{{{image|}}}|{{{imagesize| | + | {{!}}colspan="2"{{!}}[[{{#ifexist:{{{image}}}|{{{image}}}|Image:{{{image}}}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}|200px}}|center]] |
{{#if:{{{imagecaption|}}}| | {{#if:{{{imagecaption|}}}| | ||
{{!}}- | {{!}}- |
Revision as of 17:53, 9 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 |