Difference between revisions of "Template:Infobox"
From WikiTemp, the GBAtemp wiki
m (Adding 5 more groups.) |
m (:P) |
||
Line 1: | Line 1: | ||
− | {|style="border:#AAA 1px solid; background: #F9F9F9; width:25em; text-align: left; float:right; margin: 0.5em 0 0.5em 1em; padding: 0.2em;" | + | {|style="border:#AAA 1px solid; background: #F9F9F9; width:25em; text-align: left; float:right; margin: 0.5em 0 0.5em 1em; padding: 0.2em; border-radius:5px; -moz-border-radius:5px;" |
|colspan="2" style="font-size:16px; text-align:center; background: #CCF; font-weight:bold;"|{{{title}}} | |colspan="2" style="font-size:16px; text-align:center; background: #CCF; font-weight:bold;"|{{{title}}} | ||
|- | |- |
Revision as of 17:33, 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 |