Template:Table/bluetable/doc: Difference between revisions

From Linguifex
Jump to navigation Jump to search
m (Waahlis moved page Template:Bluetab/doc to Template:Table/Bluetable/doc without leaving a redirect)
Line 2: Line 2:


==Example==
==Example==
<code>{|style="width: 100px" {{bluetab}}  border="1" cellpadding="2"  
<code>{|style="width: 100px" {{table/bluetable}}  border="1" cellpadding="2"  
|-
|-
! colspan="2" align="center" class="bg4" | Example
! colspan="2" align="center" class="bg4" | Example
Line 13: Line 13:
Which grants the following table:
Which grants the following table:


{|style="width: 100px" {{bluetab}}  border="1" cellpadding="2"  
{|style="width: 100px" {{table/bluetable}}  border="1" cellpadding="2"  
|-
|-
! colspan="2" align="center" class="bg4" | Example
! colspan="2" align="center" class="bg4" | Example

Revision as of 18:48, 13 November 2012

Insert this template in the beginning of a table to create the bluetable lightbluebg class.

Example

{|style="width: 100px" class="bluetable lightbluebg" border="1" cellpadding="2" |- ! colspan="2" align="center" class="bg4" | Example |- | | |}

Which grants the following table:

Example