See also ebooksgratis.com: no banners, no cookies, totally FREE.

CLASSICISTRANIERI HOME PAGE - YOUTUBE CHANNEL
Privacy Policy Cookie Policy Terms and Conditions
வார்ப்புரு:Navbox generic - தமிழ் விக்கிபீடியா (Tamil Wikipedia)

வார்ப்புரு:Navbox generic

கட்டற்ற கலைக்களஞ்சியமான விக்கிபீடியாவில் இருந்து.

This high-risk template has been protected from editing to prevent vandalism. (protection log). வார்ப்புரு:Howtoedit

Comment இவ்வார்ப்புரு மேலதிக தகவல் களங்களைக் கொண்டுள்ளது: விபரங்களுக்கு பேச்சு பக்கத்தைப் பார்க்கவும்.

இந்த வார்ப்புரு சில மிகவும் சிக்கலான உயர் தொழில்நுட்ப வார்புரு நிரல்களால் ஆக்கப்பட்டுள்ளது. தயவு செய்து இந்நிரல்கள் பற்றிய அறிவோ அதன் செயற்பாடுகள் பற்றி தெரியாமாலோ மற்றும் உமது தொகுப்பினால் வேண்டாத விளைவுகள் விளையுமிடத்து அதனை சரிசெய்ய தயாராக இல்லாவிட்டாலோ இவ்வார்ப்புருவை தொகுக்காதீர். இவ்வார்ப்புறுவில் குழப்பமாகி விடக்கூடுமென்று பயந்தால், நீங்கள், உங்கள் மனதில் உள்ளவற்றைப் பயிற்சித் தொகுப்பு செய்து பார்ப்பதற்காக உருவாக்கப்பட்டுள்ள மணல் தொட்டிக்குச் செல்லுங்கள் அல்லது உங்களுது பயனர் வெளியை பயன்படுத்தவும்.


This template allows a navigational template to be set up relatively quickly by supplying it one or more lists of links.

பொருளடக்கம்

[தொகு] Blank template

{{Navbox generic
|name       = {{subst:PAGENAME}}
|state      = 
|titlestyle = background:
|title      = 
|image      = 
|bodystyle  =   <!--(or "style =" if no other style parameters used)-->
|groupstyle = 
|liststyle  = 
|oddstyle   = 
|evenstyle  = 

|abovestyle = 
|above      = 

|group1 = 
|list1  = 

|group2 = 
|list2  = 

|group3 = 
|list3  = 

 ...

|group20 = 
|list20  = 

|belowstyle = 
|below      = 
}}

[தொகு] Parameters

Deprecated (but still functional) parameter names given in parentheses before each description.

[தொகு] Mandatory

