Template:Column: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
(Created template)
 
mNo edit summary
Line 1: Line 1:
<span style="-moz-column-count: {{{num|2}}}; -moz-column-gap: {{{gap|}}}px; -webkit-column-count: {{{num|2}}}; -webkit-column-gap: {{{gap|}}}px; column-count: {{{num|2}}}; column-gap: {{{gap|}}}px; {{{style|}}}">{{{content|}}}</span><noinclude>
<div style="-moz-column-count: {{{num|2}}}; -moz-column-gap: {{{gap|}}}px; -webkit-column-count: {{{num|2}}}; -webkit-column-gap: {{{gap|}}}px; column-count: {{{num|2}}}; column-gap: {{{gap|}}}px; {{{style|}}}">{{{content|}}}</div><noinclude>
==Purpose==
==Purpose==
This template breaks content apart into a specified number of columns.
This template breaks content apart into a specified number of columns.

Revision as of 09:39, February 2, 2012

Purpose

This template breaks content apart into a specified number of columns.

Usage

{{Column
|num=
|gap=
|style=
|content=
}}
  • num — The number of columns to split the content into. (Optional - 2)
  • gap — The size of the gap between columns (Optional )
  • style — Any desired styling options. (Optional )
  • content — The content to split into columns (Optional )