Template:Article Information Box: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Work is progressing... added more options.) |
||
Line 1: | Line 1: | ||
== Template == | == Template == | ||
<onlyinclude><div class="{{class|Article_Information_Box}}"> | <onlyinclude><div class="{{{class|Article_Information_Box}}}"> | ||
<table width="{{table_width|100%}}" style="border: {{table boarder|1px solid #aaaaaa}};"> | <table width="{{{table_width|100%}}}" style="border: {{{table boarder|1px solid #aaaaaa}}};"> | ||
<tr valign="middle"> | <tr valign="{{{table text align|middle}}}"> | ||
<td style="background: #DFDFDF; border-right: 1px solid #aaaaaa; font-size: 12px; padding: 2px 4px 0 2px; width: {{PageTitleTemplatesLeftAreaWidth}}; white-space: nowrap;"> | <td style="background: {{{left cell bgcolor|#DFDFDF}}}; border-right: {{{table boarder|1px solid #aaaaaa}}}; font-size: {{{left cell font size|12px}}}; padding: {{{left cell padding|2px 4px 0 2px}}}; width: {{{left cell width|{{PageTitleTemplatesLeftAreaWidth}}}}}; white-space: nowrap;"> | ||
[[File:Locked Screen.png]] '''Stable Content:'''</td> | [[File:Locked Screen.png]] '''Stable Content:'''</td> | ||
<td style="background: #EFEFEF; font-size: 12px; padding: 1px 1em 0;"> | <td style="background: #EFEFEF; font-size: 12px; padding: 1px 1em 0;"> | ||
Line 12: | Line 12: | ||
<nowiki> | <nowiki> | ||
{{Article Information Box | {{Article Information Box | ||
class | class = (Article_Information_Box) | ||
table width | table width = (100) | ||
table boarder = (1px solid #aaaaaa) | table boarder = (1px solid #aaaaaa) | ||
table text align = (middle) | |||
left cell bgcolor = (#DFDFDF) | |||
left cell font size = (12px) | |||
left cell padding = (2px 4px 0 2px) | |||
left cell width = ({{PageTitleTemplatesLeftAreaWidth}}) | |||
}} | }} | ||
</nowiki> | </nowiki> |
Revision as of 21:45, 20 July 2010
Template
Stable Content: | The information contained on this page is not influenced by the version of Shareaza and should stay accurate in future without bigger changes. |
Syntax
{{Article Information Box class = (Article_Information_Box) table width = (100) table boarder = (1px solid #aaaaaa) table text align = (middle) left cell bgcolor = (#DFDFDF) left cell font size = (12px) left cell padding = (2px 4px 0 2px) left cell width = ({{PageTitleTemplatesLeftAreaWidth}}) }}