Template:Collapse top: Difference between revisions
Appearance
Content deleted Content added
m 1 revision imported: Initial Setup |
Removed page from translation Tag: Reverted |
||
| Line 1: | Line 1: | ||
<noinclude> |
<noinclude> |
||
<languages/> |
|||
</noinclude><!-- |
</noinclude><!-- |
||
--><div style="display:{{{display|block}}};margin-{{dir|{{pagelang}}|right|left}}:{{{indent|0}}};{{{extrastyle|}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section |
--><div style="display:{{{display|block}}};margin-{{dir|{{pagelang}}|right|left}}:{{{indent|0}}};{{{extrastyle|}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section |
||
| Line 6: | Line 5: | ||
| {{dir|{{pagelang}}|right|left}} |
| {{dir|{{pagelang}}|right|left}} |
||
| center |
| center |
||
}}">{{{1|{{{title|{{{reason|{{{header|{{{heading| |
}}">{{{1|{{{title|{{{reason|{{{header|{{{heading|Extended content}}}}}}}}}}}}}}}</th></tr><!-- |
||
-->{{#if:{{{warning|{{{2|}}}}}} |
-->{{#if:{{{warning|{{{2|}}}}}} |
||
| <tr><td style="text-align:center;font-style:italic">{{#if:{{{2|}}}|{{{2}}}| |
| <tr><td style="text-align:center;font-style:italic">{{#if:{{{2|}}}|{{{2}}}|The following is a closed debate. {{Strong |
||
|style=color:var(--color-error, #bf3c2c) |
|style=color:var(--color-error, #bf3c2c) |
||
|1= |
|1=Please do not modify it. |
||
}}<!--/Strong-->}}</td></tr> |
}}<!--/Strong-->}}</td></tr> |
||
}}<!-- |
}}<!-- |
||
--><tr><td style="font-size:{{{font-size|112%}}};background:{{{bg2|var(--background-color-base, #fff)}}};color:{{{fc2|inherit}}};border:solid {{{border2|1px silver}}};padding:{{{padding|8px}}}"><!-- |
--><tr><td style="font-size:{{{font-size|112%}}};background:{{{bg2|var(--background-color-base, #fff)}}};color:{{{fc2|inherit}}};border:solid {{{border2|1px silver}}};padding:{{{padding|8px}}}"><!-- |
||
--><noinclude> |
--><noinclude> |
||
<div style="width:100%;text-align:center">'' |
<div style="width:100%;text-align:center">''The following content has been placed in a collapsed box for improved usability.''</div> |
||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
{{Documentation|content= |
{{Documentation|content= |
||
| ⚫ | |||
<translate> |
|||
<!--T:12--> |
|||
| ⚫ | |||
== Usage == |
== Usage == |
||
| ⚫ | |||
</translate> |
|||
For example: |
|||
| ⚫ | |||
<translate><!--T:14--> For example:</translate> |
|||
<syntaxhighlight lang="wikitext"> |
<syntaxhighlight lang="wikitext"> |
||
{{Collapse top|title= |
{{Collapse top|title=This is the title text}} |
||
Sample contents text |
|||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
<translate> |
|||
<!--T:15--> |
|||
produces: |
produces: |
||
</translate> |
|||
{{Collapse top|title= |
{{Collapse top|title=This is the title text}} |
||
Sample contents text |
|||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
| ⚫ | |||
<translate> |
|||
<!--T:16--> |
|||
| ⚫ | |||
== Parameters == |
== Parameters == |
||
| ⚫ | |||
</translate> |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
; {{Para|1}} <span style="font-weight:normal"> |
; {{Para|1}} <span style="font-weight:normal">(or first unnamed parameter)</span>, {{Para|title}}, {{Para|reason}}, {{Para|header}}, {{Para|heading}} |
||
: |
: Will give the collapsed box a title, which occurs on the same line as the ''show'' link and is always visible. It defaults to "Extended content". |
||
: |
: For example, <code><nowiki>{{Collapse top|title=This is the title text}}</nowiki></code> or <code><nowiki>{{Collapse top|This is the title text}}</nowiki></code>. Note: The shorter, unnamed markup will not work if the title value contain an equals (<code>=</code>) character. |
||
; {{Para|warning|yes}} |
; {{Para|warning|yes}} |
||
: |
: Will display a default warning line under the main title which reads "The following is a closed debate. {{Strong|style=color:red|Please do not modify it.}}" |
||
: |
: Any non-empty value supplied to this parameter will have this effect (i.e. {{Para|warning|<span style="color:red">no</span>}} will not work as expected). |
||
; {{Para|2}} <span style="font-weight:normal"> |
; {{Para|2}} <span style="font-weight:normal">(or second unnamed parameter)</span> |
||
: |
: This is optional warning-line text. It will override the standard warning line above; it is not necessary to also use {{Para|warning|yes}} in this case, though doing so is harmless. |
||
; {{Para|left|yes}} |
; {{Para|left|yes}} |
||
: |
: Will align the title along the left margin (in RTL languages, along the right margin instead). |
||
: |
: By default, text is centered, specifically between the left edge of the green box and the left edge of the "show" link. |
||
: |
: Any non-empty value supplied to this parameter will have this effect (i.e. {{Para|left|<span style="color:#8B0000">no</span>}} will not work as expected). |
||
; {{Para|expand|yes}} |
; {{Para|expand|yes}} |
||
: |
: Will leave the material uncollapsed with the border and coloring. Default is to collapse the material. |
||
: |
: Any non-empty value supplied to this parameter will have this effect (i.e. {{Para|expand|<span style="color:#8B0000">no</span>}} will not work as expected). |
||
; {{Para|bg}} |
; {{Para|bg}} |
||
: |
: Sets the background color of the title of the collapsible bar. Defaults to <code>#F8FCFF</code>{{color-sample|1=#F8FCFF}}, a whitish color. Named colors are listed at [[List of colors]]. |
||
: |
: For example, <code><nowiki>{{Collapse top|This is the title text|bg=#008000}}</nowiki></code> or <code><nowiki>{{Collapse top|This is the title text|bg=green}}</nowiki></code> (numeric HTML color codes require the leading <code>#</code>). |
||
; {{Para|fc}} |
; {{Para|fc}} |
||
: |
: Sets the font color of the title of the collapsible bar. Defaults to "black". |
||
: |
: See {{Para|bg}}, above, for details on color options. |
||
; {{Para|border}} |
; {{Para|border}} |
||
: |
: Sets the width of the border line on the collapsed material. Defaults to <code>1px</code>. |
||
: |
: For example, <code><nowiki>{{Collapse top|border=2px}}</nowiki></code>; going much thicker than this is not very useful. |
||
; {{Para|b-color}} |
; {{Para|b-color}} |
||
: |
: Sets the border color. Defaults to <code>silver</code> (<code>#C0C0C0</code>{{color-sample|1=#C0C0C0}}). |
||
: |
: See {{Para|bg}}, above, for details on color options. |
||
; {{Para|padding}} |
; {{Para|padding}} |
||
: |
: Sets the padding (distance from borders) on the collapsed material inside the colored area. Defaults to <code>8px</code>. |
||
; {{Para|width}} |
; {{Para|width}} |
||
: |
: Sets the width of the overall template relative to the page (or a block element containing the collapse box). This should virtually always be given as a percentage, e.g. {{Para|width|50%}}, or in relative <code>em</code> units, e.g. {{Para|width|30em}}. Pixel-based values should be avoided, as they are effectively meaningless – the result will be different depending on each user's browser and local CSS settings (which browser and operating system it is, zoom level, font sizes, etc.). |
||
; {{Para|border2}} |
; {{Para|border2}} |
||
: |
: Sets the properties of the border of the box that appears when template is expanded. Defaults to <code>1px silver</code> (there is no provision to change from a solid line). |
||
: |
: For example, <code><nowiki>{{Collapse top|border2=2px}}</nowiki></code> (only width or color will be changed if only one value is supplied). |
||
: |
: See {{Para|bg}}, above, for details on color options. |
||
; {{Para|bg2}} |
; {{Para|bg2}} |
||
: |
: Sets the background color of the box that appears when template is expanded; defaults to <code>white</code> (<code>#FFF</code>). |
||
: |
: See {{Para|bg}}, above, for details on color options. |
||
; {{Para|indent}} |
; {{Para|indent}} |
||
: |
: Indents the box from the left of the page. Defaults to no indentation. Each <code>:</code> in talk page markup is approximately equivalent to <code>1.6em</code> of indent (e.g., to match <code>::::</code> indentation level, use {{Para|indent|6.4em}}). You can also use a percentage value. |
||
: |
: Pixel-based values should be avoided (see {{Para|width}}, above, for the reason). |
||
| ⚫ | |||
<translate> |
|||
| ⚫ | |||
| ⚫ | |||
</translate> |
|||
| ⚫ | |||
{{Collapse top|This is the title text}} |
{{Collapse top|This is the title text}} |
||
| Line 103: | Line 91: | ||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
* |
* Adding a standard warning line – <syntaxhighlight lang="wikitext" inline>{{Collapse top|This is the title text|warning=true}}</syntaxhighlight> |
||
{{Collapse top|This is the title text|warning=true}} |
{{Collapse top|This is the title text|warning=true}} |
||
| Line 109: | Line 97: | ||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
* |
* Adding a custom warning line – <syntaxhighlight lang="wikitext" inline>{{Collapse top|This is the title text|This is a custom warning line}}</syntaxhighlight> |
||
{{Collapse top|This is the title text|This is a custom warning line}} |
{{Collapse top|This is the title text|This is a custom warning line}} |
||
| Line 115: | Line 103: | ||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
* |
* Aligning box title along left margin – <syntaxhighlight lang="wikitext" inline>{{Collapse top|left=true}}</syntaxhighlight> |
||
{{Collapse top|left=true}} |
{{Collapse top|left=true}} |
||
| Line 121: | Line 109: | ||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
* |
* Changing background color – <syntaxhighlight lang="wikitext" inline>{{Collapse top|bg=#F0F2F5}}</syntaxhighlight> |
||
{{Collapse top|bg=#F0F2F5}} |
{{Collapse top|bg=#F0F2F5}} |
||
| Line 127: | Line 115: | ||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
* |
* Adding extra padding – <syntaxhighlight lang="wikitext" inline>{{Collapse top|padding=5em}}</syntaxhighlight> |
||
{{Collapse top|padding=5em}} |
{{Collapse top|padding=5em}} |
||
| Line 133: | Line 121: | ||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
* |
* Archiving a section – The markup below: |
||
<syntaxhighlight lang="wikitext">{{Collapse top}} |
<syntaxhighlight lang="wikitext">{{Collapse top}} |
||
| Line 140: | Line 128: | ||
{{Collapse bottom}}</syntaxhighlight> |
{{Collapse bottom}}</syntaxhighlight> |
||
<translate> |
|||
<!--T:74--> |
|||
must be rewritten as: |
must be rewritten as: |
||
</translate> |
|||
<syntaxhighlight lang="wikitext">{{Collapse top|Section header}} |
<syntaxhighlight lang="wikitext">{{Collapse top|Section header}} |
||
| Line 149: | Line 134: | ||
{{Collapse bottom}}</syntaxhighlight> |
{{Collapse bottom}}</syntaxhighlight> |
||
<translate> |
|||
<!--T:75--> |
|||
The end result: |
The end result: |
||
</translate> |
|||
{{Collapse top|Section header}} |
{{Collapse top|Section header}} |
||
| Line 158: | Line 140: | ||
{{Collapse bottom}} |
{{Collapse bottom}} |
||
| ⚫ | |||
<translate> |
|||
| ⚫ | |||
</translate> |
|||
{{Collapse top/doc}} |
{{Collapse top/doc}} |
||
| ⚫ | |||
<translate> |
|||
| ⚫ | |||
</translate> |
|||
* {{Tl|Collapse bottom}} |
* {{Tl|Collapse bottom}} |
||
* {{Tl|Hidden archive top}} {{int|and}} {{Tl|Hidden archive bottom}} |
* {{Tl|Hidden archive top}} {{int|and}} {{Tl|Hidden archive bottom}} |
||