Difference between revisions of "Template:Collapsible Table"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{{!}} class="collapsible {{#if:{{{collapsed|}}}|collapsed}} {{#if:{{{autocollapse|}}}|autocollapse}} {{{table-class|}}}" style="background-color:transparent; {{{table-style|}}}"
{{{!}} class="collapsible {{#if:{{{collapsed|}}}|collapsed}} {{#if:{{{autocollapse|}}}|autocollapse}} {{{table-class|}}}" style="background-color:transparent; {{{table-style|}}}"
! style="{{{title-row-style|}}}" colspan="{{{title-colspan|}}}" {{{title-attributes|}}} {{!}} {{{title|}}}
! style="{{{title-style|}}}" colspan="{{{title-colspan|}}}" {{{title-attributes|}}} {{!}} {{{title|}}}
{{!}}-
{{!}}-
{{{content|}}}
{{{content|}}}
Line 22: Line 22:
| user supplied styling for the table
| user supplied styling for the table
|-
|-
| title-row-style
| title-style
| style for the title row
| style for the title row
|-
|-

Revision as of 14:46, 14 November 2010

variable description
collapsed any value will activate collapsed
autocollapse collapses the table if other collapsible tables are present
table-class additional user supplied class value
table-style user supplied styling for the table
title-style style for the title row
title-colspan how many columns the title element should span
title table title
content the table contents, to be supplied in {{!}} form.