<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nb">
	<id>https://www.wikisida.no/index.php?action=history&amp;feed=atom&amp;title=Mal%3AMulticol</id>
	<title>Mal:Multicol - Sideversjonshistorikk</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikisida.no/index.php?action=history&amp;feed=atom&amp;title=Mal%3AMulticol"/>
	<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Mal:Multicol&amp;action=history"/>
	<updated>2026-05-05T18:31:57Z</updated>
	<subtitle>Versjonshistorikk for denne siden på wikien</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.wikisida.no/index.php?title=Mal:Multicol&amp;diff=49359&amp;oldid=prev</id>
		<title>Wikisida: Én sideversjon ble importert</title>
		<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Mal:Multicol&amp;diff=49359&amp;oldid=prev"/>
		<updated>2026-02-25T06:14:07Z</updated>

		<summary type="html">&lt;p&gt;Én sideversjon ble importert&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;nb&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Eldre sideversjon&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Sideversjonen fra 25. feb. 2026 kl. 06:14&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;nb&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Ingen forskjell)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key c1wiki:diff:1.41:old-49358:rev-49359 --&gt;
&lt;/table&gt;</summary>
		<author><name>Wikisida</name></author>
	</entry>
	<entry>
		<id>https://www.wikisida.no/index.php?title=Mal:Multicol&amp;diff=49358&amp;oldid=prev</id>
		<title>nb&gt;Jon Harald Søby: legger til klasse «ugrei_tabell»</title>
		<link rel="alternate" type="text/html" href="https://www.wikisida.no/index.php?title=Mal:Multicol&amp;diff=49358&amp;oldid=prev"/>
		<updated>2023-11-14T22:41:25Z</updated>

		<summary type="html">&lt;p&gt;legger til klasse «ugrei_tabell»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Ny side&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div&amp;gt;&amp;lt;!-- Do not remove this DIV: it prevents the Wiki code from inserting an extra linebreak above this table. --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;ugrei_tabell&amp;quot; width=&amp;quot;{{{1|100%}}}&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;background-color:transparent;table-layout:fixed;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&amp;lt;div style=&amp;quot;margin-right:{{{2|20px}}};&amp;quot;&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{tl|Multicol}} is used to start a multi-column section of a page. Between each block of column text insert &amp;lt;code&amp;gt;{{tl|Multicol-break}}&amp;lt;/code&amp;gt; and close the last column with &amp;lt;code&amp;gt;{{tl|Multicol-end}}&amp;lt;/code&amp;gt;. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 {{Multicol}}&lt;br /&gt;
 This text appears in the first column.&lt;br /&gt;
 {{Multicol-break}}&lt;br /&gt;
 This text appears in the second column.&lt;br /&gt;
 {{Multicol-break}}&lt;br /&gt;
 This text appears in the third column.&lt;br /&gt;
 {{Multicol-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can have any number of columns. Each column will be the same width, equally dividing the available horizontal space. Each column has a small right margin (20 pixels), creating a &amp;quot;gutter&amp;quot; that prevents text in one column from touching text in the column to its right. See [[User:Franl|franl]]&amp;#039;s user page for examples of how this template can be used.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
This template has two optional parameters: the overall width of the set of columns and the width of the gutter.  The overall width of the set of columns can be an absolute value (e.g., &amp;lt;code&amp;gt;40em&amp;lt;/code&amp;gt;) or a percentage of the available page width (e.g., &amp;lt;code&amp;gt;50%&amp;lt;/code&amp;gt;). This parameter defaults to &amp;lt;code&amp;gt;100%&amp;lt;/code&amp;gt;. For example, to create a multi-column section that is only 50% the width of the page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 {{Multicol|50%}}&lt;br /&gt;
 This text appears in the first column.&lt;br /&gt;
 {{Multicol-break}}&lt;br /&gt;
 This text appears in the second column.&lt;br /&gt;
 {{Multicol-break}}&lt;br /&gt;
 This text appears in the third column.&lt;br /&gt;
 {{Multicol-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The multi-column region is always positioned on the left side of the containing block. To change this, place the above Wikitext in a &amp;lt;code&amp;gt;[[DIV (HTML tag)|DIV]]&amp;lt;/code&amp;gt; block that has the [[Cascading Style Sheet|CSS]] attribute &amp;lt;code&amp;gt;text-align&amp;lt;/code&amp;gt; set to either &amp;lt;code&amp;gt;center&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;right&amp;lt;/code&amp;gt;, like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;div style=&amp;quot;text-align:center;&amp;quot;&amp;gt;{{center|&lt;br /&gt;
 {{Multicol|50%}}&lt;br /&gt;
 ...&lt;br /&gt;
 {{Multicol-end}}&lt;br /&gt;
 }}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related templates ==&lt;br /&gt;
The templates {{tl|Col-begin}} and friends do something similar to this template and its friends, but this template may be easier to use. Each of the following examples produce the same result (a 3-column table in which all columns have equal width):&lt;br /&gt;
&lt;br /&gt;
{{Multicol|50%}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 {{Multicol}}&lt;br /&gt;
 Column 1&lt;br /&gt;
 {{Multicol-break}}&lt;br /&gt;
 Column 2&lt;br /&gt;
 {{Multicol-break}}&lt;br /&gt;
 Column 3&lt;br /&gt;
 {{Multicol-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Multicol-break}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 {{Col-begin}}&lt;br /&gt;
 {{Col-3}}&lt;br /&gt;
 Column 1&lt;br /&gt;
 {{Col-3}}&lt;br /&gt;
 Column 2&lt;br /&gt;
 {{Col-3}}&lt;br /&gt;
 Column 3&lt;br /&gt;
 {{Col-end}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Multicol-end}}&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s simpler to add more columns to the {{tl|Multicol}} example than to the {{tl|Col-begin}} example, because in the latter case, all occurrences of {{tl|Col-3}} would need to be changed to {{tl|Col-4}}.&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Multicol}}&lt;br /&gt;
[[Kategori:Formateringsmaler]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>nb&gt;Jon Harald Søby</name></author>
	</entry>
</feed>