<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://docs.altec.ru/index.php?action=history&amp;feed=atom&amp;title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%3AMulticol</id>
	<title>Шаблон:Multicol - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://docs.altec.ru/index.php?action=history&amp;feed=atom&amp;title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%3AMulticol"/>
	<link rel="alternate" type="text/html" href="http://docs.altec.ru/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Multicol&amp;action=history"/>
	<updated>2026-04-26T02:24:52Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>http://docs.altec.ru/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Multicol&amp;diff=990&amp;oldid=prev</id>
		<title>imported&gt;Kirillche: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://docs.altec.ru/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD:Multicol&amp;diff=990&amp;oldid=prev"/>
		<updated>2010-11-29T07:50:40Z</updated>

		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;div&amp;gt;&amp;lt;!-- Не удаляйте этот DIV: он предовтращает вставку кодом вики дополнительного перевода строки над этой таблицей --&amp;gt;&lt;br /&gt;
{| 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;
== Использование ==&lt;br /&gt;
{{translate}}&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;tt&amp;gt;{{tl|Multicol-break}}&amp;lt;/tt&amp;gt; and close the last column with &amp;lt;tt&amp;gt;{{tl|Multicol-end}}&amp;lt;/tt&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 [[Участник:Franl|franl]]'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;tt&amp;gt;40em&amp;lt;/tt&amp;gt;) or a percentage of the available page width (e.g., &amp;lt;tt&amp;gt;50%&amp;lt;/tt&amp;gt;). This parameter defaults to &amp;lt;tt&amp;gt;100%&amp;lt;/tt&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;tt&amp;gt;[[DIV (HTML tag)|DIV]]&amp;lt;/tt&amp;gt; block that has the [[Cascading Style Sheet|CSS]] attribute &amp;lt;tt&amp;gt;text-align&amp;lt;/tt&amp;gt; set to either &amp;lt;tt&amp;gt;center&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;right&amp;lt;/tt&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;
&amp;lt;center&amp;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;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It'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;
[[Категория:Шаблоны:Колонки|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
[[ca:Plantilla:Columnes]]&lt;br /&gt;
[[en:Template:Multicol]]&lt;br /&gt;
[[eo:Ŝablono:Multkolumna]]&lt;br /&gt;
[[fa:الگو:چندستون]]&lt;br /&gt;
[[hsb:Předłoha:Multicol]]&lt;br /&gt;
[[id:Templat:Multicol]]&lt;br /&gt;
[[it:Template:MultiCol]]&lt;br /&gt;
[[ja:Template:Multicol]]&lt;br /&gt;
[[os:Шаблон:Multicol]]&lt;br /&gt;
[[pt:Predefinição:Multicol]]&lt;br /&gt;
[[uk:Шаблон:Multicol]]&lt;br /&gt;
[[zh:Template:Multicol]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Kirillche</name></author>
	</entry>
</feed>