Difference between revisions of "Template:Tableheading"

From Spydiewiki
Jump to navigationJump to search
Line 1: Line 1:
<noinclude>
<noinclude>
Creates a blue background that can be used for the first line of a table.
'''How to use:'''
<pre>
{|{{Articletable}}
{{Tableheading}}'''Caption 1'''
{{Tableheading}}'''Caption 2'''
{{Tableheading}}'''Caption 3'''
|-
|Content 1
|Content 2
|Content 3
|}
</pre>
 
'''Result:'''
{|{{Articletable}}
| style="background-color:#CECEF6;" align="center"|'''Caption 1'''
| style="background-color:#CECEF6;" align="center"|'''Caption 2'''
| style="background-color:#CECEF6;" align="center"|'''Caption 3'''
|-
|Content 1
|Content 2
|Content 3
|}
 
'''Where to use:'''
 
To be used in articles to create tables for technical data, etc.
----
'''Source:'''
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>
| style="background-color:#CECEF6;" align="center"|
| style="background-color:#CECEF6;" align="center"|

Revision as of 04:03, 2 March 2008

How to use:

{|{{Articletable}}
{{Tableheading}}'''Caption 1'''
{{Tableheading}}'''Caption 2'''
{{Tableheading}}'''Caption 3'''
|-
|Content 1
|Content 2
|Content 3
|}

Result:

Caption 1 Caption 2 Caption 3
Content 1 Content 2 Content 3

Where to use:

To be used in articles to create tables for technical data, etc.


Source:

| style="background-color:#CECEF6;" align="center"|