Difference between revisions of "Template:Header"
From SpiralKnights
m |
m (test) |
||
Line 1: | Line 1: | ||
− | {| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style="width: {{{width|<includeonly>*</includeonly><noinclude>200px</noinclude>}}}; border: {{{border-width| | + | {| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style="width: {{{width|<includeonly>*</includeonly><noinclude>200px</noinclude>}}}; border: {{{border-width|5px}}} {{{border-type|solid}}} rgb({{{border-color|0,0,0}}}); background: rgb({{{header background-color|235,201,77}}}); margin: {{{margin|0px}}}; border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px; -khtml-border-radius: 14px; -icab-border-radius: 14px; -o-border-radius: 14px;" |
|- | |- | ||
| <table cellpadding="0" cellspacing="{{#if: {{{icon|}}} | 5 | 10}}" width="100%" style="background: none; color: rgb({{{header font-color|0,0,0}}})"><tr> | | <table cellpadding="0" cellspacing="{{#if: {{{icon|}}} | 5 | 10}}" width="100%" style="background: none; color: rgb({{{header font-color|0,0,0}}})"><tr> | ||
Line 6: | Line 6: | ||
{{#if: {{{stars|}}} | <td width="50">{{Star|{{{stars}}}|color=4d6d89}}</td>}} | {{#if: {{{stars|}}} | <td width="50">{{Star|{{{stars}}}|color=4d6d89}}</td>}} | ||
</tr></table> | </tr></table> | ||
+ | |- | ||
+ | | align="center" | | ||
+ | {| cellpadding="0" cellspacing="5" align="center" style="border: {{{body border-width|2px}}} {{{border-type|solid}}} rgb({{{body border-color|73,110,139}}}); background: #496e8b; width: 100%; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;" | ||
+ | <noinclude> | ||
+ | |- | ||
+ | | | ||
+ | </noinclude> | ||
+ | {{{body|}}} | ||
+ | |} | ||
+ | |} |
Revision as of 04:12, 6 December 2014
| |
|