Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement

Documentation for this module may be created at Module:Infobox/Thaumcraft 3/en/doc

local p = {}

p.format = {
    {
        title = [=[{{L|Thaumcraft 3}} Information]=],
        {
            {{arg="thaumonomicon", desc = [=[Thaumonomicon entry about this item.]=]}}
        },
        {
            {[=[Aspects]=], {arg="aspects", desc = [=[The Thaumcraft aspects this item has. Has no formatting, so it requires <nowiki>{{Ep|Aspect|Amount}}</nowiki> per aspect.]=]}},
            {[=[Required aspects]=], {arg="reqaspects", desc = [=[The required aspects to create this item./The required aspects to research the research.]=]}},
        },
        {
            {[=[Required research ]=], {arg="reqresearch", desc = [=[The required research to create this item.]=]}},
            {[=[Unlocks research]=], {arg="unlockresearch", desc = [=[Researches unlocked after completing a research. (Create an unordered list if more than one is unlocked.)]=]}}
        }
    }
}

p.examples = { {
  [=[  {{infobox Thaumcraft 3
|aspects={{Ep|Venenum|8}}{{Ep|Metallum|2}}
|reqaspects={{Ep|Motus|16}}
|reqresearch=Iron Transmutation
|unlockresearch=Magical Building Blocks
|thaumonomicon=The strange, glowing flowers only grow in the shadow of Silverwood Trees. Instead of nectar, these flowers produce quicksilver.
}}
  ]=]
} }

return p
Advertisement