Difference between revisions of "Template:Item Data/es"

From Minetest Wiki
Jump to navigation Jump to search
(trying to translate te template)
 
m (translating only the fields, not the parameters.)
Line 4: Line 4:
 
{{Lua|Infobox|data=Infobox/en}}
 
{{Lua|Infobox|data=Infobox/en}}
 
</noinclude>{{#invoke:Infobox|item
 
</noinclude>{{#invoke:Infobox|item
|nombre={{{nombre|{{{item_name|Un elemento}}}}}}
+
|name={{{name|{{{item_name|Un elemento}}}}}}
|descripción= Un [[Items/es|elemento]] en {{{wherein|[[Subgames/Minetest Game|Minetest Game]]}}}
+
|description= Un [[Items|elemento]] en {{{wherein|[[Subgames/Minetest Game|Minetest Game]]}}}
|tipo={{{tipo|{{{item_type|Craftitem}}}}}}
+
|type={{{type|{{{item_type|Craftitem}}}}}}
|renovable={{{renovable|No}}}
+
|renewable={{{renewable|No}}}
|durabilidad={{{durabilidad|''N/A''}}}
+
|durability={{{durability|''NS''}}}
|apilable={{{apilable|(99)}}}
+
|stackable={{{stackable|Yes (99)}}}
 
|itemstring={{{itemstring|''?''}}}
 
|itemstring={{{itemstring|''?''}}}
 
}}<noinclude>
 
}}<noinclude>
 
<pre>
 
<pre>
{{Item Data/es
+
{{Item Data
|nombre=An Item
+
|name=Un elemento
|imagen=Image.png
+
|image=Image.png
|donde=[[Mods/Farming Plus|Farming Plus]]
+
|wherein=[[Mods/Farming Plus|Farming Plus]]
|tipo=Craftitems
+
|type=Craftitems
|renovable=No
+
|renewable=No
|durabilidad=N/A
+
|durability=NS
|apilable=Yes (99)
+
|stackable=(99)
|itemstring=farming_plus:an_item
+
|itemstring=farming_plus:elemento
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 22:42, 29 August 2017

Documentation icon.png Documentation
Languages Idioma: English • Deutsch • español • Bahasa Melayu • русский
Lua logo.png This template uses Module:Infobox, with data stored in Module:Infobox/en.
Please see wikipedia:Wikipedia:Lua and mw:Extension:Scribunto to learn more.
Un elemento
Blank.png
Un elemento en Minetest Game
Tipo Craftitem
Renovable No
Durabilidad NS
Apilación Yes (99)
Nombre técnico ?
{{Item Data
|name=Un elemento
|image=Image.png
|wherein=[[Mods/Farming Plus|Farming Plus]]
|type=Craftitems
|renewable=No
|durability=NS
|stackable=Sí (99)
|itemstring=farming_plus:elemento
}}

Véase también