සැකිල්ල:Navbox generic subgroup
{{{group1}}} | {{{list1}}} | |
---|---|---|
{{{group2}}} | {{{list2}}} | |
{{{group3}}} | {{{list3}}} | |
{{{group4}}} | {{{list4}}} | |
{{{group5}}} | {{{list5}}} | |
{{{group6}}} | {{{list6}}} | |
{{{group7}}} | {{{list7}}} | |
{{{group8}}} | {{{list8}}} | |
{{{group9}}} | {{{list9}}} | |
{{{group10}}} | {{{list10}}} | |
{{{group11}}} | {{{list11}}} |
This template employs intricate features of template syntax.
You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. Remember that you can conduct experiments, and should test all improvements, in either the general Template sandbox or your user space before changing anything here. |
This template is designed to be used with {{Navbox}} or {{Navbox generic}}, navigational templates which allow creating lists of links with groups headers or titles. This template allows the creation of subgroups that can be assigned to a list item within {{Navbox}} or {{Navbox generic}}. A subgroup may contain up to 10 list items.
Blank template
සංස්කරණය{{Navbox generic subgroup | bodystyle = | groupstyle = | liststyle = | oddstyle = | evenstyle = | group1 = | list1 = | group2 = | list2 = ... | group10 = | list10 = }}
Parameters
සංස්කරණයCells
සංස්කරණය- listn
- (i.e. list1, list2, ... list10) The body of the template, usually a list of links. Format is inline. At least one list parameter is required; each additional list is displayed in a separate row of the table. Each listn may be preceded by a corresponding groupn parameter, if provided (see below). The background color of the list items (and the entire table) defaults to
transparent
, therefore it displays the same background color used in the parent navigation box.
- groupn
- (i.e. group1, group2, ... group10) If specified, text appears in a header cell displayed to the left of listn. If omitted, listn uses the full width of the table. The background color defaults to
#ddf
(a truncated form of#ddddff
), but can be changed via the groupstyle parameter (see below).
Styles
සංස්කරණය- bodystyle
- Specifies CSS styles to apply to the template body. Examples:
background:#nnnnnn;
text-align:[right/center/left/justified];
- groupstyle
- CSS styles to apply to the groupN cells. This option overrides any styles that are applied to the entire table. Examples:
background:#nnnnnn;
text-align:[left/center/right];
vertical-align:[top/middle/bottom];
white-space:nowrap;
- liststyle
- CSS styles to apply to all lists. Overridden by the oddstyle and evenstyle parameters (if specified) below.
- oddstyle
- evenstyle
- CSS styles to apply to the odd-numbered list items (list1, list3, etc) or even-numbered list items (list2, list4, etc), respectively. Typically used to set background color (
background:#nnnnnn;
) in order to achieve an alternating background color between odd and even-numbered lists.
Example 1
සංස්කරණයThe following is an example of Navbox generic subgroup used within a Navbox template. Below that is the code used to generate this navigation box, with the subgroup template shown in bold text.
|
Example 2
සංස්කරණයThis example implements horizontal group headings by assigning the headings to odd-numbered rows (list1, list3
) and the links to even-numbered rows (list2, list4
), then using oddstyle
to set the background color.
|