आकृति:Navbar/doc
This is a documentation subpage for आकृति:Navbar. It contains usage information, categories and other content that is not part of the original आकृति page. |
ई आकृति कऽ प्रयोग 60,000+ पृष्ठसभमे कएल जा रहल अछि । पैग मात्रामे व्यवधान आ अनावश्यक सर्भर लोडसँ वचवाक लेल, कोनो भी परिवर्तनके पहिने ई आकृतिके /प्रयोगपृष्ठ उपपृष्ठ या अपन उपयोगकर्ता स्थान पर जाँचि कऽ देखी । जाँचल गेल परिवर्तनके ई आकृतिमे एक बेरमे जोड़ल जा सकैत अछि । अन्य उपयोगकर्ताक लेल, परिवर्तन करिसँ पहिने एहिसँ सम्बन्धित वार्तालाप वार्ता पृष्ठ पर करी । |
Usage
सम्पादन करीGeneral
सम्पादन करीWhen one of the following examples is placed inside a given template, it adds navbar navigational functionality:
- {{navbar|{{subst:PAGENAME}}|mini=1}}
- {{navbar|{{subst:PAGENAME}}|plain=1}}
- {{navbar|{{subst:PAGENAME}}|fontstyle=color:green}}
The {{subst:PAGENAME}}
will be substituted with the template's name when parsed by the servers. For example, {{navbar|navbar/doc}}
gives:
Font-size
सम्पादन करीFont-size is 88% when used in a navbar, and 100% when nested in a navbox. In the navbar, the weight is "normal"; when nested in navbox, it takes on the outer setting. The middot is bold.
Examples
सम्पादन करीRequired parameters
सम्पादन करी{{navbar|Template Name}}
– the template name is required.
Optional parameters
सम्पादन करीOptions | Parameters | Produces... |
---|---|---|
Basic | {{navbar|Template Name}} |
|
Different text | {{navbar|Template Name|text=This template:}} |
|
Without "This box:" text | {{navbar|Template Name|plain=1}} |
|
Short version | {{navbar|Template Name|mini=1}} |
|
With brackets | {{navbar|Template Name|brackets=1}}
|
|
With a color option (span) | {{navbar|Template Name|fontstyle=color:green}} |
|
To float to the side (div) | {{navbar|Template Name|style=float:right}} |
Deprecated parameters
सम्पादन करीThe miniv=1, viewplain=1, nodiv=1 and fontcolor= parameters have been deprecated. To implement the view-only version, use the {{v}}
or {{view}}
templates instead.
Notes
सम्पादन करीNavbar is contained within a <div>...</div>
in order to accommodate a horizontal unnumbered list. This means it cannot be placed inside a <span>...</span>
or other inline element, because the HTML Tidy extension will 'fix' situations where it finds block elements inside inline elements.
Prepackaged
सम्पादन करी- {{Navbar-header}}
- Positions on the right edge of the line, often used in non-collapsible navbox heading.
- {{Tnavbar-navframe}}
- For use in conjunction with Navframe divs, positions opposite of the [hide]/[show] feature.
- {{Navbar-collapsible}}
- For use in conjunction with Collapsible tables, floats opposite of the [hide]/[show] feature.
See also
सम्पादन करी- {{Ed}} – navbar style edit link
- {{Ed right}} – navbar style edit link aligned to right of page
- {{Edit}} – plain edit link
- {{Edit section}} – edit link aligned to right of page
With additional links:
- {{Navbar}}
collapsible | Header color† | Image | Groups | Style (body) parameter/s |
Examples | |
---|---|---|---|---|---|---|
{{Navbox}} | collapsible | navbox | Left/right of body | समर्थन | समर्थन | {{USCongress}}, {{Apollo program}} |
{{Navbox with columns}} | collapsible | navbox | Left/right of columns | विरोध | समर्थन | {{Current U.S. Senators}}, {{UK subdivisions}} |
† The background color for the header or title is inherited from the class listed below. The templates have titlestyle parameters that can be used to override the default. |
Type | CSS classes | Collapses when | Custom initial state |
Nesting | Default header color |
Font size |
---|---|---|---|---|---|---|
Collapsible tables | collapsible, navbox | 2 or more autocollapse on page | समर्थन | समर्थन | #ccccff | 90% |
When placed inside a given template, it adds navbar navigational functionality
पैरामीटर | विवरण | प्रकार | स्थिति | |
---|---|---|---|---|
Template Name | 1 | The name of the template, so links work correctly
| स्ट्रिंग | आवश्यक |
Different text | text | Allows custom text to replace the default 'this box'
| स्ट्रिंग | वैकल्पिक |
Without 'This box:' text | plain | Removes 'This box'
| संख्या | वैकल्पिक |
Short Version | mini | Shortens text to V T E
| संख्या | वैकल्पिक |
with brackets | brackets | adds brackets before and after the links
| संख्या | वैकल्पिक |
Font color | fontstyle | Allows you to change the color of the font (in the format color:green)
| स्ट्रिंग | वैकल्पिक |
To float to the side | style | Allows the template to float to the side (format=float:right)
| स्ट्रिंग | वैकल्पिक |