Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template:Divhide/testcases

From Wikipedia, the free encyclopedia

if preview

[edit]
|show=preview: will show in preview only.
{{divhide/sandbox}}
show=preview
Test

These are the hidden contents. Only show when in preview.

show=yes
Test

These are the hidden contents.

test show=foo
Test

These are the hidden contents.

test show=foo notsandbox
Test

These are the hidden contents.

Usage

[edit]
(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

[edit]

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}}
Test

These are the hidden contents.

2nd parameter

[edit]

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}}
Half test

These are the hidden contents, and the box only takes up 50% of the page.

width parameter

[edit]

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}}
Width test

These are the hidden contents, and the box only takes up 75% of the page.

show parameter

[edit]

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}}
Show test

This section is shown by default.

color parameter

[edit]

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}}
Color test

The header of this section has different background color.