Difference between revisions of "Template:Sidebar/doc"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Import from Wikipedia (CC BY-SA license), with changes.)
 
m (Undo revision 81564 by ArnePeirs (talk))
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 +
<!-----Edit template documentation below this line----->
 
{{High-risk}}
 
{{High-risk}}
 
{{En-WP attribution notice}}
 
{{En-WP attribution notice}}
<!-----Edit template documentation below this line----->
 
{{for|horizontally-aligned navigation|Template:Navbox}}
 
  
 
This template is a [[w:wikt:Metatemplate|metatemplate]] for the creation of sidebar templates, i.e. boxes that are [[w:Vertical direction|vertically]]-aligned [[Project:Navigation templates|navigation templates]]. Sidebars, like [[w:Wikipedia:Manual of Style/Infoboxes|infoboxes]], are usually positioned on the right-hand side of a page.  
 
This template is a [[w:wikt:Metatemplate|metatemplate]] for the creation of sidebar templates, i.e. boxes that are [[w:Vertical direction|vertically]]-aligned [[Project:Navigation templates|navigation templates]]. Sidebars, like [[w:Wikipedia:Manual of Style/Infoboxes|infoboxes]], are usually positioned on the right-hand side of a page.  
Line 14: Line 13:
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Sidebar
 
{{Sidebar
 +
| style =
 
| name = {{subst:PAGENAME}}
 
| name = {{subst:PAGENAME}}
 
| pretitle =  
 
| pretitle =  
Line 139: Line 139:
 
|-
 
|-
 
| {{longitem|{{para|navbar}}{{nowrap|{{nbsp|2}}{{smaller|(or {{para|tnavbar}})}}}}}}
 
| {{longitem|{{para|navbar}}{{nowrap|{{nbsp|2}}{{smaller|(or {{para|tnavbar}})}}}}}}
|style="padding-left:0.5em;"| Set to "off", "none", etc (without quotes) to remove the {{tl|navbar}} links ({{small|{{smallcaps|V{{dot}}T{{dot}}E}}}}) that otherwise appear at the bottom of the sidebar.
+
|style="padding-left:0.5em;"| Set to "off", "none", etc. (without quotes) to remove the {{tl|navbar}} links ({{small|{{smallcaps|V{{dot}}T{{dot}}E}}}}) that otherwise appear at the bottom of the sidebar.
 
|-
 
|-
 
| {{longitem|{{para|navbarfontstyle}}<br/>{{nbsp|2}}{{smaller|(or {{para|tnavbarfontstyle}})}}}}
 
| {{longitem|{{para|navbarfontstyle}}<br/>{{nbsp|2}}{{smaller|(or {{para|tnavbarfontstyle}})}}}}
Line 190: Line 190:
 
</pre>
 
</pre>
  
Note in the examples above that the child sidebar is placed in a {{code|content}} field, not a {{code|heading}} field. Notice also that the section subheadings do not appear in bold if this is not explicitly specified. To obtain bold section headings, place the child sidebar in a {{code|heading}} field, using either:
+
Note in the examples above that the child sidebar is placed in a {{code|content}} field, not a {{code|heading}} field. Notice also that the section subheadings do not appear in bold if this is not explicitly specified. To obtain bold section headings, move the titles to the {{code|heading}} field, using
 
 
{{Sidebar
 
| title = Top-level title
 
| heading1 =
 
{{Sidebar |child=yes
 
  | title = First subsection
 
  | heading1 = Heading 1.1
 
  | content1 = Content 1.1
 
}}
 
| heading2 =
 
{{Sidebar |child=yes
 
  | title = Second subsection
 
  | heading1 = Heading 2.1
 
  | content1 = Content 2.1
 
}}
 
| below = "below" text
 
}}
 
<pre style="position:relative;bottom:0.5em; overflow:auto;">
 
{{Sidebar
 
| title = Top-level title
 
| heading1 =
 
{{Sidebar |child=yes
 
  | title = First subsection
 
  | heading1 = Heading 1.1
 
  | content1 = Content 1.1
 
}}
 
| heading2 =
 
{{Sidebar |child=yes
 
  | title = Second subsection
 
  | heading1 = Heading 2.1
 
  | content1 = Content 2.1
 
}}
 
| below = "below" text
 
}}
 
</pre>
 
 
 
or:
 
  
 
{{Sidebar
 
{{Sidebar
 
| title = Top-level title
 
| title = Top-level title
 
| heading1 = First subsection
 
| heading1 = First subsection
 +
| content1 =
 
  {{Sidebar |child=yes
 
  {{Sidebar |child=yes
 
   | heading1 = Heading 1.1
 
   | heading1 = Heading 1.1
Line 237: Line 201:
 
  }}
 
  }}
 
| heading2 = Second subsection
 
| heading2 = Second subsection
 +
| content2 =
 
  {{Sidebar |child=yes
 
  {{Sidebar |child=yes
 
   | heading1 = Heading 2.1
 
   | heading1 = Heading 2.1
Line 247: Line 212:
 
| title = Top-level title
 
| title = Top-level title
 
| heading1 = First subsection
 
| heading1 = First subsection
 +
| content1 =
 
  {{Sidebar |child=yes
 
  {{Sidebar |child=yes
 
   | heading1 = Heading 1.1
 
   | heading1 = Heading 1.1
Line 252: Line 218:
 
  }}
 
  }}
 
| heading2 = Second subsection
 
| heading2 = Second subsection
 +
| content2 =
 
  {{Sidebar |child=yes
 
  {{Sidebar |child=yes
 
   | heading1 = Heading 2.1
 
   | heading1 = Heading 2.1
Line 259: Line 226:
 
}}
 
}}
 
</pre>
 
</pre>
 
Note that omitting the {{para|title}} parameter and not including any text preceding the embedded sidebar may result in the creation of gaps by spurious blank rows.
 
  
 
== Full blank syntax ==
 
== Full blank syntax ==
Line 345: Line 310:
  
 
Supplementary related documentation (concerning {{tl|navbar}} use within a sidebar) is at [[Template:Navbar/doc]].
 
Supplementary related documentation (concerning {{tl|navbar}} use within a sidebar) is at [[Template:Navbar/doc]].
 +
 +
== Tracking category ==
 +
* {{clc|Pages using sidebar with the child parameter}}
  
 
== See also ==
 
== See also ==

Latest revision as of 22:19, 17 April 2018

This template is a metatemplate for the creation of sidebar templates, i.e. boxes that are vertically-aligned navigation templates. Sidebars, like infoboxes, are usually positioned on the right-hand side of a page.

{{Sidebar with collapsible lists}} is a version of {{Sidebar}} that adds collapsibility to its sections, i.e. the means to show or hide sections by clicking links beside their headings.

Usage

(parameters with infrequent use omitted)

{{Sidebar
| style = 
| name = {{subst:PAGENAME}}
| pretitle = 
| title = 
| image = 
| headingstyle = 
| contentstyle = 

| above = 

| heading1 = 
| content1 = 

| heading2 = 
| content2 = 

| heading3 = 
| content3 = 

<!-- etc, to: -->

| heading35 = 
| content35 = 

| below = 

}}

Parameters

No parameters are mandatory, but if the ·· E {{navbar}} links along the bottom of a {{Sidebar}} are to function correctly (unless their appearance is suppressed; see the navbar parameter below), the parameter name needs to be set (to the name of the sidebar's page).

Principal parameters

Parameter Explanation
|name= The sidebar's name, i.e. the name following "Template:" in the title shown at the top of the sidebar's page.
Required if the ·· E {{navbar}} links at the bottom of the sidebar are to function correctly, unless their appearance is suppressed (see the navbar parameter below). When {{Sidebar}} is used as a wrapper, setting |name={{subst:PAGENAME}} is recommended.
|outertitle= Use to place a title for the sidebar immediately above the sidebar.
|topimage= Use to place an image at the top of the sidebar, i.e. above |title= (if used). Full wiki syntax is expected (i.e. [[File:...]]).
To add a caption below the image, use |topcaption=.
|pretitle= Use to place a line such as "Part of the X series on" before the title.
|title= Use to place a title for the sidebar at the top of the sidebar. (If |topimage= is used, it will appear immediately below it).
|image= Use to place an image between the |title= (if used) and first section. As with |topimage=, full wiki syntax is expected (i.e. [[File:...]]).
To add a caption below the image, use |caption=.
|headingstyle= Use to alter the default CSS styling set for section headings.
To alter the CSS styling for a specific section's heading, use |headingnstyle=, where n is the number of the section.
|contentstyle= Use to alter the default CSS styling set for section content.
To alter the CSS styling for a particular section's content, use |contentnstyle=, where n is the number of the section.
|heading1=
|content1=
First section's heading / content. content1 is required if heading1 is also to appear.
|heading2=
|content2=
Second section's heading / content. (content2 required if heading2 also to appear; etc.)
|heading3=
|content3=
Third section's heading / content.
...... etc ......
|heading35=
|content35=
Currently, the last possible section heading and/or content.

Other parameters

Parameter Explanation
|above= Same as the |above= offered by {{Navbox}}.
  • |class= or |bodyclass=
  • |outertitleclass=
  • |topimageclass=
  • |pretitleclass=
  • |titleclass=
  • |imageclass=
  • |aboveclass=
  • |headingclass=
  • |contentclass=
  • |belowclass=

Microformat classes for the corresponding parameters.
(|class= and |bodyclass= are applied across the whole sidebar.)

|below= Same as the |below= offered by {{Navbox}}.
(Use, for example, to add one or more portal links to the bottom of the template (shown, by default, in bold).)
  • |style= or |bodystyle=
  • |outertitlestyle=
  • |topimagestyle=
  • |topcaptionstyle=
  • |pretitlestyle=
  • |titlestyle=
  • |imagestyle=
  • |captionstyle=
  • |abovestyle=
  • |headingstyle=
  • |headingnstyle=
  • |contentstyle=
  • |contentnstyle=
  • |belowstyle=
  • |navbarstyle=
      (or |tnavbarstyle=)

Use to alter the default CSS styling for the corresponding parameters.
(|style= and |bodystyle= are applied across the whole sidebar.)

|cellspacing=
|cellpadding=
Use to amend the default cellspacing / cellpadding set for the infobox-class table with which the sidebar is built.
|navbar=  (or |tnavbar=)
Set to "off", "none", etc. (without quotes) to remove the {{navbar}} links (·· E) that otherwise appear at the bottom of the sidebar.
|navbarfontstyle=
  (or |tnavbarfontstyle=)
Use to specify the font style used by the navbar at the bottom of the sidebar (see {{navbar}} for options available).

Handling long links

{{Normalwraplink}} may be used to handle links that should wrap within the sidebar or otherwise need to be made to wrap, in order to prevent the sidebar from becoming too wide. Use {{normalwraplink|longlinkname}}, where |longlinkname is the long link without its square brackets.

Use the |wraplinks=true parameter to turn link wrapping off for the whole template.

Embedding

One sidebar template can be embedded into another using the |child= parameter. This feature can be used to create a modular sidebar, or to create more well-defined and logical sections.

<tr> <th class="" style="padding:0.1em;;;"> Heading 1.1</th> </tr><tr> <td class="" style="padding:0 0.1em 0.4em;;"> Content 1.1</td> </tr></td> </tr><tr> <td class="" style="padding:0 0.1em 0.4em;;"> Second subsection</th> </tr><tr> <th class="" style="padding:0.1em;;;"> Heading 2.1</th> </tr><tr> <td class="" style="padding:0 0.1em 0.4em;;"> Content 2.1</td> </tr></td> </tr><tr><td class="" style="padding:0.3em 0.4em 0.3em;font-weight:bold;"> "below" text</td> </tr><tr><td style="text-align:right;font-size:115%;"></td></tr>

</table>

{{Sidebar
| title = Top-level title
| content1 =
 {{Sidebar |child=yes
  | title = First subsection
  | heading1 = Heading 1.1
  | content1 = Content 1.1
 }}
| content2 =
 {{Sidebar |child=yes
  | title = Second subsection
  | heading1 = Heading 2.1
  | content1 = Content 2.1
 }}
| below = "below" text
}}

Note in the examples above that the child sidebar is placed in a content field, not a heading field. Notice also that the section subheadings do not appear in bold if this is not explicitly specified. To obtain bold section headings, move the titles to the heading field, using

</td> </tr></td> </tr>
{{Sidebar
| title = Top-level title
| heading1 = First subsection
| content1 = 
 {{Sidebar |child=yes
  | heading1 = Heading 1.1
  | content1 = Content 1.1
 }}
| heading2 = Second subsection
| content2 = 
 {{Sidebar |child=yes
  | heading1 = Heading 2.1
  | content1 = Content 2.1
 }}
| below = "below" text
}}

Full blank syntax

(omitting heading4/content4 to penultimate heading/content parameters)

{{Sidebar
| name = {{subst:PAGENAME}}
| class =            <!-- or: | bodyclass = -->
| style =            <!-- or: | bodystyle = -->
| width = 
| cellspacing = 
| cellpadding = 
| wraplinks =        <!-- "true" otherwise (default:) omit -->

| outertitleclass = 
| outertitlestyle = 
| outertitle = 

| topimageclass = 
| topimagestyle = 
| topimage = 
| topcaptionstyle = 
| topcaption = 

| pretitleclass = 
| pretitlestyle = 
| pretitle = 

| titleclass = 
| title = 

| imageclass = 
| imagestyle = 
| image = 
| captionstyle = 
| caption = 

| headingclass = 
| headingstyle = 
| contentclass = 
| contentstyle = 

| aboveclass = 
| abovestyle = 
| above = 

| heading1style = 
| heading1 = 
| content1style = 
| content1 = 

| heading2style = 
| heading2 = 
| content2style = 
| content2 = 

| heading3style = 
| heading3 = 
| content3style = 
| content3 = 

<!-- etc, to: -->

| heading35style = 
| heading35 = 
| content35style = 
| content35 = 

| belowclass = 
| belowstyle = 
| below = 

| navbarstyle =      <!-- or: | tnavbarstyle = -->
| navbarfontstyle =  <!-- or: | tnavbarfontstyle = -->
| navbar =           <!-- or: | tnavbar = --> <!-- "off", "none", etc otherwise (default:) omit -->

}}

Supplementary documentation

Supplementary related documentation (concerning {{navbar}} use within a sidebar) is at Template:Navbar/doc.

Tracking category

See also