Difference between revisions of "Module:Infobox/de"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
}, | }, | ||
foodItem = { | foodItem = { | ||
− | {id = "type", name = " | + | {id = "type", name = "Typ"}, |
− | {id = "restores", name = " | + | {id = "restores", name = "Stellt wieder her"}, |
− | {id = "cookable", name = "[[Smelting| | + | {id = "cookable", name = "[[Smelting|Kochbar]]"}, |
− | {id = "renewable", name = "[[:Category:Renewable| | + | {id = "renewable", name = "[[:Category:Renewable|Erneuerbar]]"}, |
− | {id = "stackable", name = "[[Item stack| | + | {id = "stackable", name = "[[Item stack|Stapelbar]]"}, |
− | {id = "itemstring", name = "[[Itemstrings| | + | {id = "itemstring", name = "[[Itemstrings|Technischer Name]]"}, |
}, | }, | ||
mob = { | mob = { | ||
− | {id = "health", name = " | + | {id = "health", name = "Gesundheit"}, |
− | {id = "armor", name = " | + | {id = "armor", name = "Rüstung"}, |
− | {id = "damage", name = " | + | {id = "damage", name = "Schaden"}, |
{id = "drops", name = "Drops"}, | {id = "drops", name = "Drops"}, | ||
− | {id = "entitystring", name = "[[List of entity names| | + | {id = "entitystring", name = "[[List of entity names|Gebilde]]"}, |
}, | }, | ||
object = { | object = { | ||
− | {id = "health", name = " | + | {id = "health", name = "Gesundheit"}, |
− | {id = "collides_with_objects", name = "[[Objects| | + | {id = "collides_with_objects", name = "[[Objects|ObjeKt]]kollision"}, |
− | {id = "collides_with_blocks", name = "[[Blocks|Block]] | + | {id = "collides_with_blocks", name = "[[Blocks|Block]]kollision"}, |
− | {id = "entitystring", name = "[[List of entity names| | + | {id = "entitystring", name = "[[List of entity names|Gebilde]]"}, |
}, | }, | ||
game = { | game = { | ||
− | {id = "type", name = " | + | {id = "type", name = "Typ"}, |
− | {id = "author", name = " | + | {id = "author", name = "Autor"}, |
− | {id = "version", name = " | + | {id = "version", name = "Letzte Version"}, |
− | {id = "forum", name = " | + | {id = "forum", name = "Forenthema"}, |
− | {id = "source", name = " | + | {id = "source", name = "Quellcode"}, |
}, | }, | ||
mod = { | mod = { | ||
− | {id = "type", name = " | + | {id = "type", name = "Typ"}, |
− | {id = "author", name = " | + | {id = "author", name = "Autor"}, |
− | {id = "version", name = " | + | {id = "version", name = "Letzte Version"}, |
− | {id = "forum", name = " | + | {id = "forum", name = "Forenthema"}, |
− | {id = "source", name = " | + | {id = "source", name = "Quellcode"}, |
− | {id = "bower", name = "[[Minetest Bower|Bower]] | + | {id = "bower", name = "[[Minetest Bower|Bower]]-Name"}, |
− | {id = "luaname", name = " | + | {id = "luaname", name = "Technische Bezeichnung"}, |
}, | }, | ||
server = { | server = { | ||
− | {id = "owner", name = " | + | {id = "owner", name = "Besitzer"}, |
− | {id = "address", name = " | + | {id = "address", name = "Adreses"}, |
{id = "port", name = "Port"}, | {id = "port", name = "Port"}, | ||
− | {id = "flags", name = " | + | {id = "flags", name = "Schalter"}, |
− | {id = "forum", name = " | + | {id = "forum", name = "Forenthema"}, |
{id = "website", name = "Website"}, | {id = "website", name = "Website"}, | ||
}, | }, | ||
} | } |
Revision as of 10:32, 30 March 2018
return {
block = { {id = "type", name = "Typ"}, {id = "drops", name = "Drops"}, {id = "physics", name = "Schwerkraft"}, {id = "luminance", name = "Leuchtet"}, {id = "flammable", name = "Verbrennbar"}, {id = "generated", name = "Generiert"}, {id = "renewable", name = "Unendlich herstellbar"}, {id = "stackable", name = "Stapelbar"}, {id = "itemstring", name = "Technischer Name"}, }, item = { {id = "type", name = "Typ"}, {id = "renewable", name = "Erneuerbar"}, {id = "durability", name = "Haltbarkeit"}, {id = "stackable", name = "Stapelbar"}, {id = "itemstring", name = "Technischer Name"}, }, foodItem = { {id = "type", name = "Typ"}, {id = "restores", name = "Stellt wieder her"}, {id = "cookable", name = "Kochbar"}, {id = "renewable", name = "Erneuerbar"}, {id = "stackable", name = "Stapelbar"}, {id = "itemstring", name = "Technischer Name"}, }, mob = { {id = "health", name = "Gesundheit"}, {id = "armor", name = "Rüstung"}, {id = "damage", name = "Schaden"}, {id = "drops", name = "Drops"}, {id = "entitystring", name = "Gebilde"}, }, object = { {id = "health", name = "Gesundheit"}, {id = "collides_with_objects", name = "ObjeKtkollision"}, {id = "collides_with_blocks", name = "Blockkollision"}, {id = "entitystring", name = "Gebilde"}, }, game = { {id = "type", name = "Typ"}, {id = "author", name = "Autor"}, {id = "version", name = "Letzte Version"}, {id = "forum", name = "Forenthema"}, {id = "source", name = "Quellcode"}, }, mod = { {id = "type", name = "Typ"}, {id = "author", name = "Autor"}, {id = "version", name = "Letzte Version"}, {id = "forum", name = "Forenthema"}, {id = "source", name = "Quellcode"}, {id = "bower", name = "Bower-Name"}, {id = "luaname", name = "Technische Bezeichnung"}, }, server = { {id = "owner", name = "Besitzer"}, {id = "address", name = "Adreses"}, {id = "port", name = "Port"}, {id = "flags", name = "Schalter"}, {id = "forum", name = "Forenthema"}, {id = "website", name = "Website"}, },
}