साँचा:Navbar/doc
यह प्रलेखन उपपृष्ठ साँचा:Navbar के लिए है। इसमें उपयोग विधि की जानकारी, श्रेणियाँ और वह वस्तुएँ हैं जो कि असली साँचा के पृष्ठ पर नही हैं। |
इस साँचे का इस्तेमाल 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 साँचा:Tag in order to accommodate a horizontal unnumbered list. This means it cannot be placed inside a साँचा:Tag 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
संपादनcollapsible | Header color† | Image | Groups | Style (body) parameter/s |
Examples | |
---|---|---|---|---|---|---|
{{Navbox}}
|
collapsible |
navbox | Left/right of body | हाँव | हाँव | {{USCongress}}
, साँचा:T1 |
{{Navbox with columns}}
|
collapsible |
navbox | Left/right of columns | नाय | हाँव | साँचा:T1, {{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)
| स्ट्रिंग | वैकल्पिक |