Template:Column width

From Tenebrous Isles
Revision as of 03:36, 19 March 2017 by Loa (talk | contribs) (Created page with "<includeonly><div style="column-width: {{{1|8em}}}; -moz-column-width: {{{1|8em}}}; -webkit-column-width: {{{1|8em}}};">{{{2}}}</div></includeonly><noinclude>This template all...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This template allows for easier specification of in-content structure oriented columnar styling, much like is often present in newspaper layouts. Unlike Template:Column, it offers constrainment by column minimum width. Usage is like:


 {{column width | 8em |
 Paragraphs or lists and such go here.
 }}

Be sure not to indent the content inside, or it will be put inside a pre-formatted block, just as it would outside the template.