ढाँचा:Collapsible option/कागजात

विकिपिडिया, एक स्वतन्त्र विश्वकोशबाट

{{Collapsible option}} is a utility template provides a standardised message for transclusion on template documentaion pages for templates whose collapsibility may be managed by the parameter |state=.

It may be used on either the template page itself (wrapped within <noinclude>...</noinclude> tags) or on the template's {{documentation subpage}}.

Indicating optional use of state name[सम्पादन गर्नुहोस्]

The |state= parameter used to manage collapsible templates need not always be named explicitly, i.e. {{Template name|state}} can be the same as {{Template name|state=state}}, if the template is coded that way. To indicate this in the {{Collapsible option}} message, add the parameter |statename=optional. This modifies the message so that it reads (if it were used for itself):

प्रारम्भिक दृश्यता: हाल स्वत: पतनमा छ

यस ढाँचाको प्रारम्भिक दृश्यता सेट गर्न, |state= प्यारामिटर प्रयोग गर्न सकिन्छ:

  • |state=collapsed: {{Collapsible option|state=collapsed}} ढाँचा संक्षिप्त देखाउनको लागि, अर्थात्, यसको शीर्षक पट्टीबाट अलग लुकाउन
  • |state=expanded: {{Collapsible option|state=expanded}} ढाँचा विस्तारित देखाउन, अर्थात्, पूर्ण रूपमा देखिने
  • |state=autocollapse: {{Collapsible option|state=autocollapse}}
    • यदि पृष्ठमा {{navbox}}, {{sidebar}}, वा ढल्न मिल्ने योग्य विशेषता भएको केही अन्य तालिका छ भने शीर्षक पट्टीमा ढाँचा संक्षिप्त देखाउँदछ।
    • यदि पृष्ठमा कुनै अन्य मिलाउन मिल्ने वस्तुहरू छैनन् भने ढाँचालाई विस्तारित अवस्थामा देखाउँछ

यदि यस पृष्ठको ढाँचामा |state= प्यारामिटर सेट गरिएको छैन भने, ढाँचाको प्रारम्भिक दृश्यता |default= प्यारामिटर कोलेप्सेबल विकल्प ढाँचाबाट लिइन्छ। यस पृष्ठको ढाँचाको लागि, जुन हाल autocollapse मूल्याङ्कन गर्दछ।

This possibility is enabled by including:

  • {{{1|}}} as part of a collapsible template's |state= parameter – for instance, as |state={{{state|{{{1|}}}}}} or |state={{{state|{{{1|<noinclude>expanded</noinclude>}}}}}}, etc.
  • <noinclude>,<includeonly>as part of a collapsible template's state argument – for instance, as |state={{{state<includeonly>|collapsed</includeonly>}}}

If, however, the template includes collapsible sections within itself (e.g. {{Navbox with collapsible groups}}), then enabling this possibility may introduce ambiguity as regards what is to be collapsed or expanded. In those instances, therefore, the requirement to use |state= should be retained.

Changing the default state[सम्पादन गर्नुहोस्]

To change the default state {{Collapsible option}} uses, add the parameter |default=collapsed or |default=expanded accordingly. To restore the default, remove any |default= previously included.

The |default=collapsed option must not be used in main article content in mainspace, e.g. to hide tables of information, or to cram extraneous details into infoboxes. (For more information, see Wikipedia:Manual of Style § Scrolling lists and collapsible content.) This option is permissible in navboxes, which are not part of the article content per se.

Slashes and the nobase parameter[सम्पादन गर्नुहोस्]

If the template name given to {{Collapsible option}}</nowiki> includes a forward-slash (virgule) character – / – then the parameter |nobase= (set to on, true, etc.) will need to be added so that the name is displayed correctly (i.e., so that {{PAGENAME}} rather than the default {{BASEPAGENAME}} is used to display it).

See also[सम्पादन गर्नुहोस्]