Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Template:Collapse

Permanently protected template
From Wikipedia, the free encyclopedia
Extended content

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.

Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. Integer in mauris eu nibh euismod gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis risus a elit. Etiam tempor. Ut ullamcorper, ligula eu tempor congue, eros est euismod turpis, id tincidunt sapien risus a quam. Maecenas fermentum consequat mi. Donec fermentum. Pellentesque malesuada nulla a mi. Duis sapien sem, aliquet nec, commodo eget, consequat quis, neque. Aliquam faucibus, elit ut dictum aliquet, felis nisl adipiscing sapien, sed malesuada diam lacus eget erat. Cras mollis scelerisque nunc. Nullam arcu. Aliquam consequat. Curabitur augue lorem, dapibus quis, laoreet et, pretium ac, nisi. Aenean magna nisl, mollis quis, molestie eu, feugiat in, orci. In hac habitasse platea dictumst.

Fusce convallis, mauris imperdiet gravida bibendum, nisl turpis suscipit mauris, sed placerat ipsum urna sed risus. In convallis tellus a mauris. Curabitur non elit ut libero tristique sodales. Mauris a lacus. Donec mattis semper leo. In hac habitasse platea dictumst. Vivamus facilisis diam at odio. Mauris dictum, nisi eget consequat elementum, lacus ligula molestie metus, non feugiat orci magna ac sem. Donec turpis. Donec vitae metus. Morbi tristique neque eu mauris. Quisque gravida ipsum non sapien. Proin turpis lacus, scelerisque vitae, elementum at, lobortis ac, quam. Aliquam dictum eleifend risus. In hac habitasse platea dictumst. Etiam sit amet diam. Suspendisse odio. Suspendisse nunc. In semper bibendum libero.

Template documentation[view] [edit] [history] [purge]
WarningThis template is used onapproximately 8,100 pages and changes may be widely noticed. Test changes in the template's/sandbox or/testcases subpages, or in your ownuser subpage. Consider discussing changes on thetalk page before implementing them.
Collapsible templates
Help:Collapsing
Guideline:Hidden content
Article namespace
Infoboxes
Navigation templates
Talk namespace

The{{collapse|folding text}} template is used for placing collapse boxes aroundshort discussions and bits of discussions. To foldlong discussion threads, use{{Collapse top}}... lots of text ...{{Collapse bottom}}. There are cases where these template will not work. SeeHelp:Collapsing for other options.

This template should only be used in accordance with theWikipedia: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 theWP:Manual of Style#Scrolling lists and collapsible content andWP:Accessibility guidelines.

Usage

{{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=.

This works with collapsed bulleted list (the first bullet will look correct):
{{Collapse|title=|Bulleted list}}Start bulleted list on a new line.

HTML version

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

A workaround for this is to use the "pure HTML" variant of this template,{{Collapse/HTML}}, which supports the same parameters but utilizes<table> tags in lieu of wiki markup for the table layout.

Thebg parameter

Thebg parameter is optional. It changes the background color. UseWeb 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.

Thepadding parameter

Thepadding parameter adjusts the amount of cell padding (defaults to8px):

{{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.

Thefloat parameter

Thefloat parameter allows the collapsed content to float to the left, right, or center of the page (defaults tonone withwidth = 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}}

Theexpand 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).

Theclear parameter

In some situations you may not want the defaultclear: both; 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 includeswikitables. 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 parameters. See theCollapsing tables guide for help.

Limitations

  • This functionality requires the end-user's browser to haveJavaScript enabled. If JavaScript is disabled, the default behavior is to show the content.

TemplateData

This is theTemplateData for this template used byTemplateWizard,VisualEditor and other tools.See a monthly parameter usage report forTemplate:Collapse in articles based on its TemplateData.

TemplateData for Collapse

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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Contents1contenttext

Contents of the box

Contentrequired
Title2titleheadingheaderreasonresult

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

Default
Extended content
Stringsuggested
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).

Default
no
Stringoptional
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.

Default
1px
Stringoptional
Title bar's colorbgbackground

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

Default
#F0F2F5
Stringoptional
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.

Default
8px
Unknownoptional
Outer backgroundbg1

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

Default
transparent
Stringoptional
Outer border colorb-color

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

Default
silver
Stringoptional
Collapse box widthwidth

The width of the entire collapsed box.

Default
100%
Stringoptional
Center-align titlecenter

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

Booleanoptional
Font colorfc

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

Stringoptional
CSS classclass

Additional CSS class to add

Stringoptional
CSS floatfloat

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

Stringoptional
CSS clearclear

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

Stringoptional
Left-align titleleft

Left-aligns the title. Takes precedence over center.

Booleanoptional
Content borderborder2

CSS border styling to add to the content.

Default
1px silver
Stringoptional
Content background colorbg2

Background color to use for expanded content.

Default
white
Stringoptional
Font color for inside boxfc2

The color of the font inside the collapsed box. Can be any valid CSS color.

Example
inherit
Stringoptional

Re-using at other wikis

This template depends upon using the three classesmw-collapsible,mw-uncollapsed andmw-collapsed, which are part of MediaWiki versions ≥ 1.18. For wikis using these version of MediaWiki, this template can simply be exported and then imported into another MediaWiki installation. This template transcludes{{main other}} and{{lorem ipsum}}, which should also be imported at the same time. 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'sMediaWiki:Collapsible-expand andMediaWiki:Collapsible-collapse pages. Further information atjquery.makeCollapsible module.

See also

Templates for archiving
Recommended
Headers
With
navigation
Without
navigation
With
search
  • {{Talk header}}(contains an automatically appearing archive search box and nav)
Content
formatting
Lists
Discussion
Automatic
archiving
systems
lowercase
sigmabot III

(MiszaBot)
ClueBot III
other
general
The abovedocumentation istranscluded fromTemplate:Collapse/doc.(edit |history)
Editors can experiment in this template'ssandbox(edit |diff) andtestcases(edit) pages.
Add categories to the/doc subpage.Subpages of this template.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Collapse&oldid=1310290723"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp