Meta:JA/Guides/Templates

提供: wiki
移動先: 案内検索

テンプレート:Meta:JA/Guides/index

in progress Inprogress75.jpg 70%

 


これらは、このwikiで定義されているテンプレートの一部です。読みやすさや連携をしやすくするため、テンプレートを使ってください

ヘッダ

ページ下部に、以下を書いてください:

{{Page/Footer|<previous page>|<next page>}}

<previous page>と<next page>には、該当するページ名を記入してください。

アイコンはクリックできます:

  • : 前のページに移動します(赤くなっている場合、そのページは存在しません。)
  • : 次のページに移動します(赤くなっている場合、そのページは存在しません。)
  • : 親階層のページに移動します

例えば、このように書くと、:

{{Page/Footer|Previous page|Next page}}

このように表示されます。



See also Template:Page/Header


フッタ

At the bottom of a page, put this:

{{Page/Footer|<previous page>|<next page>}}

where <previous page> and <next page> should be the same found in the header.

Icons are clickable:

  • Left arrow: previous page (shows red if page doesn't exist)
  • Right arrow: next page (shows red if page doesn't exist)
  • Up arrow: up one level in pages hierarchy
  • Top icon: top of the page

If the page has subpages, you'll see a hierarchy of subpages listed below the navigator

Example:

{{Page/Footer|Previous page|Next page}}

shows as




See also Template:Page/Header



This template is part of the blend-doc repository. We use categories to retrieve templates in order to commit it in that repository: please don't remove the categorization from this template.

ショートカット

Put a sequence of up to 5 keys to show a shortcut:

{{Shortcut|<key1>|<key2>|...|...}}

Examples

  • {{Shortcut|cmd|shift|S}} returns ⌘ Cmd⇧ ShiftS
  • {{Shortcut|ctrl|alt|X}} returns CtrlAltX
  • {{Shortcut|ctrl|alt|shift|pad3}} returns CtrlAlt⇧ Shift3 NumPad
  • {{Shortcut|shift|mmb}} returns ⇧ ShiftMMB Template-MMB.png
  • to join a shortcut and a menu (see Template:Menu):
{{Shortcut|shift|a}}{{Menu|type=popup|Add|Mesh|Cube}} returns ⇧ ShiftA  »  Add » Mesh » Cube

Mouse hotkeys

You can use the symbols below:


wikitext you get
{{Shortcut/Mouse|lmb}} LMB Template-LMB.png
{{Shortcut/Mouse|mmb}} MMB Template-MMB.png
{{Shortcut/Mouse|rmb}} RMB Template-RMB.png
{{Shortcut/Mouse|wheelup}} WheelUp Template-MWUP.png
{{Shortcut/Mouse|wheeldown}} WheelDown Template-MWD.png
{{Shortcut/Mouse|wheel}} Wheel Template-MW.png

(icons from the Tango Desktop Project)

Keyboard hotkeys

Apart from using normal letters and words, you can use the symbols below:


wikitext you get
{{Shortcut/Keypress|alt}} Alt
{{Shortcut/Keypress|backspace}} ← Backspace
{{Shortcut/Keypress|cmd}} ⌘ Cmd
{{Shortcut/Keypress|ctrl}} Ctrl
{{Shortcut/Keypress|enter}} ↵ Enter
{{Shortcut/Keypress|end}} ⇥ End
{{Shortcut/Keypress|esc}} Esc
{{Shortcut/Keypress|home}} ↖ Home
{{Shortcut/Keypress|opt}} ⌥ Opt
{{Shortcut/Keypress|shift}} ⇧ Shift
{{Shortcut/Keypress|tab}} ⇆ Tab
{{Shortcut/Keypress|space}} Space
{{Shortcut/Keypress|left}}
{{Shortcut/Keypress|right}}
{{Shortcut/Keypress|up}}
{{Shortcut/Keypress|down}}
{{Shortcut/Keypress|pgup}} PageUp
{{Shortcut/Keypress|pgdown}} PageDown
{{Shortcut/Keypress|pad.}} . NumPad
{{Shortcut/Keypress|pad0}} 0 NumPad
{{Shortcut/Keypress|pad1}} 1 NumPad
{{Shortcut/Keypress|pad2}} 2 NumPad
{{Shortcut/Keypress|pad3}} 3 NumPad
{{Shortcut/Keypress|pad4}} 4 NumPad
{{Shortcut/Keypress|pad5}} 5 NumPad
{{Shortcut/Keypress|pad6}} 6 NumPad
{{Shortcut/Keypress|pad7}} 7 NumPad
{{Shortcut/Keypress|pad8}} 8 NumPad
{{Shortcut/Keypress|pad9}} 9 NumPad
{{Shortcut/Keypress|pad+}} + NumPad
{{Shortcut/Keypress|pad-}} - NumPad
{{Shortcut/Keypress|pad*}} * NumPad
{{Shortcut/Keypress|pad/}} / NumPad
{{Shortcut/Keypress|pad-enter}} ↵ NumPad


See also: Template:Button and Template:Menu

ユーザインターフェイスボタン

Use this template to show a User Interface button.

Example

Press the button {{Button|Duplicate}}.

returns:

Press the button Duplicate.


See also Template:Shortcut

メニュー

This template can be used to display menu selections.

Usage:

{{Menu|<menuname>|<submenu1>|submenu2|…}}

The menu items are formatted using {{Literal}}. Between them the seperator {{Menu/sep}} (currently: ' » ') is inserted. Up to 9 menu levels are supported.

Examples

Import a .obj with {{Menu|File|Import|Wavefront (.obj)…}}.

Results in:

Import a .obj with File » Import » Wavefront (.obj)….


If used in combination with a {{shortcut}} template, you can continue a shotcut in a menu.

{{Menu|{{shortcut|shift|a}}|Add|Mesh|Cube}}

Results in: ⇧ ShiftA » Add » Mesh » Cube


See also: Template:Shortcut

RefBox

The reference box can be used with the following example code.

{{RefBox
|mode=Mode Type
|panel=Context → Panel Name
|hotkey={{shortcut|A}}
|menu=Menu → Sub-Menu 
|lang=en
}}

You can use localised language versions of the template by entering your two-letter language code in the "lang=" field, for example, "en" displays the template in English.

Example

{{RefBox
|mode=Edit Mode (Mesh)
|hotkey={{shortcut|ctrl|R}}
|menu=Mesh → Edges → Loop Subdivide...
|lang=en
}}

returns:

Mode: Edit Mode (Mesh)

Hotkey: CtrlR

Menu: Mesh → Edges → Loop Subdivide...


See also Template:RefBox/guidelines for more detailed instructions.

Literal

This template should always be used to ‘wrap’ all reference to GUI items (control name, menu item, …).

Usage:

Open {{Format/Literal|Window type}} menu.

gives

Open Window type menu.

ノート

This template gives a box of fixed width.

{{Note|Note title|Short note text}}

gives

Note title
Short note text


while

{{Note|Note title|Suspendisse sodales leo at dolor mollis sagittis. In tempor venenatis tellus sed tincidunt.}}

gives

Note title
Suspendisse sodales leo at dolor mollis sagittis. In tempor venenatis tellus sed tincidunt.


See also Template:NiceTip

NiceTip

This template gives a box with an icon and a title, expanding with the text width up to page-width.

{{NiceTip|Tip title|Short tip text}}

gives

Blender3D FreeTip.png
Tip title
Short tip text


while

{{NiceTip|Tip title|Suspendisse sodales leo at dolor mollis sagittis. In tempor venenatis tellus sed tincidunt.}}

gives

Blender3D FreeTip.png
Tip title
Suspendisse sodales leo at dolor mollis sagittis. In tempor venenatis tellus sed tincidunt.


See also Template:Note

Blender/Version

For long pages presenting several sections - some of which are relative to a different version of blender – a different template is available. Put this:

 {{Blender/Version|<blender version>}}

immediately before the interested paragraph, as displayed in the examples below.

Examples

Blender 2.5+

Here I put some text referred to Blender 2.5. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius consequat sapien. Suspendisse sodales leo at dolor mollis sagittis. In tempor venenatis tellus sed tincidunt. Nam facilisis diam in velit vulputate non ultricies lectus egestas.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius consequat sapien. Suspendisse sodales leo at dolor mollis sagittis. In tempor venenatis tellus sed tincidunt. Nam facilisis diam in velit vulputate non ultricies lectus egestas.

Blender 2.4x+

Here I put some text referred to Blender 2.4x Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius consequat sapien. Suspendisse sodales leo at dolor mollis sagittis. In tempor venenatis tellus sed tincidunt.

ToDo

You can you this template to let people know about a todo.
Note that you can avoid to put the explanatory text.

{{WikiTask/Todo|item}}

gives

to do

 item

{{WikiTask/Todo}}

gives

to do

 


See also:

Onhold

You can you this template to let people know about a project being stalled for some reason.
Note that you can avoid to put the explanatory text.

{{WikiTask/Onhold|uncertain project}}

gives

on hold

 uncertain project

{{WikiTask/Onhold}}

gives

on hold

 


See also:

Done

You can use this template to let people know you're done with a project or a page.

Note:

  • you can avoid to put the explanatory text,
  • you can put a link to point to some useful page: in that case "done" will be linked to the url you provide.
{{WikiTask/Done|good project}}

gives

done

 good project

{{WikiTask/Done}}

gives

done

 

{{WikiTask/Done|click me!|link=Doc:Manual}}

gives

done

 click me!


See also:

進捗度

In this template you can choose an integer number between 0 and 100 to indicate the status of your project/page.

Note:

  • you can avoid to put the explanatory text,
  • if you don't put the number, it defaults to zero,
  • you can put a link to the progress bar image, to link to some explanatory page for example.
{{WikiTask/Inprogress|0|going to todo this page...}}

gives

in progress Inprogress0.jpg 0%

 going to todo this page...

{{WikiTask/Inprogress|10|just started}}

gives

in progress Inprogress25.jpg 10%

 just started

{{WikiTask/Inprogress|30|good progresses}}

gives

in progress Inprogress50.jpg 30%

 good progresses

{{WikiTask/Inprogress|65|going on well}}

gives

in progress Inprogress75.jpg 65%

 going on well

{{WikiTask/Inprogress|90|almost finished!}}

gives

in progress Inprogress100.jpg 90%

 almost finished!

{{WikiTask/Inprogress|90}}

gives

in progress Inprogress100.jpg 90%

 

{{WikiTask/Inprogress}}

gives

in progress Inprogress0.jpg 0%

 

{{WikiTask/Inprogress|33|read the manual|link=Doc:Manual}}

gives

in progress Inprogress50.jpg 33%

 read the manual

clicking on the small progressbar image should send you to Doc:Manual

See also:

優先度

Use this template to indicate a level of priority for a task.

Usage:

{{Priority|low}}

returns Priority-low.png

{{Priority|med}}

or

{{Priority|medium}}

returns Priority-medium.png

{{Priority|high}}

returns Priority-high.png

{{Priority|exp}}

returns Priority-experienced.png


You can put a link on these buttons. For example:

{{Priority|low|link=Doc:Manual}}

returns Priority-low.png (click on it!)