Difference between revisions of "Template:CloudUP/Section"

From SpiralKnights

Jump to: navigation, search
m
m
Line 1: Line 1:
 
<noinclude>{{CloudUP/DocNotice}}
 
<noinclude>{{CloudUP/DocNotice}}
 
__NOTOC__
 
__NOTOC__
 +
<!-- NEED TO FIX INLINE WHITESPACE WITH STYLES!!! -->
  
  
Line 13: Line 14:
 
<div style="
 
<div style="
 
margin: -10px 0px -10px 0px;
 
margin: -10px 0px -10px 0px;
padding: 0px 5px 0px 5px;
+
padding: 5px 5px 5px 5px;
 
text-align: {{{headerTxtAlign|left}}};
 
text-align: {{{headerTxtAlign|left}}};
 
">
 
">
Line 22: Line 23:
 
font-weight: bold;
 
font-weight: bold;
 
 
">
+
"> {{{header|Header Goes Here}}} </h2>
{{{header|Header Goes Here}}}
+
</h2>
+
 
</div>
 
</div>
 
<div style="
 
<div style="

Revision as of 02:58, 14 April 2012




Header Goes Here

Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here. Body content goes here.



[edit] [purge] Template documentation

Usage

This template is not typically used up-front, but rather as a back-end for many CloudUP components. Its function is to provide an HTML div to create a box styled very similar to those of the menus seen in-game.


Parameters

header
Recommended. The text within the header of the section.
width
Optional. Width of the section.
height
Optional. Height of the section.
headerBgrColor
Optional. Background color of the header.
headerTxtAlign
Optional. Alignment of the text within the header.
headerTxtColor
Optional. Color of the text within the header.
headerTxtFont
Optional. Font family of the text within the header.
headerTxtSize
Optional. Size of the text within the header.
bodyBrdColor
Optional. Border color of the body.
bodyBgrColor
Optional. Background color of the body.
bodyTxtColor
Optional. Color of the text within the body.
body
Recommended. The content within the body of the section.


Copy & Paste

{{CloudUP/Section
| header = 
| width = 
| height = 
| headerBgrColor = 
| headerTxtAlign = 
| headerTxtColor = 
| headerTxtFont = 
| headerTxtSize = 
| bodyBrdColor = 
| bodyBgrColor = 
| bodyTxtColor = 
| body = 
}}
Personal tools