Template:Sidebar with collapsible headers/content: Difference between revisions

Jump to navigation Jump to search
m
doc: dito
mNo edit summary
m (doc: dito)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><div {{#if: {{{2|}}} | class="NavFrame {{#if: {{{state|}}} | collapsed }}" }} style="border: none; padding-top: 0.2em; padding-bottom: 0.2em;">{{#if: {{{2|}}}
{{#if: {{{heading|}}} | <tr>
| <div class="NavHead {{{headingclass|}}}" style="background: transparent; text-align: center; {{{headingstyle|}}}">{{{2}}}</div>
  <th class="mw-customtoggle-{{{id}}} {{{headingclass|}}}" style="text-align: center; padding-top: 0.2em; padding-bottom: 0.2em; {{{headingstyle|}}}">{{{heading}}}</th>
</tr>
}}<!--
}}<!--


--><div class="NavContent {{{contentclass|}}}" style="{{#if: {{{2|}}} | padding-top: 0.2em; }} {{{contentstyle|}}}">{{{1}}}</div>
--><tr>
</div></includeonly><noinclude>
  <td class="{{#if: {{{heading|}}} | mw-collapsible {{#ifeq: {{{state|}}} | collapsed | mw-collapsed }} }} {{{contentclass|}}}" style="padding-top: 0.2em; padding-bottom: 0.2em; {{{contentstyle|}}}" {{#if: {{{heading|}}} | id="mw-customcollapsible-{{{id}}}" }}>
[[Category:Undocumented templates]]
 
{{{content|}}}</td>
</tr><noinclude>
{{Informative template|1=
__NOTOC__
== Goal ==
This is a subtemplate to {{tl|sidebar with collapsible headers}}.
 
== Usage ==
{{obr}}'''sidebar with collapsible headers/content'''
{{!}} ''state=''
{{!}} ''headingstyle=''
{{!}} ''contentstyle=''
{{!}} ''headingclass=''
{{!}} ''contentclass=''
{{!}} ''heading=''
{{!}} ''content=''
{{cbr}}
 
; state
: If not empty the section will be expanded by default.
 
; headingstyle
: Alternative style to use for the section.
 
; contentstyle
: Alternative style to use for the contents
 
; headingclass
: Alternative style class to use for the section.
 
; contentclass
: Alternative style class to use for the contents
 
; heading
: Heading for the section
 
; content
: Content of the section
 
}}
 
[[Category:Navigation templates]]
</noinclude>
</noinclude>

Navigation menu