Module:Infobox/es

From Minetest Wiki
< Module:Infobox
Revision as of 22:48, 29 August 2017 by Ivanhercaz (talk | contribs) (translating bit by bit, in the future I will translate more.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

return {

   item = {
       {id = "type", name = "Tipo"},
       {id = "renewable", name = "Renovable"},
       {id = "durability", name = "Durabilidad"},
       {id = "stackable", name = "Apilación"},
       {id = "itemstring", name = "ItemString"},
   },

}