Template:eq1 table  

Contents [hide]

Syntax

Basic:
{{eq1_table
|c=
}}
Full:
{{eq1_table
|c=
|s=
}}

  • Parameters
1:Content of the table. Use eq1_tablerow, eq1_tablehead, or eq1_tablefooter Templates.
2:(Optional) Style of the table. This should be contents of the style attribute of the table. such as: width:100%;height:50px when used in the template will be placed inside the style attribute producing the attribute style="width:100%;height:50px"

Usage

  1. Simple
{{eq1_table
|c={{eq1_tablerow
   |c={{eq1_tablecell|c=Hello World!}}
   }}
}}
Result:
Hello World!

This page last modified 2011-12-09 14:58:37.