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

Jump to content

Template:Grid list/doc

From Wikipedia, the free encyclopedia

Grid list is for when you want your list to be in a grid, "oriented" from left to right, then top to bottom.

Usage

[edit]
{{sidebar
|content1={{Grid list|columns=2|foo|bar|baz|qux|quux}}
}}

Parameters

[edit]
n
Item to place in the list
columns
Number of columns. Required parameter to get any columns. Works only above 640px (width constraint is for mobile support). Currently only works with the value 2. "Automatic" columns may be supported at some point, see CSS tricks, so extending this too much probably doesn't make a ton of sense.

Difference from other templates

[edit]
{{aligned table}}
Use when a table is the semantic you want to provide (such as in {{History of Chad}}). See also WP:ACCESS.
{{div col}}
Use when you want the items to proceed top to bottom then left to right.
{{flex list}}
Use when you don't really care how many end up in a row. See also basically any other Module:List template as found at {{HTML lists}}.