Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Peter Rudolfsen edited this page Mar 27, 2013 · 3 revisions

Description

A block is an element that flows through the different regions on a page (think of a region as a column). These elements flow in the same order as they appear in the original article. When there's no more room in a region, it simply flows into the next one.

While figures have specific positions in templates, blocks flow naturally without having to worry about where they end up.

Examples

Typical examples of blocks are paragraphs, factboxes, quotes, etc.

<p>I am a block</p>
<blockquote>I am a block as well</blockquote>
Clone this wiki locally