Minecraft Wiki
(いろいろ日本語化。PEは現時点ではAlpha。)
編集の要約なし
(6人の利用者による、間の11版が非表示)
1行目: 1行目:
  +
{{documentation header}}
{{doc/start}}
 
  +
{{shortcut|H}}
このテンプレートは、新しい「歴史」節を作成するのに用います。現時点では作業途中です。
 
 
このテンプレートは、歴史節に新たなセクションを作成する際に使用します。歴史節を作成するには、このテンプレートを複数回使用する必要があります。
   
  +
== 使用法 ==
歴史節を作成するには、このテンプレートを複数回使用する必要があります。
 
   
  +
=== エディションと開発サイクル ===
* '''[[Minecraft]]'''の開発段階は区切りおくことで表現できます。例えば[[Beta]]のセクションを始めるのであれば、<tt><nowiki>{{History|beta}}</nowiki></tt> とします。
 
<!--The various development phases of ''[[Minecraft]]'' are represented by sections. For example, you start the [[Beta]] section with <tt><nowiki>{{History|beta}}</nowiki></tt>.-->
 
:* 開発段階の短縮形には次のものが使用可能です。
 
:** '''c''':[[Classic]]版
 
:** '''st''':[[Survival Test]]版
 
:** '''in''':[[Indev]]版
 
:** '''inf''':[[Infdev]]版
 
:** '''a''':[[Alpha]]版
 
:** '''b''':[[Beta]]版
 
:** '''r''':[[Minecraft 1.0|正式]]版
 
:** '''u''':[[将来の予定]] (Snapshot、プレリリース)
 
:** '''pa''':[[Pocket Edition]] (Alpha版)
 
* 具体的なバージョンは次のようにします。<tt><nowiki>{{History|1.2|砂岩を追加。}}</nowiki></tt>.
 
:* この部分には開発段階は指定しないで下さい ('Beta 1.2' ではなく '1.2' とする)。セクションの見出しで開発段階の指定は既にされています。
 
:* 標準では、バージョン番号は対応する[[更新履歴]]ページにリンクしています。<tt><nowiki>{{{link}}}</nowiki></tt> でこれを変更することも可能です。以下の値が指定できます
 
::* <tt><nowiki>ver</nowiki></tt> — バージョン履歴へのリンク。基本的なものはこれになります。
 
::* URI、URL — このURI/URLへの外部リンクにします。
 
::* <tt><nowiki>none</nowiki></tt> — リンク無し
 
:* 特定の変更点一覧を維持するために、新規機能については開発段階のバージョン番号を使用してください。そうしたものが正式リリースに含まれたなら、開発バージョン番号のメンテナンス時に、その記述を公式セクションへと移動してください。<!--Use the developmental version number for newly added features to maintain specific change logs. After the upcoming snapshot features have been officially released, move the entries to the official section while maintaining the developmental version numbers.-->
 
:* 1回のソフトウェア更新で複数の変更があったら、単に次のようにします。<br><tt><nowiki>{{History|1.3|砂岩は自然に生成される砂の3ブロック下に見つかるようになる。|砂岩から砂岩ハーフブロックが作成可能になった。}}</nowiki></tt><br>現在このテンプレートはバージョンごとに10個の変更点を記述可能です。
 
* 歴史セクションの終わりには <tt><nowiki>{{History|foot}}</nowiki></tt> と記述してください。
 
   
 
テンプレートの最初のパラメータには、''[[Minecraft]]''の開発段階やプラットフォームのバージョンからいずれか指定することで、セクションの開始を表現ます。例えば[[Java Edition Beta]]のセクションを始めるのであれば、<code><nowiki>{{History|java beta}}</nowiki></code> とします。パラメータには以下のものを使用できます。
  +
* '''''[[Java Edition]]''''':
  +
** <code>java pre-classic</code> &rarr; [[Java Edition pre-Classic|pre-Classic]]
  +
** <code>java classic</code> &rarr; [[Java Edition Classic|Classic]]
  +
** <code>java indev</code> &rarr; [[Java Edition Indev|Indev]]
  +
** <code>java infdev</code> &rarr; [[Java Edition Infdev|Infdev]]
  +
** <code>java alpha</code> &rarr; [[Java Edition Alpha|Alpha]]
  +
