Difference between revisions of "Template:Article-three-columns"
Jump to navigation
Jump to search
Templarian (talk | contribs) m (New page: <table cellspacing="0" cellpadding="0" style="width:100%;"> <tr> <td style="vertical-align:top;width:{{percent1}}%;background-color:#FFFFE0;padding:10px;border:1px solid silver;"> {{{colum...) |
Templarian (talk | contribs) m |
||
| Line 1: | Line 1: | ||
<table cellspacing="0" cellpadding="0" style="width:100%;"> | <table cellspacing="0" cellpadding="0" style="width:100%;"> | ||
<tr> | <tr> | ||
| − | <td style="vertical-align:top;width:{{ | + | <td style="vertical-align:top;width:{{width1}};background-color:#FFFFE0;padding:10px;border:1px solid silver;"> |
{{{column1}}} | {{{column1}}} | ||
</td> | </td> | ||
<td style="width:20px;"></td> | <td style="width:20px;"></td> | ||
| + | <td style="vertical-align:top;width:{{width2}};background-color:#F1F1F1;padding:10px;border:1px solid silver;"> | ||
| + | {{{column2}}} | ||
| + | </td> | ||
<td style="vertical-align:top;background-color:#ECF9FF;padding:10px;border:1px solid silver;"> | <td style="vertical-align:top;background-color:#ECF9FF;padding:10px;border:1px solid silver;"> | ||
| − | {{{ | + | {{{column3}}} |
</td> | </td> | ||
</tr> | </tr> | ||
Revision as of 23:09, 19 July 2009
|
{{{column1}}} |
{{{column2}}} |
{{{column3}}} |
Usage
{{article-two-columns
|width1=30%
|width2=30%
|column1=
some content
|column2=
some other content
|column3=
some other content
}}