Template:Article Information Box: Difference between revisions

From Shareaza Wiki
Jump to navigation Jump to search
(Finished work.)
(minimal correction)
Line 13: Line 13:
  <nowiki>
  <nowiki>
  {{Article Information Box
  {{Article Information Box
  class name          = (Article_Information_Box)
| class name          = (Article_Information_Box)
  table width          = (100)
| table width          = (100)
  table boarder        = (1px solid #aaaaaa)
| table boarder        = (1px solid #aaaaaa)
  table text align    = (middle)
| table text align    = (middle)
  left cell bgcolor    = (#DFDFDF)
| left cell bgcolor    = (#DFDFDF)
  left cell font size  = (12px)
| left cell font size  = (12px)
  left cell padding    = (2px 4px 0 2px)
| left cell padding    = (2px 4px 0 2px)
  left cell width      = ({{PageTitleTemplatesLeftAreaWidth}})
| left cell width      = ({{PageTitleTemplatesLeftAreaWidth}})
  left cell icon      = ([[File:Locked Screen.png]])
| left cell icon      = ([[File:Locked Screen.png]])
  left cell text      =  
| left cell text      =  
  right cell bgcolor  = (#EFEFEF)
| right cell bgcolor  = (#EFEFEF)
  right cell font size = (12px)
| right cell font size = (12px)
  right cell padding  = (1px 1em 0)
| right cell padding  = (1px 1em 0)
  right cell text      =  
| right cell text      =  
  }}
  }}</nowiki>
</nowiki>


== Example ==
== Example ==
<nowiki>
{{Article Information Box
| class        = hallo
| table width  = 100%
| table boarder = 10px solid #aaaaaa
}}</nowiki>
{{Article Information Box
{{Article Information Box
| class        = hallo
| class        = hallo

Revision as of 02:41, 30 July 2010

Template

Syntax

 {{Article Information Box
 | class name           = (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}})
 | left cell icon       = ([[File:Locked Screen.png]])
 | left cell text       = 
 | right cell bgcolor   = (#EFEFEF)
 | right cell font size = (12px)
 | right cell padding   = (1px 1em 0)
 | right cell text      = 
 }}

Example

 {{Article Information Box
 | class         = hallo
 | table width   = 100%
 | table boarder = 10px solid #aaaaaa
 }}