Difference between revisions of "Template:Collapsible Nav Section"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '{{#vardefine:expand|{{#ifeq:{{{expand}}}|{{{sec-title}}}||collapsed}}}} <table class="collapsible {{#var:expand}}" width="100%" border=0 style="border: 0px; background: {{{color|...')
(No difference)

Revision as of 12:57, 29 October 2010

This template is designed to be used within a navigation box, to create sections that are Parameters:

  • sec-title - title of the collapsible section
  • sec-content - content in the collapsible section
  • match - if the current page name contains this string anywhere within it, then section will be opened by default; otherwise, it will be collapsed by default.