﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3APy%2FScripts%2FGuidelines%2FAddons%2Fwikipage</id>
	<title>Dev:Py/Scripts/Guidelines/Addons/wikipage - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3APy%2FScripts%2FGuidelines%2FAddons%2Fwikipage"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Py/Scripts/Guidelines/Addons/wikipage&amp;action=history"/>
	<updated>2026-05-25T00:07:11Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Py/Scripts/Guidelines/Addons/wikipage&amp;diff=152563&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Py/Scripts/Guidelines/Addons/wikipage&amp;diff=152563&amp;oldid=prev"/>
		<updated>2018-06-28T21:21:38Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:21時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&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>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Py/Scripts/Guidelines/Addons/wikipage&amp;diff=152562&amp;oldid=prev</id>
		<title>wiki&gt;Gaia.clary: Created page with &quot;= Setup a Wiki page for your Addon=  Scripts submitted to or distributed in our Blender Addon repositories should always have a wiki page linked in the script itself (in &lt;code&gt;bl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Py/Scripts/Guidelines/Addons/wikipage&amp;diff=152562&amp;oldid=prev"/>
		<updated>2016-11-01T15:56:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Setup a Wiki page for your Addon=  Scripts submitted to or distributed in our Blender Addon repositories should always have a wiki page linked in the script itself (in &amp;lt;code&amp;gt;bl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Setup a Wiki page for your Addon=&lt;br /&gt;
&lt;br /&gt;
Scripts submitted to or distributed in our Blender Addon repositories should always have a wiki page linked in the script itself (in &amp;lt;code&amp;gt;bl_info&amp;lt;/code&amp;gt; dictionary). This is very important to be sure people won't be left wondering how to use a script, and to link to release logs in a nice way.&lt;br /&gt;
&lt;br /&gt;
{{NiceTip|New to Wiki?| Please read the[[Meta:Guides/Writer_Guide|Wiki guidelines]] to get a brief introduction}}&lt;br /&gt;
&lt;br /&gt;
=== Temporary Wiki Page ===&lt;br /&gt;
&lt;br /&gt;
If you submit a script to the Blender Addon repositories, but don't have time to format a proper wiki page in the same time, please create the page anyway and add the code [[Template:WikiTask/Todo|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{WikiTask/Todo}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;]], so that we see it's going to be written.&lt;br /&gt;
&lt;br /&gt;
=== Page name ===&lt;br /&gt;
&lt;br /&gt;
Compose the page name like this:&lt;br /&gt;
&lt;br /&gt;
 '''Extensions:'''2.5/Py/Scripts/ + &amp;lt;script category&amp;gt; + / + &amp;lt;script name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Release logs page name ===&lt;br /&gt;
&lt;br /&gt;
If you have a release log, don't add it to the Manual page itself to avoid information clutter. Better add a new page with the same name as the extension page, but with namespace &amp;quot;Dev&amp;quot;, like this:&lt;br /&gt;
&lt;br /&gt;
 '''Dev:'''2.5/Py/Scripts/ + &amp;lt;script category&amp;gt; + / + &amp;lt;script name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| {{css/prettytable}}&lt;br /&gt;
|+ Example&lt;br /&gt;
| Script manual page&lt;br /&gt;
| [[Extensions:2.5/Py/Scripts/Animation/RotoBezier]]&lt;br /&gt;
|-&lt;br /&gt;
| Script development page&lt;br /&gt;
| [[Dev:2.5/Py/Scripts/Animation/RotoBezier]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Use the ScriptInfo template! ===&lt;br /&gt;
&lt;br /&gt;
For the add-on wiki page, use the template [[Template:ScriptInfo|ScriptInfo]].&lt;br /&gt;
&lt;br /&gt;
If you have a release log page, you can link it in the &amp;lt;code&amp;gt;releaselog&amp;lt;/code&amp;gt; field.&lt;br /&gt;
&lt;br /&gt;
=== About external links ===&lt;br /&gt;
&lt;br /&gt;
To avoid scripts referring to broken links, we do not allow external links right in the script itself. Instead please put your Addon homepage into the wikipage. This is easier to manage for people who don't have access to the Git repositories.&lt;br /&gt;
&lt;br /&gt;
Please add your homepage in the '''&amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt;''' field of the ScriptInfo template, thanks!&lt;br /&gt;
&lt;br /&gt;
=== Add a manual! ===&lt;br /&gt;
&lt;br /&gt;
* Take your time to write at least a brief manual, explaining how to use the script options.&lt;br /&gt;
* (Optional) add [[Meta:Guides/Style_Guide/Images|pictures]]&lt;br /&gt;
* (Optional) add [[Meta:Guides/Style Guide/Media|videos]].&lt;br /&gt;
&lt;br /&gt;
{{note|Updates|When you add new features to your addon, don't forget to update the proper documentation in your Addon wiki page. A proper reference to the addon development will help users and developers to enjoy your work.}}&lt;br /&gt;
&lt;br /&gt;
=== Link your page in the catalog page ===&lt;br /&gt;
&lt;br /&gt;
Once you have completed your script manual page, link it in the [[Extensions:2.5/Py/Scripts|catalog page]].&lt;/div&gt;</summary>
		<author><name>wiki&gt;Gaia.clary</name></author>
		
	</entry>
</feed>