Template:Hidden begin/doc: Difference between revisions
{{used in system}} |
m 1 revision imported |
(No difference)
|
Latest revision as of 18:15, 10 May 2025
![]() | This is a documentation subpage for Template:Hidden begin. It may contain usage information, categories and other content that is not part of the original template page. |
Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.
![]() | This template is used in system messages, and on approximately 352,000 pages, or roughly 75053% of all pages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
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
<syntaxhighlight lang="wikitext" style="overflow:auto;">
</syntaxhighlight>
Template data
TemplateData for Hidden begin
<templatedata> { "params": { "showhide": { "aliases": [ "toggle" ], "label": "Show / Hide", "description": "Set to \"left\" (without speechmarks) to switch the [show/hide] link's position from the righthand end of the titlebar (default) to the left.", "type": "string", "suggestedvalues": [ "left" ] }, "expanded": { "label": "Expanded", "description": "Set to any value (\"true\", \"yes\", etc.) to switch the hidden section's initial state from collapsed (hidden) to expanded (visible).", "type": "string", "suggestedvalues": [ "yes", "true" ] }, "class": { "label": "Class", "description": "Add additional class attributes affecting the entire template.", "type": "string" }, "width": { "label": "Width", "description": "Specify a width for the template.", "example": "width=20%", "type": "string", "default": "100%" }, "border": { "label": "Border", "description": "Add a border to the template", "example": "1px solid black", "type": "string" }, "bgcolor": { "label": "Background color", "description": "Specify the background color for the template.", "example": "#CCF", "type": "string" }, "style": { "label": "Style", "description": "Add additional style attributes affecting the entire template.", "example": "font-size:110%;", "type": "string" }, "ta1": { "label": "Title text align", "description": "Specify the text-align property for the title.", "example": "center", "type": "string", "suggestedvalues": [ "center", "right", "left" ], "default": "left" }, "titlebgcolor": { "label": "Title background color", "description": "Specify the background color for the title.", "example": "#CCF", "type": "string" }, "titlestyle": { "label": "Title style", "description": "Add additional style attributes affecting the title.", "example": "font-size:110%;", "type": "string" }, "title": { "aliases": [ "header" ], "label": "Title", "description": "Text shown in titlebar.", "type": "string" }, "ta2": { "label": "Content text align", "description": "Specify the text-align property for the content.", "example": "center", "type": "string", "suggestedvalues": [ "center", "right", "left" ], "default": "left" }, "contentbgcolor": { "label": "Content background color", "description": "Specify the background color for the content .", "example": "#CCF", "type": "string" }, "contentstyle": { "aliases": [ "bodystyle" ], "label": "Content style", "description": "Add additional style attributes affecting the content.", "example": "font-size:110%;", "type": "string" } }, "description": "This template creates a dynamic navigation box which is initially collapsed by default.", "format": "inline" } </templatedata>
Examples
The following are examples with commonly used parameters
Example 1
<syntaxhighlight lang="wikitext" style="overflow:auto;">
- Example text 1
- Example text 2
</syntaxhighlight>
- Example text 1
- Example text 2
Example 2
<syntaxhighlight lang="wikitext" style="overflow:auto;">
- Example text 1
- Example text 2
</syntaxhighlight>
- Example text 1
- Example text 2
Example 3
<syntaxhighlight lang="wikitext" style="overflow:auto;">
- Example text 1
- Example text 2
</syntaxhighlight>
- Example text 1
- Example text 2
Example 4
<syntaxhighlight lang="wikitext" style="overflow:auto;">
- Example text 1
- Example text 2
</syntaxhighlight>
- Example text 1
- Example text 2
Example 5
<syntaxhighlight lang="wikitext" style="overflow:auto;">
- Example text 1
- Example text 2
</syntaxhighlight>
- Example text 1
- Example text 2
Example 6
<syntaxhighlight lang="wikitext" style="overflow:auto;">
- Example text 1
- Example text 2
</syntaxhighlight>
- Example text 1
- Example text 2
See also
- {{Hidden}}