Content deleted Content added
Created page with "{{hidden begin|toggle={{{showhide|}}}{{{toggle|}}}|expanded={{{expand|{{{expanded|}}}}}}|class={{{class|}}}|border={{{border|none}}}|style={{{style|{{{css|}}}}}} |bg1={{{bg1|t..."
 
(No difference)

އެންމެ ފަހުން ގެނެވުނު ބަދަލު 06:18, 5 ޖޫން 2018

Documentation icon ފަންވަތް ޑޮކިއުމަންޓޭޝަން[view] [edit] [history] [ޕާރޖް]

ފަންވަތް:Collapse Templates

This template creates a dynamic navigation box using style sheet declarations in މީޑިއާވިކީ:Common.css and Javascript code in މީޑިއާވިކީ:Common.js. In a saved, rendered page this template creates a clickable link that toggles between [show] and [hide]. It displays the first parameter (the heading) with a [show] link on the right. If [show] is clicked by the user, it displays the second parameter (the body) below the heading and the [show] link becomes [hide]. Clicking on [hide] then hides the body and the [hide] link becomes [show] again.

The template does not provide a parameter to designate whether the link starts at a show or hide state. If this template is nested in another, the show/hide links in the hidden content keep their state; there is no parameter for collapse all or reveal all.

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.

Usage އުނިއިތުރު ގެންނަވާ

Full syntax އުނިއިތުރު ގެންނަވާ

{{Hidden
| expanded=true  <!--(omit for initial hidden state)-->
| style = 
| headerstyle = 
| header = 
| contentstyle = 
| content =

|fw1= |fw2= |bg1= |bg2= |ta1= |ta2=
}}

Parameters އުނިއިތުރު ގެންނަވާ

Only two parameters are required for this template:

header
text for header (title); alternative to using unnamed parameter {{{1}}}
content
text for body (content); alternative to using unnamed parameter {{{2}}}

Optional އުނިއިތުރު ގެންނަވާ

style
CSS styling for template overall.
headerstyle
CSS styling for title (header).
contentstyle
CSS styling for the hidden content.
expanded
any nonblank value (e.g. |expanded=on) will cause the template to be initially expanded by default.
multiline
any nonblank value (e.g. |multline=y) will reduce the line-height of the title and add some padding to avoid overlap with the show/hide button.

Note: This template will not respect the user preference "justify paragraphs".

Examples އުނިއިތުރު ގެންނަވާ

Basic އުނިއިތުރު ގެންނަވާ

In this example only the two required parameters are specified.

ފަންވަތް:Rh | Code
{{hidden|Title text here|Body text line 1<br/>Body text line 2}}
ފަންވަތް:Rh | Result {{ފަންވަތް:PAGENAMETDOC|Title text here|Body text line 1
Body text line 2}}

Header background އުނިއިތުރު ގެންނަވާ

ފަންވަތް:Rh | Code
{{hidden
|Title text here
|Body text line 1<br/>Body text line 2
|headerstyle=background:#ccccff
|style=text-align:center;
}}
ފަންވަތް:Rh | Result {{ފަންވަތް:PAGENAMETDOC|Title text here|Body text line 1
Body text line 2|headerstyle=background:#ccccff|style=text-align:center;}}

CSS އުނިއިތުރު ގެންނަވާ

ފަންވަތް:Rh | Code
{{hidden
| style = border:1px dashed red; width: 50%;
| headerstyle = background: #ccccff; font-size: 110%;
| contentstyle = text-align: center; color:green;
| header = Title text here
| content = Body text line 1<br />Body text line 2<br />Body text line 3
}}
ފަންވަތް:Rh | Result

{{ފަންވަތް:PAGENAMETDOC

style = border:1px dashed red; width: 50%; headerstyle = background: #ccccff; font-size: 110%; contentstyle = text-align: center; color:green; header = Title text here content = Body text line 1
Body text line 2
Body text line 3

}}

Issues އުނިއިތުރު ގެންނަވާ

Show/hide button overlap އުނިއިތުރު ގެންނަވާ

With ta1=right or a long header, the header may overlap the show/hide button:

ފަންވަތް:Xpd2ފަންވަތް:Xpd/

ފަންވަތް:Clr

Possible workaround is to use |multiline=y:

"{{hidden|multiline=y|Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.|def}}" gives "{{ފަންވަތް:PAGENAMETDOC|multiline=y|Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.|def}}"

Example with long header

{{ފަންވަތް:PAGENAMETDOC|abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc |def}}

ފަންވަތް:Clr

Above example with workaround:

"{{hidden|multiline=y|abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc |def}}" gives "{{ފަންވަތް:PAGENAMETDOC|multiline=y|abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc |def}}"

Sections އުނިއިތުރު ގެންނަވާ

Sections included inside a hidden block result in broken anchors in the table of contents at the top of the page. ފަންވަތް:Hidden begin/sandbox

You can't get here from the table of contents އުނިއިތުރު ގެންނަވާ

Tracking category އުނިއިތުރު ގެންނަވާ

See also އުނިއިތުރު ގެންނަވާ

Supporting templates:

Similar templates:

ފަންވަތް:Sandbox other