Difference between revisions of "Template:Articletable"

From Spydiewiki
Jump to navigationJump to search
m
Line 29: Line 29:


To be used in articles to create tables for technical data, etc.
To be used in articles to create tables for technical data, etc.
[[Category:Formatting templates]]
[[Category:Formatting templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 23:52, 2 March 2008

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


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.