<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Dataformfield_selectmulti</id>
	<title>Dataformfield selectmulti - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Dataformfield_selectmulti"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Dataformfield_selectmulti&amp;action=history"/>
	<updated>2026-05-06T20:46:56Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Dataformfield_selectmulti&amp;diff=3413&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Dataformfield_selectmulti&amp;diff=3413&amp;oldid=prev"/>
		<updated>2024-10-18T06:37:39Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:37, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Dataformfield_selectmulti&amp;diff=3412&amp;oldid=prev</id>
		<title>1&gt;Itamart в 15:03, 23 февраля 2014</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Dataformfield_selectmulti&amp;diff=3412&amp;oldid=prev"/>
		<updated>2014-02-23T15:03:38Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Dataformfield plugin info&lt;br /&gt;
|description = &lt;br /&gt;
Allows the user to select multiple options from a dropdown&lt;br /&gt;
&lt;br /&gt;
[[File:df-field-selectmulti-edit.png]]&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
*One or more textual options.&lt;br /&gt;
*Updating option text in field configuration preserves user selection.&lt;br /&gt;
*Changing option position in field configuration preserves user selection.&lt;br /&gt;
*Can allow adding new options from the entry form.&lt;br /&gt;
*Available for grade calculation.&lt;br /&gt;
&lt;br /&gt;
|other settings = &lt;br /&gt;
===Field specific settings===&lt;br /&gt;
====Options====&lt;br /&gt;
List of options, one per line. Example:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
Good&lt;br /&gt;
Very good&lt;br /&gt;
Excellent&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====Options separator====&lt;br /&gt;
The options display separator.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;New line&amp;#039;&amp;#039;&amp;#039; – Options are displayed vertically.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Space&amp;#039;&amp;#039;&amp;#039; – Options are displayed horizontally separated by a space.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Comma&amp;#039;&amp;#039;&amp;#039; – Options are displayed horizontally separated by a comma.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Comma and space&amp;#039;&amp;#039;&amp;#039; – Options are displayed horizontally separated by comma and space.&lt;br /&gt;
====Default values====&lt;br /&gt;
List of options to be selected by default when editing a new entry.&lt;br /&gt;
====Allow adding options====&lt;br /&gt;
Whether new options can be added from the entry form (requires including the respective field pattern to the entry template).&lt;br /&gt;
&lt;br /&gt;
|other patterns = &lt;br /&gt;
===Field specific patterns===&lt;br /&gt;
====&amp;lt;nowiki&amp;gt;[[fieldname]]&amp;lt;/nowiki&amp;gt;====&lt;br /&gt;
Displays input dropdown in editing and the selected options in browsing.&lt;br /&gt;
====&amp;lt;nowiki&amp;gt;[[fieldname:addnew]]&amp;lt;/nowiki&amp;gt;====&lt;br /&gt;
Displays input text box in editing for specifying a new option.&lt;br /&gt;
====&amp;lt;nowiki&amp;gt;[[fieldname:options]]&amp;lt;/nowiki&amp;gt;====&lt;br /&gt;
Displays all the options in browsing.&lt;br /&gt;
&lt;br /&gt;
|import export = &lt;br /&gt;
===Import Patterns===&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;[[fieldname]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===Import settings===&lt;br /&gt;
*Allow adding options - Determines whether imported options that are not already defined in the field configuration will be added to the configuration.&lt;br /&gt;
===Import format===&lt;br /&gt;
A list of textual options separated by #.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Good#Very good&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>1&gt;Itamart</name></author>
	</entry>
</feed>