Difference between revisions of "Module:Infobox/fr"

From Minetest Wiki
Jump to navigation Jump to search
(FnControlOption changed the content model of the page Module:Infobox/fr from "Scribunto" to "plain text")
Tag: content model change
(FnControlOption changed the content model of the page Module:Infobox/fr from "plain text" to "Scribunto")
Tag: content model change
 
(No difference)

Latest revision as of 17:53, 7 June 2022

Documentation for this module may be created at Module:Infobox/fr/doc

return {
    block = {
        {id = "type", name = "Type"},
        {id = "drops", name = "[[Mining/fr#Lâchers|Drop]]"},
        {id = "physics", name = "[[:Category:Falling|Physique]]"},
        {id = "luminance", name = "[[:Category:Luminous|Luminance]]"},
        {id = "flammable", name = "[[:Category:Flammable|Imflammable]]"},
        {id = "generated", name = "[[:Category:Generated blocks|Bloc généré]]"},
        {id = "renewable", name = "Renouvelable"},
        {id = "stackable", name = "Empilable"},
        {id = "itemstring", name = "[[Itemstrings/fr|Itemstring]]"},
    },
}