Template:Simple Box: Difference between revisions
From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
<noinclude> | <noinclude> | ||
==Preview== | |||
{{Simple_Box | {{Simple_Box | ||
|title_bgcolor=#0000ff | |title_bgcolor=#0000ff | ||
Line 15: | Line 16: | ||
|data= <div style="padding:2em 5em 0em 3em;"> Data </div> | |data= <div style="padding:2em 5em 0em 3em;"> Data </div> | ||
}} | }} | ||
==Usage== | |||
Copy and paste the code below and modify according to your needs | |||
<pre> | |||
{{Simple_Box | |||
|title_bgcolor=#0000ff <!-- blue --> | |||
|data_bgcolor=#00ff00 <!-- green --> | |||
|width=100% | |||
|border=1 | |||
|title= <div style="border-bottom:1px solid Sienna; background-color:Wheat; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Title1 </div> | |||
|data= <div style="padding:2em 5em 0em 3em;"> Data </div> | |||
}} | |||
</pre> | |||
</noinclude> | </noinclude> | ||
<noinclude>[[Category:T/Other]]</noinclude> |
Latest revision as of 15:20, 8 November 2011
Preview
Title1
|
Data
|
Usage
Copy and paste the code below and modify according to your needs
{{Simple_Box |title_bgcolor=#0000ff <!-- blue --> |data_bgcolor=#00ff00 <!-- green --> |width=100% |border=1 |title= <div style="border-bottom:1px solid Sienna; background-color:Wheat; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">Title1 </div> |data= <div style="padding:2em 5em 0em 3em;"> Data </div> }}