** <code>java beta</code> &rarr; [[Java Edition Beta|Beta]]
  +
** <code>java edition</code> または <code>java</code> &rarr; [[Java Edition 1.0.0|1.0.0]]以降
  +
** <code>java upcoming</code> &rarr; 開発ビルド・開発中のバージョン
 
* '''''[[Pocket Edition]]''''':
  +
** <code>pocket alpha</code> &rarr; [[Pocket Edition Alpha|Alpha]]
  +
** <code>pocket</code> &rarr; [[Pocket Edition 1.0.0|1.0.0]]から[[Pocket Edition 1.1.7|1.1.7]]まで
  +
* '''[[Bedrock Edition]]''':
  +
** <code>bedrock</code> &rarr; [[Bedrock Edition 1.2.0|1.2.0]]以降
  +
** <code>bedrock upcoming</code> &rarr; 開発ビルド・開発中のバージョン
  +
* '''''[[Education Edition]]''''':
  +
** <code>education</code>
  +
* '''''[[Legacy Console Edition]]''''':
  +
** <code>console</code>
  +
* '''''[[New Nintendo 3DS Edition]]''''':
  +
** <code>new 3ds</code>
  +
* '''その他:'''
  +
** <code>realms</code> &rarr; [[Realms]]
  +
** <code>earth</code> &rarr; ''[[Minecraft Earth]]''
  +
** <code>dungeons</code> &rarr; ''[[Minecraft Dungeons]]''
   
  +
=== バージョン ===
例:
 
   
  +
シングルバージョンは次のように二番目のパラメータを使用して表すことができます:<code><nowiki>{{History||1.2|砂岩が追加された。}}</nowiki></code>。ここでは開発段階を指定しないでください(例:「Beta 1.2」ではなく、「1.2」のようにする)。セクションの見出しで開発段階の指定は既にされています。
<pre><nowiki>
 
  +
{{History|survival test}}
 
 
既定では、バージョン番号は対応するージョン記事にリンクしています。{{p|link}} パラメータを指定することこれを変更することも可能です。以下の値が指定できます
{{History||0.24 (August 14, 2009)|Added zombies - the second
 
  +
* <code>ver</code> — バージョン記事へのリンク(既定の動作)
mob to be added to ''Minecraft'', after humans.}}
 
  +
* URI/URL — 指定されたURI/URLへの外部リンク
  +
* ウィキ上のページ — ページへの内部リンク
  +
* <code><nowiki>none</nowiki></code> — リンクなし
  +
  +
リリース前にツイートなどでその機能が言及されていた場合は、その情報をヘッダーなしで履歴セクションの一番上に配置します。
  +
 
1回のソフトウェア更新で複数の変更があったら、単に次のようにします。現在このテンプレートはバージョンごとに10個の変更点を記述可能です。
  +
* <code><nowiki>{{History||1.3|砂岩が自然に生成される砂の3ブロック下で見つかるようになった。|砂岩から砂岩のハーフブロックがクラフトできるようになった。}}</nowiki></code>
  +
  +
バージョンが不明の場合は、パラメータを「unknown」か「?」に設定することで、セル内に「?」が表示されます。また、自動的に[[:カテゴリ:未知の更新履歴]]へ追加されます。
  +
  +
==== 開発版 ====
  +
  +
パラメータは<code><nowiki>{{{snap}}}</nowiki></code>のバージョン変更と一緒に開発版を表示するために使用することができます。標準では、開発バージョン番号は適切なバージョンのページへのリンクになります。また、<code><nowiki>{{{slink}}}</nowiki></code>を変更することもできます。以下の値が指定できます。
 
* <code><nowiki>ver</nowiki></code> — 標準動作ではバージョン履歴リンクます。
 
* URI、URL — このURI/URLへの外部リンクにします。
 
* <code><nowiki>none</nowiki></code> — リンク無し
  +
また、<code><nowiki>{{{ilink}}}</nowiki></code>でWikiから直接リンクすることもできます。
  +
  +
1回のソフトウェア更新で複数の変更があったら、単に次のようにします。現在このテンプレートはバージョンごとに10個の変更点を記述可能です。
  +
  +
=== フッター ===
  +
 
