Шаблон:Hidden begin/doc

Материал из wikixw
Перейти к навигации Перейти к поиску

Ошибка Lua в Модуль:TNT на строке 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.

Do not use this template to hide content in articles. This violates the WP:Manual of Style § Scrolling lists and collapsible content and WP:Accessibility guidelines. This template is intended for use in pages in namespaces other than the article namespace.

Note: This template does not hide anything for mobile users (phab:T111565).

Syntax[править]

{{Hidden begin
| showhide       = <!--"left", otherwise omit-->
| expanded       = <!--"true", "on", yes", etc, otherwise omit-->
| class          = 
| width          = 
| border         = 
| bgcolor        = <!--background color for both the title and content-->
| style          = 
| ta1            = 
| titlebgcolor   = <!--background color for the title-->
| titlestyle     = 
| title          = 
| ta2            = 
| contentbgcolor = <!--background color for the content-->
| contentstyle   = 
}}
<!----[content to be hidden placed here]---->
{{Hidden end}}

Template data[править]

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Hidden begin in articles based on its TemplateData.

TemplateData for Hidden begin

This template creates a dynamic navigation box which is initially collapsed by default.

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

Шаблон использует строчное форматирование параметров.

ПараметрОписаниеТипСтатус
Show / Hideshowhide toggle

Set to "left" (without speechmarks) to switch the [show/hide] link's position from the righthand end of the titlebar (default) to the left.

Предлагаемые значения
left
Строковый (без форматирования)необязательный
Expandedexpanded

Set to any value ("true", "yes", etc.) to switch the hidden section's initial state from collapsed (hidden) to expanded (visible).

Предлагаемые значения
yes true
Строковый (без форматирования)необязательный
Classclass

Add additional class attributes affecting the entire template.

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

Specify a width for the template.

По умолчанию
100%
Пример
width=20%
Строковый (без форматирования)необязательный
Borderborder

Add a border to the template

Пример
1px solid black
Строковый (без форматирования)необязательный
Background colorbgcolor

Specify the background color for the template.

Пример
#CCF
Строковый (без форматирования)необязательный
Stylestyle

Add additional style attributes affecting the entire template.

Пример
font-size:110%;
Строковый (без форматирования)необязательный
Title text alignta1

Specify the text-align property for the title.

Предлагаемые значения
center right left
По умолчанию
left
Пример
center
Строковый (без форматирования)необязательный
Title background colortitlebgcolor

Specify the background color for the title.

Пример
#CCF
Строковый (без форматирования)необязательный
Title styletitlestyle

Add additional style attributes affecting the title.

Пример
font-size:110%;
Строковый (без форматирования)необязательный
Titletitle header

Text shown in titlebar.

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

Specify the text-align property for the content.

Предлагаемые значения
center right left
По умолчанию
left
Пример
center
Строковый (без форматирования)необязательный
Content background colorcontentbgcolor

Specify the background color for the content .

Пример
#CCF
Строковый (без форматирования)необязательный
Content stylecontentstyle bodystyle

Add additional style attributes affecting the content.

Пример
font-size:110%;
Строковый (без форматирования)необязательный

Examples[править]

The following are examples with commonly used parameters

Example 1[править]

{{Hidden begin|title=Example title}}
* Example text 1
* Example text 2
{{Hidden end}}

Страница Шаблон:Hidden begin/styles.css не имеет содержания.

Example title
  • Example text 1
  • Example text 2

Example 2[править]

{{Hidden begin|title=Example title|width=50%|border=1px solid black}}
* Example text 1
* Example text 2
{{Hidden end}}

Страница Шаблон:Hidden begin/styles.css не имеет содержания.

Example title
  • Example text 1
  • Example text 2

Example 3[править]

{{Hidden begin|title=Example title|bgcolor=pink|titlebgcolor=#CCF|contentbgcolor=skyblue}}
* Example text 1
* Example text 2
{{Hidden end}}

Страница Шаблон:Hidden begin/styles.css не имеет содержания.

Example title
  • Example text 1
  • Example text 2

Example 4[править]

{{Hidden begin|title=Example title|titlebgcolor=pink|ta1=center|ta2=right}}
* Example text 1
* Example text 2
{{Hidden end}}

Страница Шаблон:Hidden begin/styles.css не имеет содержания.

Example title
  • Example text 1
  • Example text 2

Example 5[править]

{{Hidden begin|title=Example title|titlebgcolor=#98FB98|showhide=left}}
* Example text 1
* Example text 2
{{Hidden end}}

Страница Шаблон:Hidden begin/styles.css не имеет содержания.

Example title
  • Example text 1
  • Example text 2

Example 6[править]

{{Hidden begin|title=Example title|titlebgcolor=#FFEBCD|expanded=yes}}
* Example text 1
* Example text 2
{{Hidden end}}

Страница Шаблон:Hidden begin/styles.css не имеет содержания.

Example title
  • Example text 1
  • Example text 2

See also[править]