Template:Home Table: Difference between revisions
(Created page with "{| style="width:100%; border-radius: 10px; color: silver; background: white; margin-bottom: 15px;" {{#if:{{{header|}}}|{{!}} <div class="roundtop" style="background: white; te...") Tag: sourceedit |
No edit summary Tag: sourceedit |
||
Line 1: | Line 1: | ||
{| style="width:100%; border-radius: 10px; color: silver; background: white; margin-bottom: 15px;" | {| style="width:100%; border-radius: 10px; color: silver; background: white; margin-bottom: 15px;" | ||
{{#if:{{{header|}}}|{{!}} <div class="roundtop" style="background: white; text-align: center; border:2px solid silver; padding:3px; vertical-align:top; border-radius: 7px 7px 0px 0px; "><span style="color:black; font-family: | {{#if:{{{header|}}}|{{!}} <div class="roundtop" style="background: white; text-align: center; border:2px solid silver; padding:3px; vertical-align:top; border-radius: 7px 7px 0px 0px; "><span style="color:black; font-family: Droid Serif;" class="nounderlines">'''{{{header}}}'''</span></div>}} | ||
|- | |- | ||
|bgcolor="black" style="border-radius: 10px; padding:5px;"| | |bgcolor="black" style="border-radius: 10px; padding:5px;"| |
Latest revision as of 10:47, 29 February 2016
Example usage[edit source]
Code:
{{Home Table
| header = Test 123
| body = Example
}}
Result:
Test 123
|
Example |