歴史セクションの終わりには <code><nowiki>{{History|foot}}</nowiki></code> と記述してください。多くの Edition を追加したり、テーブルを閉じる際に使用してください。
  +
  +
== 折りたたみの変更 ==
  +
  +
多くの変更が開発版中に行われた場合は、いずれかの行の中に折り畳み式のテーブルを作成することができます。単に以前の使用の三番目のパラメータにこのテンプレートを使用するには、同じ手順に従ってください。
  +
  +
== カテゴリ ==
  +
  +
パラメータ {{p|1}} に "java edition upcoming" が指定された場合、ページに [[:カテゴリ:開発中のJava Edition]] が追加されます。同様に、"bedrock edition upcoming" では [[:カテゴリ:開発中のBedrock Edition]] が追加されます。
  +
  +
また、パラメータ {{p|1}}、{{p|2}}、{{p|snap}}、{{p|xbox}}、{{p|xbone}}、{{p|ps}}、{{p|wiiu}}、または {{p|switch}} に "unknown" が指定された場合、ページに [[:カテゴリ:未知の更新履歴]] が追加されます。
  +
  +
非推奨のヘッダー名が使用されている場合、ページに [[:カテゴリ:非推奨のヘッダーが指定されている歴史節]] が追加されます。
  +
  +
== 例 ==
  +
  +