name
(or templateName) The name of the template, which is needed for the "v · d · e" ("view · discuss · edit") links to work properly on all pages where the template is used. You can enter {{subst:PAGENAME}} for this value as a shortcut.
title
Text that appears centered in the top row of the table. It is usually the template's topic, i.e. a succinct description of the body contents. This should be a single line, but if a second line is needed, use {{-}} to ensure proper centering.
The background color defaults to #ccf (truncated form of #ccccff), but can be changed via the titlestyle parameter (see below).
listn
(i.e. list1, list2, etc.) The body of the template, usually a list of links. Format is inline, although the text can be entered on separate lines if the entire list is enclosed within <div> </div> (see #Example with code). 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 #f9f9f9, but can be changed via the bodystyle, list(odd#)style and/or list(even#)style parameters (see below).

[தொகு] Optional

[தொகு] Cells

groupn
(i.e. group1, group2, etc.) 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 (truncated form of #ddddff), but can be changed via the groupstyle parameter (see below).
image
An image to be displayed in a cell below the title and to the right of the body (the groups/lists). For the image to display properly, the list1 parameter must be specified. The image parameter accepts standard wikicode for displaying an image, i.e.
[[Image:Example.jpg|100px]]
In a template where the body (the groups and/or lists) does not extend all the way to the right side, the image will shift away from the right edge of the template. This can be avoided by using the right parameter within the image wikicode, i.e.
[[Image:Example.jpg|80px|right]]
above
(or top) A full-width cell displayed between the titlebar and first group/list, i.e. above the template's body (groups, lists and image). In a template without an image, above behaves in the same way as the list1 parameter without the group1 parameter.
below
(or bottom) A full-width cell displayed below the template's body (groups, lists and image). In a template without an image, below behaves in the same way as the template's final listn parameter without a groupn parameter. For an example of the below parameter in use, see {{Lists of the provinces and territories of Canada}}.

[தொகு] Styles

titlestyle
(or title_style, titlebkg, color) CSS styles to apply to title, specifically the titlebar's background color. At present, use as follows:
titlestyle = background:name or #nnnnnn
Use of this parameter is discouraged. Where it is used, care and consensus are needed as multiple navigational templates on one page with different background colors will probably look unpleasant.
bodystyle or style
Specifies CSS styles to apply to the template body. The shorter name style may be used when no other style parameters are specified. This option should be used sparingly as it can lead to visual inconsistencies. Examples:
background:#nnnnnn;
text-align:[right/center/left/justified];
width:N [em/%/px or width:auto];
float:[left/right/none];
clear:[right/left/both/none];
groupstyle
(or group_style, group-style) 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;
abovestyle
belowstyle
(or above_style, top-style; below_style, bottom-style) CSS styles to apply to the top cell (specified via the above parameter) and bottom cell (specified via the below parameter). Typically used to set background color or text alignment:
background:#nnnnnn;
text-align:[left/center/right];
liststyle
CSS styles to apply to all lists. Overruled by the oddstyle and evenstyle parameters (if specified) below.
oddstyle
evenstyle
(or odd-style, even-style) 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; see {{Turkey-related topics}} for an example.

[தொகு] Other

state
Defaults to autocollapse. If set to collapsed, the navbox will always start out in a collapsed state. If set to blank or anything other than autocollapse or collapsed, the navbox will always start out in an expanded state. A navbox with autocollapse will start out collapsed if there are two or more tables on the same page that use collapsible. For the technically minded, see MediaWiki:Common.js.
To specify different states for transcluding articles, set state to {{{state<includeonly>|autocollapse</includeonly>}}}. Then, in an article, set this parameter to a value described above. For example, {{templateName|state=}} will expand the template.

[தொகு] Layout of table

Table generated by {{Navbox generic}} without image, above and below parameters (borders added for illustration only):

Table generated by {{Navbox generic}} with image, above and below parameters (borders added for illustration only):

[தொகு] Example with code

{{Navbox generic
|name      = {{subst:PAGENAME}}
|state     = {{{state|uncollapsed}}}
|title     = [[Wikipedia:Navigational templates|Navigational templates]]
|bodystyle = width:50%;

|group1    = Physics
|list1     = [[Template:Cosmology|Cosmology]]{{·}} [[Template:General relativity|Relativity]]{{·}}
[[Template:String-theory|String theory]]

|group2    = Continents
|list2     = <div>
[[Template:Africafooter|Africa]]{{·}}
[[Template:Asiafooter|Asia]]{{·}}
[[Template:Europefooter|Europe]]
</div>

|list3     = [[Template:National parks of Argentina|Argentinian National Parks]]
}}

[தொகு] Additional examples

[தொகு] No image

[தொகு] With image

[தொகு] With image and styles

[தொகு] See also

Navigation template comparison
பார்  பேச்சு  தொகு
collapsible Header color Image Groups Style (body)
parameter/s
Example
{{Navigation}} NavFrame NavHead கிடையாது கிடையாது ஆம் {{OPEC}}
{{Navigation with image}} NavFrame NavHead Left/right of body கிடையாது ஆம் {{தெற்காசியா}}
{{Navigation with columns}} NavFrame NavHead கிடையாது கிடையாது கிடையாது
{{Dynamic navigation box}} collapsible navbox கிடையாது கிடையாது ஆம் {{CSUHeads}}
{{Dynamic navigation box with image}} NavFrame NavHead Upper left கிடையாது கிடையாது {{SlovakPMs}}
{{Navbox generic}} collapsible navbox Right-hand side ஆம் ஆம் {{Dilbert}}
{{NavigationBox}} கிடையாது navbox Right of title+body கிடையாது கிடையாது {{EPA}}
{{Commons:NavigationBox}} கிடையாது #ccccff Right of title+body கிடையாது கிடையாது
{{Commons:Dynamic navigation box}} NavFrame #ccccff கிடையாது கிடையாது கிடையாது
{{Commons:Dynamic navigation box with image}}  NavFrame #ccccff Upper left கிடையாது கிடையாது
The background color for the header or title is inherited from the class listed below. The templates have titlebkg parameters that override the default.
Collapsible attributes
Type CSS classes Collapses when Custom
initial state
Nesting Header
color
Font size
NavFrame div NavFrame, NavHead, NavContent 3+ of the same கிடையாது ஆம் #ccccff 95%
Collapsible table collapsible, navbox 2+ of the same ஆம் ஆம் #ccccff 90%

For the technically minded, see Common.css and Common.js.

ஏனைய மொழிகள்


aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - en - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu -