Module:Infobox/pt-br

From Minetest Wiki
< Module:Infobox
Revision as of 17:51, 7 June 2022 by FnControlOption (talk | contribs) (FnControlOption changed the content model of the page Module:Infobox/pt-br from "Scribunto" to "plain text")
Jump to navigation Jump to search
return { block = { {id = "type", name = "Tipo"}, {id = "drops", name = "[[Mining#Drops|Drop]]"}, {id = "physics", name = "[[:Category:Falling|Física]]"}, {id = "luminance", name = "[[:Category:Luminous|Luminescente]]"}, {id = "flammable", name = "[[:Category:Flammable|Inflamável]]"}, {id = "generated", name = "[[:Category:Generated_blocks|Gerado]]"}, {id = "renewable", name = "Renovável"}, {id = "stackable", name = "Empilhável"}, {id = "itemstring", name = "[[Itemstrings|ID do item]]"}, }, }