Template:Frame

From 2009.igem.org

Revision as of 10:19, 17 July 2009 by Jaspervdg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template allows you to put things other than images in the same kind of frame with caption. For example, the following puts a table in a frame:

{
{{frame|
{|border="1"
!x
!y
|-
|0
|1
|-
|1
|2
|}
}}
<pre>

{{frame|
{|border="1"
!x
!y
|-
|0
|1
|-
|1
|2
|}
|align=left}}

In addition you can use the <code>align</code> parameter to determine left or right alignment.