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.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a24b711b38faa691

Jump to content

Template:Clade box/doc

From Wikipedia, the free encyclopedia

Create a simple collapsable box to display large cladograms.

Usage

[edit]
{{clade box
|caption = Title or caption
|text = This text is not collapsible; but the next div element is collapsible and hidden by default:
|color=#F0F2F5
|border=solid 1px #aaa
|width=100%
|content={{clade 
         |label1=Label 
         |1={{clade 
            |1=Leaf1 
            |2=Leaf2 
            }} 
         }}
}}
Title or caption
This text is not collapsible; but the next div element is collapsible and hidden by default:
Label

Leaf1

Leaf2

Parameters

  • |caption= caption to include in box header
  • |color= background color for box header (default: #F0F2F5)
  • |border= CSS properties of box border (default: solid 1px #aaa)
  • |width= width of box (default: 100%)
  • |show= if parameter present the initial state of the box is expanded (default: collapsed)
  • |content= the content of the box (usually a large cladogram)
  • |text= text to show in the box before the collapsed content