Difference between revisions of "Template:Navsidebar"

From Peter
Jump to: navigation, search
(The "title" (intro phrase) should have *less* emphasis on it than the "name" (actual title) should.)
Line 1: Line 1:
 
{| class="infobox" cellpadding="1" cellspacing="0" style="float: right; margin: 0 0 0.5em 0.5em; text-align:left; border: 1px solid {{{barcolor}}}; width:150px;"
 
{| class="infobox" cellpadding="1" cellspacing="0" style="float: right; margin: 0 0 0.5em 0.5em; text-align:left; border: 1px solid {{{barcolor}}}; width:150px;"
| style="font-size: 95%; text-align:center; color:{{{textcolor}}}; background-color:{{{barcolor}}}" | '''{{{title}}}'''
+
| style="font-size: 95%; text-align:center; color:{{{textcolor}}}; background-color:{{{barcolor}}}" | {{{title}}}
[[{{{name2|{{{name}}}}}}|<font size={{{namesize|4}}} color={{{textcolor}}}>{{{name}}}</font>]]
+
[[{{{name2|{{{name}}}}}}|<font size={{{namesize|4}}} color={{{textcolor}}}>'''{{{name}}}'''</font>]]
 
|-
 
|-
 
| style="background-color:{{{bgcolor}}};" align="center"|[[File:{{{icon}}}|100px|link=:category:{{{category}}}]]
 
| style="background-color:{{{bgcolor}}};" align="center"|[[File:{{{icon}}}|100px|link=:category:{{{category}}}]]

Revision as of 23:30, 12 December 2011

{{{title}}}

[[{{{name}}}|{{{name}}}]]

[[File:{{{icon}}}|100px|link=:category:{{{category}}}]]
{{{title2}}}

{{{content}}}

[edit] [purge] Documentation

Template:High use template

Usage

Header and 1st content section:

{{Navsidebar
|title        = <!-- Title/description of the section that will appear at the top -->
|name         = <!-- Main name of the navigation bar, e.g., religion, science, pseudoscience etc. -->
|namesize     = <!-- Override for the font size of the name. Default is 5. Increase is name is short, decrease is long.-->
|name2        = <!-- Override for where the "name" link will direct to. Default is to just link to "name". -->
|title2       = <!-- Title of the first content section -->
|icon         = <!-- Filename of the icon used -->
|barcolor     = <!-- Color on the bars; should be the same as the icon -->
|bgcolor      = <!-- Background color; should be a darker version of the icon's color. -->
|textcolor    = <!-- Text colour, either black or white -->
<includeonly>
|category     = <!-- Category that will be included with the template (leave blank if no category desired)  -->
</includeonly>
|templatename = <!-- The name of the template, used for vte. Automatically selects template space.  -->
|content      = <!-- Content of the first section.
                     Use a bullet (*) list and/or {{randomarticles|CATEGORY|#}}; make sure total number of articles is 12 or less.
                     Use one {{Navsidebar2}} (or more than one) here to add another bar and content section. -->
}}<noinclude>[[Category:Sidebar navigation templates]]{{DEFAULTSORT:{{PAGENAME}}}}</noinclude>

Additional content sections:

{{Navsidebar2
|title        = <!-- Title of the content section -->
|barcolor     = <!-- Color on the bars; should be the same as the icon -->
|bgcolor      = <!-- Background color; should be a darker version of the icon's color. -->
|textcolor    = <!-- Text colour, usually either black or white (note the contrast with the background) -->
|content      = <!-- Content of the first section.
                     Use a bullet (*) list and/or {{randomarticles|CATEGORY|#}}; make sure total number of articles is 12 or less. -->
}}