<?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=Development%3AFrankenstyle</id>
	<title>Development:Frankenstyle - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AFrankenstyle"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Frankenstyle&amp;action=history"/>
	<updated>2026-05-06T21:50:19Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Frankenstyle&amp;diff=11150&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Frankenstyle&amp;diff=11150&amp;oldid=prev"/>
		<updated>2024-10-21T08:51:16Z</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;Версия от 08:51, 21 октября 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=Development:Frankenstyle&amp;diff=11149&amp;oldid=prev</id>
		<title>1&gt;TimHunt: /* Plugin types */</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Frankenstyle&amp;diff=11149&amp;oldid=prev"/>
		<updated>2010-11-12T14:00:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Plugin types&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;Frankenstyle&amp;#039; refers to the naming convention that is used to uniquely identify a Moodle plugin based on the type of plugin and its name.&lt;br /&gt;
&lt;br /&gt;
Martin Dougiamas is credited with inventing the word &amp;#039;frankenstyle&amp;#039;. (It is a great word!)&lt;br /&gt;
&lt;br /&gt;
= Format =&lt;br /&gt;
&lt;br /&gt;
Frankenstyle names have a prefix and then a name, separated by an underscore. &lt;br /&gt;
&lt;br /&gt;
* The prefix is determined by the type of plugin. For example, the prefix for a module is &amp;#039;&amp;#039;&amp;#039;mod&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* The name is the name of the plugin. (Plugin names are always made of lower-case letters.)&lt;br /&gt;
&lt;br /&gt;
So the frankenstyle name for the quiz module is &amp;#039;&amp;#039;&amp;#039;mod_quiz&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
= Plugin types =&lt;br /&gt;
&lt;br /&gt;
* Module: &amp;#039;&amp;#039;&amp;#039;mod_&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Admin report: &amp;#039;&amp;#039;&amp;#039;report_&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Course report: &amp;#039;&amp;#039;&amp;#039;coursereport_&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* ... (TODO - somebody else add these as they come up please)&lt;br /&gt;
&lt;br /&gt;
To get a definitive list, do &amp;lt;tt&amp;gt;print_object(get_plugin_types());&amp;lt;/tt&amp;gt; in a Moodle 2.0 install.&lt;br /&gt;
&lt;br /&gt;
= Usages =&lt;br /&gt;
&lt;br /&gt;
Frankenstyle is used in:&lt;br /&gt;
&lt;br /&gt;
== Table names ==&lt;br /&gt;
&lt;br /&gt;
All table names for a plugin must begin with its frankenstyle name (after the standard Moodle table prefix).&lt;br /&gt;
&lt;br /&gt;
Examples: mdl_&amp;#039;&amp;#039;&amp;#039;mod_quiz&amp;#039;&amp;#039;&amp;#039;, mdl_&amp;#039;&amp;#039;&amp;#039;mod_quiz&amp;#039;&amp;#039;&amp;#039;_attempts&lt;br /&gt;
&lt;br /&gt;
== Capabilities ==&lt;br /&gt;
&lt;br /&gt;
All capabilities for a plugin use the frankenstyle name, except with a / instead of a _.&lt;br /&gt;
&lt;br /&gt;
Example: &amp;#039;&amp;#039;&amp;#039;mod/quiz&amp;#039;&amp;#039;&amp;#039;:viewattempt&lt;br /&gt;
&lt;br /&gt;
== Other places (TODO) ==&lt;br /&gt;
&lt;br /&gt;
Please add more as they come up.&lt;/div&gt;</summary>
		<author><name>1&gt;TimHunt</name></author>
	</entry>
</feed>