Module:Infobox/pt-br: Difference between revisions
From Minetest
>FnControlOption (FnControlOption changed the content model of the page Module:Infobox/pt-br from "plain text" to "Scribunto") |
(No difference)
|
Latest revision as of 09:53, 7 June 2022
Documentation for this module may be created at Module:Infobox/pt-br/doc
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]]"},
},
}

