Відмінності між версіями «Шаблон:Collapse top»

Матеріал з Electronic Encyclopedia of Lviv Polytechnic
Перейти до: навігація, пошук
(Створена сторінка: <noinclude> <languages /> </noinclude>{{#switch:<translate></translate> | = <div style="display:{{{display|block}}}; margin-{{dir|{{pagelang}}|right|left}}:{{{i...)
 
(Сторінка очищена)
 
Рядок 1: Рядок 1:
<noinclude>
 
<languages />
 
</noinclude>{{#switch:<translate></translate>
 
| =
 
<div style="display:{{{display|block}}}; margin-{{dir|{{pagelang}}|right|left}}:{{{indent|0px}}}; {{{extrastyle|}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section-->
 
<table class="navbox mw-collapsible {{#if:{{{expand|}}}||mw-collapsed}}" style="background:{{{bg1|transparent}}}; text-align:{{dir|{{pagelang}}|right|left}}; border:{{{border|1px}}} solid {{{b-color|silver}}}; margin-top:0.2em; {{#if:{{{width|}}}|width:{{{width}}};}}">
 
<tr>
 
<th style="background-color:{{{bg|#F8FCFF}}}; text-align:{{#if:{{{left|}}}|{{dir|{{pagelang}}|right|left}}|center}}; font-size:112%; color:{{{fc|black}}}">{{{1|{{{title|{{{reason|{{{header|{{{heading|<translate><!--T:1--> Extended content</translate>}}} }}} }}} }}} }}}
 
{{#if:{{{warning|{{{2|}}}}}}
 
|</th>
 
  </tr><tr>
 
  <td style="text-align:center; font-style:italic">{{{2|<translate><!--T:2--> The following is a closed debate.</translate> {{strong|1=<translate><!--T:3--> Please do not modify it.</translate>}}|style=color:red}}}</td>
 
|</th>
 
}}
 
</tr><tr>
 
<td style="border:solid {{{border2|1px silver}}}; padding:{{{padding|8px}}}; background-color:{{{bg2|white}}}; font-size:112%">
 
| #default=
 
  {{#invoke:Template translation|renderTranslatedTemplate|template=Template:Collapse top|noshift=1}}
 
}}<noinclude>
 
<div style="width:100%; text-align:center">''<translate><!--T:4--> The following content has been placed in a collapsed box for improved usability.</translate>''</div>
 
{{Collapse bottom}}
 
{{Documentation|content=
 
  
The {{tlx|collapse top}} template, and its paired template {{tlx|collapse bottom}}, are used for placing a collapse box around a talk page discussion.
 
 
<translate>
 
== Usage == <!--T:8-->
 
</translate>
 
Place {{tlx|collapse top}} and {{tlx|collapse bottom}} around the text to be collapsed. For example:
 
 
<pre>{{collapse top|title=This is the title text}}
 
Sample contents text
 
{{collapse bottom}}</pre>
 
produces:
 
{{collapse top|title=This is the title text}}
 
Sample contents text
 
{{collapse bottom}}
 
 
{{tlx|collapse bottom}} should always be placed on its own line.
 
 
<translate>
 
== Parameters == <!--T:9-->
 
</translate>
 
This template takes the following parameters, all of which are optional. They are case-sensitive. Those that take CSS measurements require them in CSS format (e.g. <code style="color: #006400;">1em</code> not <code  style="color: #8B0000;">1&nbsp;em</code>.
 
 
;{{para|1}}, {{para|title}}, {{para|reason}}, {{para|header}}, {{para|heading}} <span style="font-weight: normal;">, or first unnamed parameter</span>: 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}}: Will display a default warning line under the main title which reads "The following is a closed debate. {{strong|Please do not modify it.|style="color:red"}}" Any value supplied to this parameter will have this effect (i.e. {{para|warning|<span style="color:#8B0000">no</span>}} will not work as expected).
 
;{{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}}: 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 value will enable this parameter (i.e. {{para|left|<span style="color:#8B0000">no</span>}} will not work as expected)
 
;{{para|expand|yes}}: Will leave the material uncollapsed with the border and coloring. Default is to collapse the material. Any value will have this effect (i.e. {{para|expand|<span style="color:#8B0000">no</span>}} will not work as expected).
 
;{{para|bg}}: Sets the background color of the title of the collapsible bar. Defaults to "#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> (HTML color codes require the leading <code>#</code>).
 
;{{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}}: 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}}: Sets the border color. defaults to <code>silver</code> (<code>#C0C0C0</code>). See {{para|bg}}, above, for details on color options.
 
;{{para|padding}}: Sets the padding (distance from borders) on the collapsed material inside the colored area. Defaults to <code>8px</code>.
 
;{{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 <samp>em</samp> 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}}: 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}}: Sets the background color of the box that appears when template is expanded; defaults to <code>White</code> (<code>#FFFFFF</code>). See {{para|bg}}, above, for details on color options.
 
;{{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 why).
 
 
<translate>
 
== Examples == <!--T:10-->
 
</translate>
 
* Adding a box title (if omitted, default is 'Extended content') – <code><nowiki>{{collapse top|This is the title text}}</nowiki></code>
 
{{collapse top|This is the title text}}
 
{{lorem ipsum}}
 
{{collapse bottom}}
 
* Adding a standard warning line – <code><nowiki>{{collapse top|This is the title text|warning=true}}</nowiki></code>
 
{{collapse top|This is the title text|warning=true}}
 
{{lorem ipsum}}
 
{{collapse bottom}}
 
* Adding a custom warning line – <code><nowiki>{{collapse top|This is the title text|This is a custom warning line}}</nowiki></code>
 
{{collapse top|This is the title text|This is a custom warning line}}
 
{{lorem ipsum}}
 
{{collapse bottom}}
 
* Aligning box title along left margin – <code><nowiki>{{collapse top|left=true}}</nowiki><!-- or {{collapse top|left=true}}--><nowiki></nowiki></code>
 
{{collapse top|left=true}}
 
{{lorem ipsum}}
 
{{collapse bottom}}
 
* Changing background color – <code><nowiki>{{collapse top|bg=#F0F2F5}}</nowiki></code>
 
{{collapse top|bg=#F0F2F5}}
 
{{lorem ipsum}}
 
{{collapse bottom}}
 
* Adding extra padding – <code><nowiki>{{collapse top|padding=5em}}</nowiki></code>
 
{{collapse top|padding=5em}}
 
{{lorem ipsum}}
 
{{collapse bottom}}
 
* Archiving a section: the markup below:
 
<pre>{{collapse top}}
 
==Section header==
 
Sample contents text
 
{{collapse bottom}}</pre>
 
must be rewritten as:
 
<pre>{{collapse top|Section header}}
 
Sample contents text
 
{{collapse bottom}}</pre>
 
The end result:
 
{{collapse top|Section header}}
 
Sample contents text
 
{{collapse bottom}}
 
 
== TemplateData ==
 
{{Collapse top/doc}}
 
 
<translate>
 
== See also == <!--T:11-->
 
</translate>
 
* {{tl|collapse bottom}}
 
* {{tl|hidden archive top}} and {{tl|hidden archive bottom}}
 
* {{tl|hidden begin}} and {{tl|hidden end}}
 
* {{tl|hidden}}}
 
 
[[Category:Formatting templates{{#translation:}}]]
 
}}
 
 
</noinclude>
 

Поточна версія на 01:04, 25 вересня 2020