<pre>
  +
{{History||2009年5月21日|link=http://notch.tumblr.com/post/110762705/my-list-on-tile-types-so-far|[[Notch]] shows interest in adding a "seaweed" block and colored stone bricks.}}
 
{{History|classic}}
 
{{History||0.24_SURVIVAL_TEST|Added zombies – the second mob to be added to ''Minecraft'', after humans.}}
 
{{History|indev}}
 
{{History|indev}}
{{History||unknown|Zombies' armor was removed, as well as their
+
{{History||unknown|Zombies' armor was removed, as well as their arm swinging attack animations.}}
arm swinging attack animations.}}
 
 
{{History|beta}}
 
{{History|beta}}
{{History||1.8|Zombies now dropped rotten flesh instead
+
{{History||1.8|snap=?|The crafting recipe of glowstone has changed to 2×2 glowstone dust.
  +
|The drop rate of glowstone dust from mined glowstone has increased to 2–4.}}
of feathers.}}
 
{{History|release}}
+
{{History|java edition}}
{{History||12w03a|The zombies' AI was improved, giving them a
+
{{History||1.2.1|snap=12w03a|The zombies' AI was improved, giving them a much better sense of direction when pursuing the player, allowing them to navigate obstacles, and even small mazes if constructed, to get to the player.}}
 
{{History|||snap=12w06a|Zombies chase and attack villagers, attack doors (breaking them on Hard and Hardcore difficulties), and sometimes drop iron ingots, helmets, shovels and swords as rare drops.}}
much better sense of direction when pursuing the player,
 
 
{{History|java edition upcoming}}
allowing them to navigate obstacles, and even small mazes
 
 
{{History||1.14|Zombie armor is added back into the game, and they can wear any type of armor.}}
if constructed, to get to the player.}}
 
 
{{History|pocket alpha}}
{{History||12w06a|Zombies chase and attack villagers, attack
 
doors (breaking them on Hard and Hardcore difficulties), and
 
sometimes drop iron ingots, helmets, shovels and swords as rare
 
drops.}}
 
{{History|upcoming}}
 
{{History||12w32a|Zombie armor was added back into the game,
 
and they could wear any type of armor. Zombies could now also
 
hold an iron sword or iron shovel.}}
 
{{History|pocketa}}
 
 
{{History||0.3.0|Added crafting.}}
 
{{History||0.3.0|Added crafting.}}
{{History|xbox}}
+
{{History|pocket}}
{{History||1.0|Added pistons.}}
+
{{History||1.0.0|snap=?|Added dyable shulkers.}}
 
{{History|bedrock}}
  +
{{History||1.2.0|snap=beta 1.2.0.2|Old worlds are now Infinite.}}
 
{{History|bedrock upcoming}}
  +
{{History||1.5.0|snap=beta 1.5.0.1|Added dyable zombies.}}
 
{{History|education}}
  +
{{History||1.0.2|Added parrots.}}
 
{{History|console}}
  +
{{History||xbox=TU3|ps=1.0|xbone=CU1|wiiu=Patch 1|switch=1.0.1|Added pistons and sticky pistons.}}
  +
{{History||xbox=TU14|ps=1.04|Pistons now take double the amount of time (2 redstone ticks or 4 game ticks) to extend, but they still retract instantly.}}
 
{{History|foot}}
 
{{History|foot}}
</nowiki></pre>
+
</pre>
  +
;結果:
   
  +
{{History||2009年5月21日|link=http://notch.tumblr.com/post/110762705/my-list-on-tile-types-so-far|[[Notch]] shows interest in adding a "seaweed" block and colored stone bricks.}}
は、このようになります。
 
  +
{{History|classic}}
 
 
{{History||0.24_SURVIVAL_TEST|Added zombies the second mob to be added to ''Minecraft'', after humans.}}
{{History|survival test}}
 
{{History||0.24 (August 14, 2009)|Added zombies - the second mob to be added to ''Minecraft'', after humans.}}
 
 
{{History|indev}}
 
{{History|indev}}
 
{{History||unknown|Zombies' armor was removed, as well as their arm swinging attack animations.}}
 
{{History||unknown|Zombies' armor was removed, as well as their arm swinging attack animations.}}
 
{{History|beta}}
 
{{History|beta}}
{{History||1.8|Zombies now dropped rotten flesh instead of feathers.}}
+
{{History||1.8|snap=?|The crafting recipe of glowstone has changed to 2×2 glowstone dust.
  +
|The drop rate of glowstone dust from mined glowstone has increased to 2–4.}}
{{History|release}}
 
  +
{{History|java edition}}
{{History||12w03a|The zombies' AI was improved, giving them a much better sense of direction when pursuing the player, allowing them to navigate obstacles, and even small mazes if constructed, to get to the player.}}
+
{{History||1.2.1|snap=12w03a|The zombies' AI was improved, giving them a much better sense of direction when pursuing the player, allowing them to navigate obstacles, and even small mazes if constructed, to get to the player.}}
{{History||12w06a|Zombies chase and attack villagers, attack doors (breaking them on Hard and Hardcore difficulties), and sometimes drop iron ingots, helmets, shovels and swords as rare drops.}}
 
  +
{{History|||snap=12w06a|Zombies chase and attack villagers, attack doors (breaking them on Hard and Hardcore difficulties), and sometimes drop iron ingots, helmets, shovels and swords as rare drops.}}
{{History|upcoming}}
 
  +
{{History|java edition upcoming}}
{{History||12w32a|Zombie armor was added back into the game, and they could wear any type of armor. Zombies could now also hold an iron sword or iron shovel.}}
 
 
{{History||1.14|Zombie armor is added back into the game, and they can wear any type of armor.}}
{{History|pocketa}}
 
  +
{{History|pocket alpha}}
 
{{History||0.3.0|Added crafting.}}
 
{{History||0.3.0|Added crafting.}}
{{History|xbox}}
+
{{History|pocket}}
{{History||1.0|Added pistons.}}
+
{{History||1.0.0|snap=?|Added dyable shulkers.}}
  +
{{History|bedrock}}
  +
{{History||1.2.0|snap=beta 1.2.0.2|Old worlds are now Infinite.}}
  +
{{History|bedrock upcoming}}
  +
{{History||1.5.0|snap=beta 1.5.0.1|Added dyable zombies.}}
  +
{{History|education}}
  +
{{History||1.0.2|Added parrots.}}
  +
{{History|console}}
  +
{{History||xbox=TU3|ps=1.0|xbone=CU1|wiiu=Patch 1|switch=1.0.1|Added pistons and sticky pistons.}}
  +
{{History||xbox=TU14|ps=1.04|Pistons now take double the amount of time (2 redstone ticks or 4 game ticks) to extend, but they still retract instantly.}}
 
{{History|foot}}
 
{{History|foot}}
   
  +
<includeonly>
{{doc/end}}
 
  +
<!-- Template categories/interwiki here -->
  +
[[カテゴリ:表テンプレート]]
  +
  +
[[cs:Šablona:History]]
  +
[[el:Πρότυπο:History]]
  +
[[en:Template:History]]
  +
[[es:Plantilla:Historial]]
  +
[[fr:Modèle:Historique]]
  +
[[hu:sablon:History]]
  +
[[it:Template:History]]
  +
[[ko:Template:History]]
  +
[[nl:Sjabloon:History]]
  +
[[pl:szablon:Historia]]
  +
[[pt:Predefinição:Histórico]]
  +
[[ru:Шаблон:История]]
  +
[[tr:Şablon:Geçmiş]]
  +
[[uk:Шаблон:Історія]]
  +
[[zh:Template:History]]
  +
</includeonly>
  +
<noinclude>
  +
<!-- Documentation categories/interwiki here -->
  +
[[cs:Šablona:History/doc]]
  +
[[el:Πρότυπο:History/doc]]
  +
[[en:Template:History/doc]]
  +
[[es:Plantilla:Historial/doc]]
  +
[[fr:Modèle:Historique/doc]]
  +
[[it:Template:History/doc]]
  +
[[ko:Template:History/doc]]
  +
[[nl:Sjabloon:History/doc]]
  +
[[pl:szablon:Historia/doc]]
  +
[[pt:Predefinição:Histórico/doc]]
  +
[[ru:Шаблон:История/док]]
  +
[[uk:Шаблон:Історія/doc]]
  +
[[zh:Template:History/doc]]
  +
</noinclude>

2021年1月7日 (木) 16:50時点における版

これは、メインテンプレートページに参照されるべきである解説ページです。詳細についてはテンプレート:Documentationを参照してください
ショートカット

このテンプレートは、歴史節に新たなセクションを作成する際に使用します。歴史節を作成するには、このテンプレートを複数回使用する必要があります。

使用法

エディションと開発サイクル

テンプレートの最初のパラメータには、Minecraftの開発段階やプラットフォームのバージョンからいずれかを指定することで、セクションの開始を表現します。例えば、Java Edition Betaのセクションを始めるのであれば、{{History|java beta}} とします。パラメータには以下のものを使用できます。

バージョン

シングルバージョンは次のように二番目のパラメータを使用して表すことができます:{{History||1.2|砂岩が追加された。}}。ここでは開発段階を指定しないでください(例:「Beta 1.2」ではなく、「1.2」のようにする)。セクションの見出しで開発段階の指定は既にされています。

既定では、バージョン番号は対応するバージョン記事にリンクしています。|link= パラメータを指定することで、これを変更することも可能です。以下の値が指定できます:

  • ver — バージョン記事へのリンク(既定の動作)
  • URI/URL — 指定されたURI/URLへの外部リンク
  • ウィキ上のページ — ページへの内部リンク
  • none — リンクなし

リリース前にツイートなどでその機能が言及されていた場合は、その情報をヘッダーなしで履歴セクションの一番上に配置します。

1回のソフトウェア更新で複数の変更があったら、単に次のようにします。現在このテンプレートはバージョンごとに10個の変更点を記述可能です。

  • {{History||1.3|砂岩が自然に生成される砂の3ブロック下で見つかるようになった。|砂岩から砂岩のハーフブロックがクラフトできるようになった。}}

バージョンが不明の場合は、パラメータを「unknown」か「?」に設定することで、セル内に「?」が表示されます。また、自動的にカテゴリ:未知の更新履歴へ追加されます。

開発版

パラメータは{{{snap}}}のバージョン変更と一緒に開発版を表示するために使用することができます。標準では、開発バージョン番号は適切なバージョンのページへのリンクになります。また、{{{slink}}}を変更することもできます。以下の値が指定できます。

  • ver — 標準動作ではバージョン履歴にリンクします。
  • URI、URL — このURI/URLへの外部リンクにします。
  • none — リンク無し。

また、{{{ilink}}}でWikiから直接リンクすることもできます。

1回のソフトウェア更新で複数の変更があったら、単に次のようにします。現在このテンプレートはバージョンごとに10個の変更点を記述可能です。

フッター

歴史セクションの終わりには {{History|foot}} と記述してください。多くの Edition を追加したり、テーブルを閉じる際に使用してください。

折りたたみの変更

多くの変更が開発版中に行われた場合は、いずれかの行の中に折り畳み式のテーブルを作成することができます。単に以前の使用の三番目のパラメータにこのテンプレートを使用するには、同じ手順に従ってください。

カテゴリ

パラメータ |1= に "java edition upcoming" が指定された場合、ページに カテゴリ:開発中のJava Edition が追加されます。同様に、"bedrock edition upcoming" では カテゴリ:開発中のBedrock Edition が追加されます。

また、パラメータ |1=|2=|snap=|xbox=|xbone=|ps=|wiiu=、または |switch= に "unknown" が指定された場合、ページに カテゴリ:未知の更新履歴 が追加されます。

非推奨のヘッダー名が使用されている場合、ページに カテゴリ:非推奨のヘッダーが指定されている歴史節 が追加されます。

{{History||2009年5月21日|link=http://notch.tumblr.com/post/110762705/my-list-on-tile-types-so-far|[[Notch]] shows interest in adding a "seaweed" block and colored stone bricks.}}
{{History|classic}}
{{History||0.24_SURVIVAL_TEST|Added zombies – the second mob to be added to ''Minecraft'', after humans.}}
{{History|indev}}
{{History||unknown|Zombies' armor was removed, as well as their arm swinging attack animations.}}
{{History|beta}}
{{History||1.8|snap=?|The crafting recipe of glowstone has changed to 2×2 glowstone dust.
|The drop rate of glowstone dust from mined glowstone has increased to 2–4.}}
{{History|java edition}}
{{History||1.2.1|snap=12w03a|The zombies' AI was improved, giving them a much better sense of direction when pursuing the player, allowing them to navigate obstacles, and even small mazes if constructed, to get to the player.}}
{{History|||snap=12w06a|Zombies chase and attack villagers, attack doors (breaking them on Hard and Hardcore difficulties), and sometimes drop iron ingots, helmets, shovels and swords as rare drops.}}
{{History|java edition upcoming}}
{{History||1.14|Zombie armor is added back into the game, and they can wear any type of armor.}}
{{History|pocket alpha}}
{{History||0.3.0|Added crafting.}}
{{History|pocket}}
{{History||1.0.0|snap=?|Added dyable shulkers.}}
{{History|bedrock}}
{{History||1.2.0|snap=beta 1.2.0.2|Old worlds are now Infinite.}}
{{History|bedrock upcoming}}
{{History||1.5.0|snap=beta 1.5.0.1|Added dyable zombies.}}
{{History|education}}
{{History||1.0.2|Added parrots.}}
{{History|console}}
{{History||xbox=TU3|ps=1.0|xbone=CU1|wiiu=Patch 1|switch=1.0.1|Added pistons and sticky pistons.}}
{{History||xbox=TU14|ps=1.04|Pistons now take double the amount of time (2 redstone ticks or 4 game ticks) to extend, but they still retract instantly.}}
{{History|foot}}
結果:
2009年5月21日Notch shows interest in adding a "seaweed" block and colored stone bricks.
Java Edition Classic
0.24_SURVIVAL_TESTAdded zombies – the second mob to be added to Minecraft, after humans.
Java Edition Indev
?Zombies' armor was removed, as well as their arm swinging attack animations.
Java Edition Beta
1.8?The crafting recipe of glowstone has changed to 2×2 glowstone dust.
The drop rate of glowstone dust from mined glowstone has increased to 2–4.
Java Edition
1.2.112w03aThe zombies' AI was improved, giving them a much better sense of direction when pursuing the player, allowing them to navigate obstacles, and even small mazes if constructed, to get to the player.
12w06aZombies chase and attack villagers, attack doors (breaking them on Hard and Hardcore difficulties), and sometimes drop iron ingots, helmets, shovels and swords as rare drops.
開発中のJava Edition
1.14Zombie armor is added back into the game, and they can wear any type of armor.
Pocket Edition Alpha
0.3.0Added crafting.
Pocket Edition
1.0.0?Added dyable shulkers.
Bedrock Edition
1.2.0beta 1.2.0.2Old worlds are now Infinite.
開発中のBedrock Edition
1.5.0beta 1.5.0.1Added dyable zombies.
Education Edition
1.0.2Added parrots.
Legacy Console Edition
TU3CU1 1.0 Patch 11.0.1Added pistons and sticky pistons.
TU14 1.04 Pistons now take double the amount of time (2 redstone ticks or 4 game ticks) to extend, but they still retract instantly.