Template:Hidden end

From Second Life Wiki
Jump to navigation Jump to search
Templates End hidden and End hidden section redirect here.
[Edit] [🔄Purge] Template-info.png Template documentation

a TemplateStyles not installed on the Second Life Wiki!

This documentation is shared by {{Hidden begin}} and {{Hidden end}}.

exclamation mark

Note: This template is used on a lot of pages. In order not to put too much load on the servers, edits should be kept to a bare minimum.
Please discuss proposed changes on the talk page first.
Editing a template causes all pages that use the template to be re-rendered. If the Template is used often, this can put a lot of load on the servers since it fills up the job queue. [statistics]

Do not use this template to hide content in articles. This violates the "Wikipedia logo"WP:Manual of Style § Scrolling lists and collapsible content and "Wikipedia logo"WP:Accessibility guidelines. This template is intended for use in pages in "Wikipedia logo"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 "Wikipedia logo"TemplateData for this template used by TemplateWizard, "Wikipedia logo"VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Hidden end

{
	"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"
			]
		},
		"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"
}

Examples

The following are examples with commonly used parameters

Example 1

{{Hidden begin|title=Example title}}
* Example text 1
* Example text 2
{{Hidden end}}
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}}
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}}
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}}
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}}
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}}
Example title
  • Example text 1
  • Example text 2

See also