Template:Frame

From 2009.igem.org

Revision as of 10:20, 17 July 2009 by Jaspervdg (Talk | contribs)

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
|}
}}
{

In addition you can use the align parameter to determine left or right alignment.