Difference between revisions of "Template:Collapsible Table"

From Second Life Wiki
Jump to navigation Jump to search
m
m (I Love You LL ^_^ (even if the css of the edit page is weird))
 
Line 1: Line 1:
{{{!}} class="collapsible {{#if:{{{collapsed|}}}|collapsed}} {{#if:{{{autocollapse|}}}|autocollapse}} {{{table-class|}}}" style="background-color:transparent; {{{table-style|}}}" {{{table-attributes|}}}
{{{!}} class="mw-collapsible {{#if:{{{collapsed|}}}|mw-collapsed}} {{{table-class|}}}" style="background-color:transparent; {{{table-style|}}}" {{{table-attributes|}}}
! style="{{{title-style|}}}" colspan="{{{title-colspan|}}}" {{{title-attributes|}}} {{!}} {{{title|}}}
! style="{{{title-style|}}}" colspan="{{{title-colspan|}}}" {{{title-attributes|}}} {{!}} {{{title|}}}
{{!}}-
{{!}}-

Latest revision as of 13:07, 23 January 2015

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
table-attributes user supplied attributes for the table
title-style style for the title row
title-colspan how many columns the title element should span
title-attributes user supplied attributes for the title
title table title
content the table contents, to be supplied in {{!}} form.