提供: Minecraft Modding Wiki
細 |
|||
(2人の利用者による、間の10版が非表示) | |||
1行目: | 1行目: | ||
− | <div style="float:left;width: 370px;height: 50px;margin: 4px;position:relative;background-color:#F6F6F6;border-left: double 10px | + | <includeonly><div style="float:left;width: 370px;height: 50px;margin: 4px;position:relative;background-color:#F6F6F6;border-left: double 10px |
− | {{#if: {{{color| }}}|{{{color|# | + | {{#if: {{{color| }}}|{{{color|#0000FF}}}|{{#switch: {{{type}}}|Block=#5F9F35|Entity=#90EE90|Fluid=#0000FF|Item=#00BFFF|Player=#228B22|World=#8A2BE2|#default=#F0E68C}} }};"> |
<div style="margin: 0px;padding: 8px 4px 8px 4px;width:40px;float:left;"> | <div style="margin: 0px;padding: 8px 4px 8px 4px;width:40px;float:left;"> | ||
− | [[Image:{{#if: {{{img| }}}|{{{img|c_none.png}}}|{{ #switch: {{{type}}}| | + | [[Image:{{#if: {{{img| }}}|{{{img|c_none.png}}}|{{ #switch: {{{type}}}|Block=c_block.png|Entity=c_entity.png|Fluid=c_fluid.png|Item=c_item.png|Player=c_player.png|World=c_world.png|#default=c_none.png}} }}|32px]]</div> |
<div style="margin: 0px;padding:0px;line-height: 50px;width:340px;"> | <div style="margin: 0px;padding:0px;line-height: 50px;width:340px;"> | ||
− | '''{{{name| | + | '''{{#if: {{{name| }}} | {{{name|none}}} | {{{type|None}}} }}'''に関係のあるチュートリアルです。</div> |
− | </div><div style="margin: 0px;padding:0px;clear:left;clear:{{{clear|both}}};height:0px;"></div> | + | </div><div style="margin: 0px;padding:0px;clear:left;clear:{{{clear|both}}};height:0px;"></div> |
+ | {{#if: {{{DEFAULTSORT| }}}|{{DEFAULTSORT:{{{DEFAULTSORT|None}}} }}|}}[[Category:{{{type|None}}}|{{#if: {{{difficulty| }}}|{{#switch:{{{difficulty}}}|0=初|1=中|2=上|#default=}}|{{{type|None}}} }}]]</includeonly> | ||
<noinclude> | <noinclude> | ||
+ | |||
+ | ==設定== | ||
+ | |||
+ | ===コード=== | ||
+ | |||
+ | Blockカテゴリーで難易度が1 | ||
+ | <pre>{{チュートリアルカテゴリー |type=Block|difficulty=1}}</pre> | ||
+ | |||
+ | ===引数=== | ||
+ | |||
+ | {|class="wikitable" style="border-width:1px 1px 1px 1px; border-color:black; border-style:solid; width:70%;" | ||
+ | !style="width:20%;"|引数名 | ||
+ | |'''type''' | ||
+ | |- | ||
+ | !概要 | ||
+ | |カテゴリ名 | ||
+ | |- | ||
+ | !補足 | ||
+ | |省略した場合はNoneになる。 | ||
+ | |} | ||
+ | |||
+ | {|class="wikitable" style="border-width:1px 1px 1px 1px; border-color:black; border-style:solid; width:70%;" | ||
+ | !style="width:20%;"|引数名 | ||
+ | |'''difficulty''' | ||
+ | |- | ||
+ | !概要 | ||
+ | |カテゴリのソートキー | ||
+ | |- | ||
+ | !補足 | ||
+ | |省略可能。0が初、1が中、2が上。 | ||
+ | |} | ||
+ | |||
+ | {|class="wikitable" style="border-width:1px 1px 1px 1px; border-color:black; border-style:solid; width:70%;" | ||
+ | !style="width:20%;"|引数名 | ||
+ | |'''name''' | ||
+ | |- | ||
+ | !概要 | ||
+ | |表示名 | ||
+ | |- | ||
+ | !補足 | ||
+ | |省略した場合はカテゴリ名になる。 | ||
+ | |} | ||
+ | |||
+ | {|class="wikitable" style="border-width:1px 1px 1px 1px; border-color:black; border-style:solid; width:70%;" | ||
+ | !style="width:20%;"|引数名 | ||
+ | |'''color''' | ||
+ | |- | ||
+ | !概要 | ||
+ | |帯の色 | ||
+ | |- | ||
+ | !補足 | ||
+ | |省略可能。16進数のRGB値。 | ||
+ | |} | ||
+ | |||
+ | {|class="wikitable" style="border-width:1px 1px 1px 1px; border-color:black; border-style:solid; width:70%;" | ||
+ | !style="width:20%;"|引数名 | ||
+ | |'''img''' | ||
+ | |- | ||
+ | !概要 | ||
+ | |表示画像 | ||
+ | |- | ||
+ | !補足 | ||
+ | |省略可能。 | ||
+ | |} | ||
+ | |||
+ | {|class="wikitable" style="border-width:1px 1px 1px 1px; border-color:black; border-style:solid; width:70%;" | ||
+ | !style="width:20%;"|引数名 | ||
+ | |'''clear''' | ||
+ | |- | ||
+ | !概要 | ||
+ | |floatの設定 | ||
+ | |- | ||
+ | !補足 | ||
+ | |省略した場合はbothになる。 | ||
+ | |} | ||
+ | |||
+ | ===表示=== | ||
+ | |||
+ | <div style="float:left;width: 370px;height: 50px;margin: 4px;position:relative;background-color:#F6F6F6;border-left: double 10px #F0E68C;"> | ||
+ | <div style="margin: 0px;padding: 8px 4px 8px 4px;width:40px;float:left;"> | ||
+ | [[Image:c_none.png|32px]]</div> | ||
+ | <div style="margin: 0px;padding:0px;line-height: 50px;width:340px;"> | ||
+ | '''None'''に関係のあるチュートリアルです。</div> | ||
+ | </div><div style="margin: 0px;padding:0px;clear:left;clear:{{{clear|both}}};height:0px;"></div> | ||
+ | |||
<div style="float:left;width: 370px;height: 50px;margin: 4px;position:relative;background-color:#F6F6F6;border-left: double 10px #0000ff;"> | <div style="float:left;width: 370px;height: 50px;margin: 4px;position:relative;background-color:#F6F6F6;border-left: double 10px #0000ff;"> | ||
<div style="margin: 0px;padding: 8px 4px 8px 4px;width:40px;float:left;"> | <div style="margin: 0px;padding: 8px 4px 8px 4px;width:40px;float:left;"> | ||
− | [[Image: | + | [[Image:c_fluid.png|32px]]</div> |
<div style="margin: 0px;padding:0px;line-height: 50px;width:340px;"> | <div style="margin: 0px;padding:0px;line-height: 50px;width:340px;"> | ||
'''Fluid'''に関係のあるチュートリアルです。</div> | '''Fluid'''に関係のあるチュートリアルです。</div> |
2016年2月10日 (水) 15:04時点における最新版
設定[編集]
コード[編集]
Blockカテゴリーで難易度が1
{{チュートリアルカテゴリー |type=Block|difficulty=1}}
引数[編集]
引数名 | type |
---|---|
概要 | カテゴリ名 |
補足 | 省略した場合はNoneになる。 |
引数名 | difficulty |
---|---|
概要 | カテゴリのソートキー |
補足 | 省略可能。0が初、1が中、2が上。 |
引数名 | name |
---|---|
概要 | 表示名 |
補足 | 省略した場合はカテゴリ名になる。 |
引数名 | color |
---|---|
概要 | 帯の色 |
補足 | 省略可能。16進数のRGB値。 |
引数名 | img |
---|---|
概要 | 表示画像 |
補足 | 省略可能。 |
引数名 | clear |
---|---|
概要 | floatの設定 |
補足 | 省略した場合はbothになる。 |
表示[編集]