Difference between revisions of "Module:Infobox/de"
Jump to navigation
Jump to search
(Created page with "return { block = { {id = "type", name = "Typ"}, {id = "drops", name = "Drops"}, {id = "physics", name = "Schwerkraft"}, {id = "luminance", ...") |
(FnControlOption changed the content model of the page Module:Infobox/de from "plain text" to "Scribunto") Tag: content model change |
||
(9 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 Name"}, | + | {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"}, | ||
}, | }, | ||
} | } |
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"}, }, }