Difference between revisions of "Module:Infobox/en"
Jump to navigation
Jump to search
m (Added link to Minetest Bower page) |
(add more links) |
||
Line 7: | Line 7: | ||
{id = "flammable", name = "[[:Category:Flammable|Flammable]]"}, | {id = "flammable", name = "[[:Category:Flammable|Flammable]]"}, | ||
{id = "generated", name = "[[:Category:Generated_blocks|Generated]]"}, | {id = "generated", name = "[[:Category:Generated_blocks|Generated]]"}, | ||
− | {id = "renewable", name = "Renewable"}, | + | {id = "renewable", name = "[[:Category:Renewable|Renewable]]"}, |
− | {id = "stackable", name = "Stackable"}, | + | {id = "stackable", name = "[[Item stack|Stackable]]"}, |
{id = "itemstring", name = "[[Itemstrings|Itemstring]]"}, | {id = "itemstring", name = "[[Itemstrings|Itemstring]]"}, | ||
}, | }, | ||
item = { | item = { | ||
{id = "type", name = "Type"}, | {id = "type", name = "Type"}, | ||
− | {id = "renewable", name = "Renewable"}, | + | {id = "renewable", name = "[[:Category:Renewable|Renewable]]"}, |
− | {id = "durability", name = "Durability"}, | + | {id = "durability", name = "[[Tool#Wear|Durability]]"}, |
− | {id = "stackable", name = "Stackable"}, | + | {id = "stackable", name = "[[Item stack|Stackable]]"}, |
{id = "itemstring", name = "[[Itemstrings|Itemstring]]"}, | {id = "itemstring", name = "[[Itemstrings|Itemstring]]"}, | ||
}, | }, | ||
Line 21: | Line 21: | ||
{id = "type", name = "Type"}, | {id = "type", name = "Type"}, | ||
{id = "restores", name = "Restores"}, | {id = "restores", name = "Restores"}, | ||
− | {id = "cookable", name = "Cookable"}, | + | {id = "cookable", name = "[[Smelting|Cookable]]"}, |
− | {id = "renewable", name = "Renewable"}, | + | {id = "renewable", name = "[[:Category:Renewable|Renewable]]"}, |
− | {id = "stackable", name = "Stackable"}, | + | {id = "stackable", name = "[[Item stack|Stackable]]"}, |
{id = "itemstring", name = "[[Itemstrings|Itemstring]]"}, | {id = "itemstring", name = "[[Itemstrings|Itemstring]]"}, | ||
}, | }, |
Revision as of 15:02, 18 October 2017
return {
block = { {id = "type", name = "Type"}, {id = "drops", name = "Drops"}, {id = "physics", name = "Physics"}, {id = "luminance", name = "Luminance"}, {id = "flammable", name = "Flammable"}, {id = "generated", name = "Generated"}, {id = "renewable", name = "Renewable"}, {id = "stackable", name = "Stackable"}, {id = "itemstring", name = "Itemstring"}, }, item = { {id = "type", name = "Type"}, {id = "renewable", name = "Renewable"}, {id = "durability", name = "Durability"}, {id = "stackable", name = "Stackable"}, {id = "itemstring", name = "Itemstring"}, }, foodItem = { {id = "type", name = "Type"}, {id = "restores", name = "Restores"}, {id = "cookable", name = "Cookable"}, {id = "renewable", name = "Renewable"}, {id = "stackable", name = "Stackable"}, {id = "itemstring", name = "Itemstring"}, }, mob = { {id = "health", name = "Health"}, {id = "armor", name = "Armor"}, {id = "damage", name = "Damage"}, {id = "drops", name = "Drops"}, {id = "entitystring", name = "Entitystring"}, }, game = { {id = "type", name = "Type"}, {id = "author", name = "Author"}, {id = "version", name = "Latest version"}, {id = "forum", name = "Forum topic"}, {id = "source", name = "Source code"}, }, mod = { {id = "type", name = "Type"}, {id = "author", name = "Author"}, {id = "version", name = "Latest version"}, {id = "forum", name = "Forum topic"}, {id = "source", name = "Source code"}, {id = "bower", name = "Bower name"}, {id = "luaname", name = "Technical name"}, },
}