Difference between revisions of "Template:Articletable"

From Spydiewiki
Jump to navigationJump to search
Line 1: Line 1:
border="2" cellspacing="4" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;{{{style|}}}"
<noinclude>
<noinclude>
'''How to use:'''
'''How to use:'''
<pre>
<pre>
Line 29: Line 27:


To be used in articles to create tables for technical data, etc.
To be used in articles to create tables for technical data, etc.
----
'''Source:'''
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>
border="2" cellspacing="4" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;{{{style|}}}"

Revision as of 04:05, 2 March 2008

How to use:

{|{{Articletable}}
!Caption 1
!Caption 2
!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:

border="2" cellspacing="4" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;"