Difference between revisions of "Template:CTableStart"

From blackwiki
Jump to navigation Jump to search
imported>AA
(Correction)
imported>AA
(formatting)
Line 52: Line 52:
 
body text
 
body text
 
{{CTableEnd}}
 
{{CTableEnd}}
<br>
+
{{clear}}
  
 
==See also==
 
==See also==
 
{{tl|CTableEnd}}
 
{{tl|CTableEnd}}
 
</noinclude>
 
</noinclude>

Revision as of 11:22, 19 June 2007

Usage

The default values, if the parameter is not specified, are shown below.

{{CTableStart
| heading=
| collapsed=true
| table-align=left
| table-width=100%
| bgcolor=lightgrey
| fgcolor=black
| align=center
| fontsize=2
| text-bgcolor=none
| text-fgcolor=black
| text-align=left
}}

Required Parameters

  • heading
  • Text for the heading

Optional Parameters

  • collapsed
  • to show or hide the table contents by default
  • table-align
  • table alignment
  • table-width
  • width of the table
  • bgcolor
  • background colour of the heading
  • fgcolor
  • foreground colour of the heading
  • align
  • heading text alignment
  • fontsize
  • font size of heading text
  • text-bgcolor
  • background colour of the body
  • text-fgcolor
  • foreground colour of the body
  • text-align
  • body text alignment

Example

See also

{{CTableEnd}}