Difference between revisions of "Template:Guitars/doc"

From blackwiki
Jump to navigation Jump to search
imported>Kiefer.Wolfowitz
(Adapt statistics documentation)
 
imported>Funandtrvl
(fx code)
Line 1: Line 1:
 +
{{Documentation subpage}}
 +
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
  
 
=== Usage ===  
 
=== Usage ===  
 
 
Place this template at the bottom of appropriate articles about guitars:  
 
Place this template at the bottom of appropriate articles about guitars:  
 
: {{tlx|Guitars| }}
 
: {{tlx|Guitars| }}
Line 13: Line 14:
 
: {{tlx|Guitars|Topics}}
 
: {{tlx|Guitars|Topics}}
  
With the optional command <code>|state=collapsed</code>, the whole Guitars navbox will be initially displayed in its ''collapsed'' (hidden) state, e.g. <code><nowiki>{{Guitars|Playing|state=collapsed}}</nowiki></code>.
+
{{collapsible option}}
 
 
=== See also ===
 
{{tl|Navbox with collapsible groups}}
 
  
 
<includeonly>
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 +
[[Category:Musical instrument templates]]
 +
[[Category:Guitars| ]]
 
</includeonly>
 
</includeonly>

Revision as of 00:53, 6 June 2013

Usage

Place this template at the bottom of appropriate articles about guitars:

{{Guitars}}

For transcluding articles, you can add a variable designating one relevant sub-template: The additional variable will display the sub-template's articles (while hiding the articles in the other sub-templates):

{{Guitars|Playing}}
{{Guitars|Type}}
{{Guitars|Strings}}
{{Guitars|Unconventional}}
{{Guitars|Topics}}

Initial visibility: currently defaults to autocollapse

To set this template's initial visibility, the |state= parameter may be used:

  • |state=collapsed: {{Guitars|state=collapsed}} to show the template collapsed, i.e., hidden apart from its title bar
  • |state=expanded: {{Guitars|state=expanded}} to show the template expanded, i.e., fully visible
  • |state=autocollapse: {{Guitars|state=autocollapse}}
    • shows the template collapsed to the title bar if there is a {{navbar}}, a {{sidebar}}, or some other table on the page with the collapsible attribute
    • shows the template in its expanded state if there are no other collapsible items on the page

If the |state= parameter in the template on this page is not set, the template's initial visibility is taken from the |default= parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse.