<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Help%3AColumns</id>
	<title>Help:Columns - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Help%3AColumns"/>
	<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Help:Columns&amp;action=history"/>
	<updated>2026-04-25T14:47:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.org/index.php?title=Help:Columns&amp;diff=6006653&amp;oldid=prev</id>
		<title>Prab: CSV import</title>
		<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Help:Columns&amp;diff=6006653&amp;oldid=prev"/>
		<updated>2024-08-13T15:06:45Z</updated>

		<summary type="html">&lt;p&gt;CSV import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Help}}&lt;br /&gt;
{{Wikipedia how to}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Help:Columns&amp;#039;&amp;#039;&amp;#039; is a guide on how to effectively use and manage columns in [[MediaWiki]] articles. Columns are used to organize and present content in a structured manner, which can enhance the readability and aesthetic appeal of a page. This article provides instructions on creating and customizing columns using various methods supported by MediaWiki.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Columns in MediaWiki can be created using different techniques, each suitable for specific types of content and user preferences.&lt;br /&gt;
&lt;br /&gt;
=== CSS Columns ===&lt;br /&gt;
The most common method to create columns in MediaWiki is through CSS. This approach is flexible and allows for responsive design that adapts to different screen sizes.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;column-count: 2; column-gap: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
* Item 1&lt;br /&gt;
* Item 2&lt;br /&gt;
* Item 3&lt;br /&gt;
* Item 4&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This code will split the content into two columns with a gap of 20 pixels between them.&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;br /&gt;
Another method to create columns is by using templates specifically designed for this purpose. Templates such as {{tl|Columns-list}} and {{tl|Div col}} can be used to automatically divide content into columns.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example using {{tl|Div col}}:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Div col|cols=3}}&lt;br /&gt;
* Item 1&lt;br /&gt;
* Item 2&lt;br /&gt;
* Item 3&lt;br /&gt;
* Item 4&lt;br /&gt;
{{Div col end}}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create a three-column layout for the list items.&lt;br /&gt;
&lt;br /&gt;
== Customization ==&lt;br /&gt;
Customization of columns can be done by adjusting the CSS properties. Users can modify the number of columns, the gap between columns, and the rule (or line) that appears between them.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;CSS Properties:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;column-count&amp;#039;&amp;#039;&amp;#039; - defines the number of columns.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;column-gap&amp;#039;&amp;#039;&amp;#039; - sets the gap between columns.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;column-rule&amp;#039;&amp;#039;&amp;#039; - adds a line between columns.&lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
When using columns, it is important to consider the readability and accessibility of the content. Columns should be used judiciously to enhance the layout without compromising the user experience.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Help:Editing]]&lt;br /&gt;
* [[Help:Formatting]]&lt;br /&gt;
* [[MediaWiki]]&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki help]]&lt;br /&gt;
[[Category:Formatting]]&lt;br /&gt;
&lt;br /&gt;
{{Wikipedia help pages}}&lt;br /&gt;
{{medicine-stub}}&lt;/div&gt;</summary>
		<author><name>Prab</name></author>
	</entry>
</feed>