Difference between revisions of "Template:Divhide/testcases"
imported>DePiep |
imported>DePiep |
||
| Line 2: | Line 2: | ||
==if preview== | ==if preview== | ||
:{{para|show|preview}}: will show in preview only. | :{{para|show|preview}}: will show in preview only. | ||
| + | : {{tl|divhide/sandbox}} | ||
;show=preview | ;show=preview | ||
| − | {{divhide|Test|show=preview}} | + | {{divhide/sandbox|Test|show=preview}} |
These are the hidden contents. | These are the hidden contents. | ||
Only show when in preview. | Only show when in preview. | ||
| Line 9: | Line 10: | ||
;show=yes | ;show=yes | ||
| − | {{divhide|Test|show=yes}} | + | {{divhide/sandbox|Test|show=yes}} |
These are the hidden contents. | These are the hidden contents. | ||
{{divhide|end}} | {{divhide|end}} | ||
;test show=foo | ;test show=foo | ||
| + | {{divhide/sandbox|Test|show=foo}} | ||
| + | These are the hidden contents. | ||
| + | {{divhide|end}} | ||
| + | |||
| + | ;test show=foo notsandbox | ||
{{divhide|Test|show=foo}} | {{divhide|Test|show=foo}} | ||
These are the hidden contents. | These are the hidden contents. | ||
{{divhide|end}} | {{divhide|end}} | ||
| − | |||
== Usage == | == Usage == | ||
Latest revision as of 16:03, 15 February 2019
| This is the template test cases page for the sandbox of Template:Divhide. Script error: No such module "Purge". to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki, see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins with these links: |
Contents
if preview
|show=preview: will show in preview only.- {{divhide/sandbox}}
- show=preview
These are the hidden contents. Only show when in preview.
- show=yes
These are the hidden contents.
- test show=foo
These are the hidden contents.
- test show=foo notsandbox
These are the hidden contents.
Usage
- (from /doc page)
This template will allow you to collapse a section of a page. The first parameter is the title of the collapse section, and the second (optional parameter) is the width. To close the section, use {{divhide|end}}.
1st parameter
The first unnamed parameter is used at the top for the title and at the bottom to mark the end of the hidden section.
{{divhide|Test}}
These are the hidden contents.
{{divhide|end}}
These are the hidden contents.
2nd parameter
The second unnamed parameter is used to specify the width.
{{divhide|Half test|50%}}
These are the hidden contents, and the box only takes up 50% of the page.
{{divhide|end}}
These are the hidden contents, and the box only takes up 50% of the page.
width parameter
The width parameter may be used to specify the width.
{{divhide|Width test|width=75%}}
These are the hidden contents, and the box only takes up 75% of the page.
{{divhide|end}}
These are the hidden contents, and the box only takes up 75% of the page.
show parameter
The parameter |show=yes may be used to show the contents by default.
{{divhide|Show test|show=yes}}
This section is shown by default.
{{divhide|end}}
This section is shown by default.
color parameter
The color parameter may be used to specify the background color.
{{divhide|Color test|color=#90EE90}}
The header of this section has different background color.
{{divhide|end}}
The header of this section has different background color.