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: a24c5fc04e6cf54b

Jump to content

Template:Longitem/testcases

From Wikipedia, the free encyclopedia
Basic longitem use
{{Longitem|Some long text value}}

{{Longitem}}

Some long text value
<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; ">Some long text value</div>

{{Longitem/sandbox}}

Some long text value
<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; ">Some long text value</div>
Longitem with style param
{{Longitem|Some long text value|style=background-color:#aaffaa;}}

{{Longitem}}

Some long text value
<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; background-color:#aaffaa;">Some long text value</div>

{{Longitem/sandbox}}

Some long text value
<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; background-color:#aaffaa;">Some long text value</div>
Longitem with missing 1=
{{Longitem|style=background-color:#aaffaa;}}

{{Longitem}}

display: inline-block; line-height: 1.2em; padding: .1em 0; width: 100%;
display: inline-block; line-height: 1.2em; padding: .1em 0; width: 100%;

{{Longitem/sandbox}}

display: inline-block; line-height: 1.2em; padding: .1em 0; width: 100%;
display: inline-block; line-height: 1.2em; padding: .1em 0; width: 100%;
Longitem with empty 1=
{{Longitem||style=background-color:#aaffaa;}}

{{Longitem}}

<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; background-color:#aaffaa;"></div>

{{Longitem/sandbox}}

<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; background-color:#aaffaa;"></div>