﻿<?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=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%3ARefBox%2Fguidelines</id>
	<title>テンプレート:RefBox/guidelines - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%3ARefBox%2Fguidelines"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:RefBox/guidelines&amp;action=history"/>
	<updated>2026-04-28T10:34:34Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:RefBox/guidelines&amp;diff=90879&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:RefBox/guidelines&amp;diff=90879&amp;oldid=prev"/>
		<updated>2018-06-28T18:43:34Z</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日 (木) 18:43時点における版&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=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:RefBox/guidelines&amp;diff=90878&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moving some contents from Template:RefBox/doc here, to easily insert Reference/doc in other pages without putting the whole text</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:RefBox/guidelines&amp;diff=90878&amp;oldid=prev"/>
		<updated>2009-10-04T13:02:19Z</updated>

		<summary type="html">&lt;p&gt;moving some contents from &lt;a href=&quot;/%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:RefBox/doc&quot; title=&quot;テンプレート:RefBox/doc&quot;&gt;Template:RefBox/doc&lt;/a&gt; here, to easily insert Reference/doc in other pages without putting the whole text&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Guidelines =&lt;br /&gt;
&lt;br /&gt;
Below are guidelines for laying out a reference item and the types of information used to document it.&lt;br /&gt;
* Types marked ''ESSENTIAL'' are crucial information and should be included for every reference item, as long as they are relevant for that particular tool. Items without this information would not be useful as a reference.&lt;br /&gt;
* Types marked ''RECOMMENDED'' should really be included, but aren't 100% necessary for the reference item to go in the documentation.&lt;br /&gt;
* Types marked ''USEFUL'' are useful information that are nice to have if relevant and applicable.&lt;br /&gt;
&lt;br /&gt;
=Name of the tool or option (as in the Blender UI)=&lt;br /&gt;
{{RefBox&lt;br /&gt;
|mode=[[Type of Mode]] (ObData type) ''ESSENTIAL''&lt;br /&gt;
|panel=Context &amp;amp;rarr; Panel Name ''ESSENTIAL (if the tool has options in a panel)''&lt;br /&gt;
|hotkey={{shortcut|A}} ''ESSENTIAL (if a hotkey or hotkey sequence exists)''&lt;br /&gt;
|menu=Menu &amp;amp;rarr; Menu ''ESSENTIAL (if a menu option exists)''&lt;br /&gt;
|lang=en&lt;br /&gt;
}}&lt;br /&gt;
===Description===&lt;br /&gt;
A concise overview of what the tool does, from an artist's perspective, including what sort of input it operates on (eg. 'objects' or 'selected edges'). Detailed technical info shouldn't be here. ''ESSENTIAL''&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
If a tool presents additional options either as a further menu, or popup buttons or as buttons in panels they should be described here. (eg. the subdivide tool's options for the number of cuts, or the way it cuts corners of quads)&lt;br /&gt;
&lt;br /&gt;
The Definition list markup can be useful here to describe multiple options if there is a lot to write about:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;; Option name&lt;br /&gt;
: description and info goes here&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;darr;&lt;br /&gt;
; Option name&lt;br /&gt;
: description and info goes here&lt;br /&gt;
&lt;br /&gt;
''ESSENTIAL''&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
Example images or text to demonstrate how this particular tool can be used, or what effects it has. This should be a brief demo, not a tutorial. ''RECOMMENDED''&lt;br /&gt;
&lt;br /&gt;
===Technical Details===&lt;br /&gt;
Extra information that's not crucial to an artist using the tool as a 'black box', but that may be interesting or useful for someone more technically-minded to gain further insight and understanding into its use. (eg. formulas and graphs for light distribution and falloff) ''USEFUL''&lt;br /&gt;
&lt;br /&gt;
===Hints===&lt;br /&gt;
Tips or tricks that may come in handy when using this tool or combining it with other tools. ''USEFUL''&lt;br /&gt;
&lt;br /&gt;
===Optimizations===&lt;br /&gt;
Methods for optimising usage, either for speed of operation/rendering, or for visual quality, or for ease/speed of use. ''USEFUL''&lt;br /&gt;
&lt;br /&gt;
===Limitations &amp;amp; Work-arounds===&lt;br /&gt;
If there are any limitations or problems with the tool as it's currently implemented, it can be a good idea to mention what they are, and if there are any ways users can work around it. (eg. the mesh bevel tool only bevels the entire mesh, not a selection. This can be worked around by separating the needed faces into a separate mesh, or using the bevel center script). ''USEFUL''&lt;br /&gt;
&lt;br /&gt;
===See Also===&lt;br /&gt;
* Links to other wiki pages of related tools, options or theory that would be useful for someone using this tool to know about, in an unordered list. Web links are probably even ok here too. ''RECOMMENDED''&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>