Template:Frame

From 2009.igem.org

(Difference between revisions)
Jaspervdg (Talk | contribs)
(First attempt at image like frame.)
Newer edit →

Revision as of 10:19, 17 July 2009

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.