Difference between revisions of "Module:Infobox/de"
Jump to navigation
Jump to search
(FnControlOption changed the content model of the page Module:Infobox/de from "plain text" to "Scribunto") Tag: content model change |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
block = { | block = { | ||
{id = "type", name = "Typ"}, | {id = "type", name = "Typ"}, | ||
− | {id = "drops", name = " | + | {id = "drops", name = "Gibt"}, |
{id = "physics", name = "Schwerkraft"}, | {id = "physics", name = "Schwerkraft"}, | ||
{id = "luminance", name = "Leuchtet"}, | {id = "luminance", name = "Leuchtet"}, | ||
Line 9: | Line 9: | ||
{id = "renewable", name = "Unendlich herstellbar"}, | {id = "renewable", name = "Unendlich herstellbar"}, | ||
{id = "stackable", name = "Stapelbar"}, | {id = "stackable", name = "Stapelbar"}, | ||
− | {id = "itemstring", name = "Technischer | + | {id = "itemstring", name = "Technischer Bezeichner"}, |
}, | }, | ||
item = { | item = { | ||
Line 16: | Line 16: | ||
{id = "durability", name = "[[Tool#Wear|Haltbarkeit]]"}, | {id = "durability", name = "[[Tool#Wear|Haltbarkeit]]"}, | ||
{id = "stackable", name = "[[Item stack|Stapelbar]]"}, | {id = "stackable", name = "[[Item stack|Stapelbar]]"}, | ||
− | {id = "itemstring", name = "[[Itemstrings|Technischer | + | {id = "itemstring", name = "[[Itemstrings|Technischer Bezeichner]]"}, |
}, | }, | ||
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 Bezeichner]]"}, |
}, | }, | ||
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 = " | + | {id = "drops", name = "Gibt"}, |
− | {id = "entitystring", name = "[[List of entity names| | + | {id = "entitystring", name = "[[List of entity names|Technischer Bezeichner]]"}, |
}, | }, | ||
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|Technischer Bezeichner]]"}, |
}, | }, | ||
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 = "Technischer Bezeichner"}, |
}, | }, | ||
server = { | server = { | ||
− | {id = "owner", name = " | + | {id = "owner", name = "Besitzer"}, |
− | {id = "address", name = " | + | {id = "address", name = "Adresse"}, |
{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"}, | ||
}, | }, | ||
} | } |
Latest revision as of 17:53, 7 June 2022
Documentation for this module may be created at Module:Infobox/de/doc
return { block = { {id = "type", name = "Typ"}, {id = "drops", name = "Gibt"}, {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 Bezeichner"}, }, item = { {id = "type", name = "Typ"}, {id = "renewable", name = "[[:Category:Renewable|Erneuerbar]]"}, {id = "durability", name = "[[Tool#Wear|Haltbarkeit]]"}, {id = "stackable", name = "[[Item stack|Stapelbar]]"}, {id = "itemstring", name = "[[Itemstrings|Technischer Bezeichner]]"}, }, foodItem = { {id = "type", name = "Typ"}, {id = "restores", name = "Stellt wieder her"}, {id = "cookable", name = "[[Smelting|Kochbar]]"}, {id = "renewable", name = "[[:Category:Renewable|Erneuerbar]]"}, {id = "stackable", name = "[[Item stack|Stapelbar]]"}, {id = "itemstring", name = "[[Itemstrings|Technischer Bezeichner]]"}, }, mob = { {id = "health", name = "Gesundheit"}, {id = "armor", name = "Rüstung"}, {id = "damage", name = "Schaden"}, {id = "drops", name = "Gibt"}, {id = "entitystring", name = "[[List of entity names|Technischer Bezeichner]]"}, }, object = { {id = "health", name = "Gesundheit"}, {id = "collides_with_objects", name = "[[Objects|Objekt]]kollision"}, {id = "collides_with_blocks", name = "[[Blocks|Block]]kollision"}, {id = "entitystring", name = "[[List of entity names|Technischer Bezeichner]]"}, }, 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 = "[[Minetest Bower|Bower]]-Name"}, {id = "luaname", name = "Technischer Bezeichner"}, }, server = { {id = "owner", name = "Besitzer"}, {id = "address", name = "Adresse"}, {id = "port", name = "Port"}, {id = "flags", name = "Schalter"}, {id = "forum", name = "Forenthema"}, {id = "website", name = "Website"}, }, }