1,970
edits
No edit summary |
(→Usage) |
||
Line 37: | Line 37: | ||
<p style="clear:both;"> | <p style="clear:both;"> | ||
==Usage== | ==Usage== | ||
Using this template is as simple as defining the Headers, Titles, and Contents. | Using this template is as simple as defining the Headers, Titles, and Contents. | ||
*Align - Align the box to to the page. Can be "left" or "right". | ===Variables=== | ||
*Border Width - Width of the border in px units (like 2px). | When using this template, the following variables are available: | ||
*Border Color - Color of the border. Can be an HTML color name (like "red", "green", or "blue"), Hex code (like "#3399CC"), or RGB color value (like "RGB(000,127,255)") | |||
*Header Color | *Align - ''Align the box to to the page. Can be "left" or "right".'' | ||
*Border Width - ''Width of the border in px units (like 2px).'' | |||
*Border Color - ''Color of the border. Can be an HTML color name (like "red", "green", or "blue"), Hex code (like "#3399CC"), or RGB color value (like "RGB(000,127,255)").'' | |||
*Header Color - ''Color of the headers. Can be an HTML color name (like "red", "green", or "blue"), Hex code (like "#3399CC"), or RGB color value (like "RGB(000,127,255)").'' | |||
*Name - The name at the top of the box. | *Name - The name at the top of the box. | ||
*Image - File name on the wiki (like "picture.jpg"). '''NOT''' a URL! | *Image - File name on the wiki (like "picture.jpg"). '''NOT''' a URL! | ||
*Image Caption - Caption text displayed under the image. | *Image Caption - Caption text displayed under the image. | ||
*Image Size - the '''WIDTH''' of the image in px units (like 200px). | *Image Size - the '''WIDTH''' of the image in px units (like 200px). | ||
Following those, up to 50 of each of the following can be used: | |||
*Field$ - Will create a row on the infobox with the specified title where $ is a number 1-50. | |||
*Content$ - Will add content to the right side of a row on the infobox where $ is a number 1-50. | |||
*Header$ - Will create a header above Title$ and Content$ where $ is the same number 1-50. | |||
</p> | </p> | ||
<onlyinclude><includeonly> | <onlyinclude><includeonly> | ||
<div style="width:300px;float:{{{Align|right}}};clear:{{{Align|right}}};margin:1em 0 1em 1em;border:{{{Border Width|2px}}} solid {{{Border Color|#336699}}};background:#FFFFFF;-moz-border-radius:15px;border-radius:15px;padding:10px 10px 10px 10px;"> | <div style="width:300px;float:{{{Align|right}}};clear:{{{Align|right}}};margin:1em 0 1em 1em;border:{{{Border Width|2px}}} solid {{{Border Color|#336699}}};background:#FFFFFF;-moz-border-radius:15px;border-radius:15px;padding:10px 10px 10px 10px;"> |