Difference between revisions of "Template:Column width"

From Tenebrous Isles
Jump to: navigation, search
(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...")
(No difference)

Revision as of 03:36, 19 March 2017

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.