collapse/Doc

The } template is used for placing collapse boxes around short discussions and bits of discussions.

To fold long discussion threads, use {{Collapse top}}... lots of text ...{{Collapse bottom}}.

This template should only be used in accordance with the Wikipedia:refactoring talk pages guideline; it should never be used to end a discussion over the objections of other editors, except in cases of unambiguous disruptive editing.

Do not hide content in articles. This violates the WP:Manual of Style#Scrolling lists and collapsible content and WP:Accessibility guidelines.

Usage

Note: {{Collapse}} needs to be substed in order for the time stamp functionality to work properly.

{{Collapse|1=Discussion text to be put into box.|2=Optional custom heading}}

It is definitely safest to use the named |1= and |2= parameters, because otherwise any "=" character will break the template.

For compatibility with various discussion-boxing and -closing, and discussion-wrapping templates, |1= can also be given as |content= or |text=, and |2= can also be given as |title=, |reason=, |header=, |heading=, or |result=.

HTML version

If you find that the template does not function properly in a particular circumstance, this is mostly likely because the wikicode table markup ({|, etc.) only works when it is at the beginning of a newline.

A workaround for this is the "pure HTML" (

, etc.) variant of this template, {{Collapse/HTML}}, which is identical (same parameters, etc.) other than in not using wikimarkup for the layout-table code.

The bg parameter

The bg parameter is optional. It changes the background color. Use Web color values (e.g. #F0F2F5).

    Example

{{Collapse|1=Discussion text to be put into box.|bg=#F0F2F5}} creates:

Extended content
Discussion text to be put into box.

The padding parameter

The padding parameter adjusts the amount of cell padding (defaults to 8px):

{{Collapse|1=Discussion text to be put into box.|padding=20px}} creates the following (expand the box to see the border padding effect):

Extended content
Discussion text to be put into box.

The float parameter

The float parameter allows the collapsed content to float to the left, right, or center of the page (defaults to none with width = 100%):

{{Collapse|1=Discussion text to be put into box.|float=center}} creates the following:

Extended content
Discussion text to be put into box.

{{Collapse|1=Discussion text to be put into box.|float=center|width=30em}} creates the following:

Extended content
Discussion text to be put into box.

{{Collapse|1=Discussion text to be put into box.|float=left|width=30em}} creates the following:

Extended content
Discussion text to be put into box.

{{Collapse|1=Discussion text to be put into box.|float=right|width=30em}} creates the following:

Extended content
Discussion text to be put into box.

{{Collapse|1=Discussion text to be put into box.|float=none|width=30em}} creates the following:

Extended content
Discussion text to be put into box.

Around header text

When used with a section of text, include the section header in the collapsed portion of text. For example, given:

== Heading ==

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Replace with:

{{subst:Collapse|1=

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

|2=Heading}}

The expand parameter

Simply add |expand=yes to have the box show up in expanded form with a "hide" link, instead of collapsed form with a "show" link. Other options: |expand= yes, y, expand, expanded, uncollapse, uncollapsed. Note: |expand=no will fold the box (default).

The clear parameter

In some situations you may not want the default CSS to apply, which puts the collapse box below any left- or right-floated content within the same HTML block. In this case, you can use |clear=none, |clear=right, or |clear=left, as needed.

When content includes tables

This template frequently breaks when used around content that consists of or includes wikitable table-responsive s. Such content can be made collapsible by using the {{collapse top}} and {{collapse bottom}} templates instead of {{collapse}}.

If you want to collapse only the table and not other content, you can do this using wikitable table-responsive parameters. See the Collapsing tables guide for help.

TemplateData

Здесь приведена документация в формате TemplateData для данного шаблона, которая используется в визуальном редакторе и прочих инструментах.

Документация TemplateData для шаблона: Collapse

Creates a collapsible box that allows its content to be hidden or revealed on user's command. It is used to reduce clutter.

Параметры шаблона

ПараметрОписаниеТипСтатус
Contents1 content text

Contents of the box

    Содержимое (контент)обязательный
    Title2 title heading header reason result

    Text of title bar. Defaults to "Extended contents".

      По умолчанию
      Extended content
    Строковый (без форматирования)предложенный
    Expanded by default?expand

    Setting to "yes" (or "y", "expand", "expanded", "uncollapse", or "uncollapsed") will cause the box to show its contents by default. Any other value (and omitting this parameter) causes the box to be expanded by default. If not set or set to another value (e.g. "no") the box will be collapsed by default (its contents hidden).

      По умолчанию
      no
    Строковый (без форматирования)необязательный
    Border widthborder

    Width of the outermost border. Accepts a number (e.g. 2) followed immediately with a CSS-compatible unit of measurement. (e.g. "px") Example: 2px.

      По умолчанию
      1px
    Строковый (без форматирования)необязательный
    Title bar's colorbg background

    Color of the title bar. Can be set any valid CSS color value but please take care that text would remain black.

      По умолчанию
      #F0F2F5
    Строковый (без форматирования)необязательный
    Paddingpadding

    Width of the padding, the empty space between border and the contents. Accepts a number (e.g. 2) followed immediately with a CSS-compatible unit of measurement. (e.g. "px") Example: 2px.

      По умолчанию
      8px
    Неизвестнонеобязательный
    Outer backgroundbg1

    Color of the space between the inner and outer border. Can be set to any valid CSS color.

      По умолчанию
      transparent
    Строковый (без форматирования)необязательный
    Outer border colorb-color

    Color of the outer border. Can be any valid CSS color.

      По умолчанию
      silver
    Строковый (без форматирования)необязательный
    Collapse box widthwidth

    The width of the entire collapsed box.

      По умолчанию
      100%
    Строковый (без форматирования)необязательный
    Center-align titlecenter

    If set to any value, the title will be centered.

      Логическое значениенеобязательный
      Font colorfc

      Font color for the title. Also sets the color of the [show]/[hide] link. Can be any valid CSS color

        Строковый (без форматирования)необязательный
        CSS classclass

        Additional CSS class to add

          Строковый (без форматирования)необязательный
          CSS floatfloat

          CSS float, one of "left", "right", "none", "center"/"centre", or blank.

            Строковый (без форматирования)необязательный
            CSS clearclear

            CSS clear value. The default depends on the selected float. Usually one of "none", "left", "right", or "both"

              Строковый (без форматирования)необязательный
              Left-align titleleft

              Left-aligns the title. Takes precedence over center.

                Логическое значениенеобязательный
                Content borderborder2

                CSS border styling to add to the content.

                  По умолчанию
                  1px silver
                Строковый (без форматирования)необязательный
                Content background colorbg2

                Background color to use for expanded content.

                  По умолчанию
                  white
                Строковый (без форматирования)необязательный

                Re-using at other wikis

                This template depends upon having rules for the three classes (collapsible, uncollapsed, and collapsed) in the appropriate CSS files, and some related JavaScript installed. This template transcludes {{main other}} and {{lorem ipsum}}, which should also be imported at the same time.

                For MediaWiki versions ≥ 1.18, this template can simply be exported and then imported into another MediaWiki installation. Some changes to the source code will need to be made in order for this template to become usable on the Main/Article (ns:0) namespace.

                The toggle text can be edited at external Wiki's MediaWiki:Collapsible-expand and MediaWiki:Collapsible-collapse pages. Further information at jquery.makeCollapsible module.

                Шәахә. иара убас

                • {{discussion top}}
                • {{hidden}}

                Ашаблон:Templates for archiving


                Tags:

                collapse/Doc Usagecollapse/Doc TemplateDatacollapse/Doc Re-using at other wikiscollapse/Doc Шәахә. иара убасcollapse/DocАшаблон:CollapseАшаблон:Collapse bottomАшаблон:Collapse top

                🔥 Trending searches on Wiki Аԥсуа:

                1977Лаҵарамза 28Аестон бызшәаАдемократиатә Республика Конго1980Чад1866Жьҭаарамза 11969Аладатәи КореиаСомалилендНаполеон БонапартГьаргь IV (Қырҭтәыла)Очамчыра1989Аԥсуа негрцәаРуандаАокеан ҭынч1996ЛондонКеннеди, Џьон Фицџьералд1717АвстралиаАбгадуПапуа-Гвинеиа ҿыц4961128Санкт-ПетербургИндонезиаФиџьиԤсҳәы2001ЀДаниа1951ӔЕвропатәи АидгылаЏибутиАсааҭтә зонақәаАдунеи аҳҭнықалақьқәа рыхьӡынҵаҲаитиКахеҭиԤхынҷкәынмзаКонисковолиаЛаос1089Мшаԥымза 25ШвеицариаАамҭаГәлиа, Дырмит Иосиф-иԥаYouTubeЛибериа194019111918Жәабранмза347Танзаниа🡆 More