Changes

add 1_6_Strings.xnb
Line 3: Line 3:     
==Parameter==
 
==Parameter==
The name of the item in English (or the [[Modding:Object_data|item ID]] from <tt>Content\Data\ObjectInformation.xnb</tt>).
+
The name of the item in English (or the [[Modding:Items|item ID]] from <samp>Content\Data\ObjectInformation.xnb</samp>).
    
==Use==
 
==Use==
Line 24: Line 24:     
{{Description|700}}
 
{{Description|700}}
 +
 +
==Recipes/Blueprints==
 +
These take a second parameter, the name of the item in the wiki's native language.
 +
<pre>{{Description|Recipe|Lucky Lunch}}
 +
{{Description|Blueprint|Stone Brazier}}</pre>
 +
 +
===Spanish Example===
 +
In Spanish, for example, this would look like:
 +
<pre>{{Description|Recipe|Almuerzo de la suerte}}
 +
{{Description|Blueprint|Brasero de piedra}}</pre>
 +
...which would result in
 +
 +
Receta para cocinar «Almuerzo de la suerte»
 +
 +
Planos para fabricar «Brasero de piedra»
 +
 +
===Chinese Example===
 +
In Chinese, this would look like:
 +
<pre>{{Description|Recipe|幸运午餐}}
 +
{{Description|Blueprint|石头火炬}}</pre>
 +
...which would result in
 +
 +
一个用于制作 幸运午餐 的配方
 +
 +
用于制造 石头火炬 的设计图
 +
 
==Notes==
 
==Notes==
 
This template was created to assist in translating the wiki from English into other languages.  In other languages, this template allows the item name to be in English or in the other language.
 
This template was created to assist in translating the wiki from English into other languages.  In other languages, this template allows the item name to be in English or in the other language.
   −
<includeonly>[[Category:Transclusion templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
+
Items from the following data files are included:
<includeonly>[[de:Vorlage:{{PAGENAME}}]]
+
#<samp>Data\BigCraftablesInformation.xnb</samp>
[[es:Plantilla:{{PAGENAME}}]]
+
#<samp>Data\Blueprints.xnb</samp>
[[ja:テンプレート:{{PAGENAME}}]]
+
#<samp>Data\Boots.xnb</samp>
[[pt:Predefinição:{{PAGENAME}}]]
+
#<samp>Data\Hats.xnb</samp>
[[ru:Шаблон:{{PAGENAME}}]]
+
#<samp>Data\ObjectInformation.xnb</samp>
[[zh:Template:{{PAGENAME}}]]</includeonly>
+
#<samp>Data\weapons.xnb</samp>
 +
#<samp>Data\Furniture.xnb</samp> (Catalogue & Furniture Catalogue names)
 +
#<samp>Strings\Objects.xnb</samp> (Catalogue & Furniture Catalogue descriptions)
 +
#<samp>Data\FarmAnimals.xnb</samp> (name of Void Chicken)
 +
#<samp>Strings\StringsFromCSFiles.xnb</samp> (tools, furniture, wallpaper, flooring, animals, recipes, blueprints)
 +
#<samp>Strings\1_6_Strings.xnb</samp> (various additions in version 1.6.x)
 +
 
 +
<includeonly>{{Addlanglinks}}[[Category:Templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
35

edits