Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
m (Production -> Prod.)
m (make mod not a link, because that's just weird)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| class="wikitable" style="float:right;"
+
<includeonly>{| class="infobox {{{class|}}}"
|+ {{{name}}}
+
! colspan="2" class="infoboxFirstHeader" | {{{name}}}
  +
|-
|- align="center"
 
{{#if: {{{imageicon|}}} | {{!}} colspan="2" {{!}} {{Grid|{{#explode:{{{imageicon}}}|,|0}}|no-bg=1 }}
+
| colspan="2" | {{{iconimage|{{{imageicon|}}}|}}}
{{!}}- align="center"}}
 
 
|-
 
|-
| '''Mod''' || {{L|{{{mod}}}}}
+
| '''Mod''' || {{{mod}}}
  +
|- class="infoboxSectionHeader"
  +
! class="infoboxSectionHeader" colspan="2" | Properties
 
|-
 
|-
 
| Durability || {{{durability}}}
| '''Type''' || Frame
 
  +
|- class="infoboxSubsectionBreak"
  +
| ||
 
|-
 
|-
  +
| Production chance || {{{prodchance}}}%
{{#if: {{{durability|}}} | {{!}} '''Durability''' {{!!}} {{{durability}}}
 
  +
|-
{{!}}- }}
 
  +
| Mutation chance || {{{mutchance}}}%
{{#if: {{{prodchance|}}} | {{!}} '''Prod. Chance''' {{!!}} {{{prodchance}}}%
 
  +
|- class="infoboxSubsectionBreak"
{{!}}- }}
 
  +
| ||
{{#if: {{{mutchance|}}} | {{!}} '''Mutation Chance''' {{!!}} {{{mutchance}}}%
 
  +
|-
{{!}}- }}
 
{{#if: {{{lifetime|}}} | {{!}} '''Lifetime''' {{!!}} {{{lifetime}}}%
+
| Lifetime || {{{lifetime}}}%
  +
|-
{{!}}- }}
 
{{#if: {{{territory|}}} | {{!}} '''Territory''' {{!!}} {{{territory}}}%
+
| Teritory || {{{territory}}}%
  +
|- class="infoboxSectionHeader"
}}
 
  +
| style="padding:0" | || style="padding:0" |
|}<noinclude>{{Documentation}}</noinclude>
+
|}</includeonly><noinclude>{{Documentation}}</noinclude>

Latest revision as of 08:02, 3 December 2020

Template-info Documentation

This template creates an infobox for frames, used in Forestry's apiaries and alvearies.

Parameters

A blank infobox is provided on the right for quicker reference, the infobox will be collapsed on actual articles.
{{{name}}}
Mod {{{mod}}}
Properties
Durability {{{durability}}}
Production chance {{{prodchance}}}%
Mutation chance {{{mutchance}}}%
Lifetime {{{lifetime}}}%
Teritory {{{territory}}}%
  • name: The name of the frame.
  • mod: The mod that adds the frame (Forestry/Extra Bees/Thaumic Bees).
  • imageicon: (Optional) The image icon of the frame.
  • durability: (Optional) The durability of the frame.
  • prodchance: (Optional) The increase or decrease in production chance of the frame.
  • mutchance: (Optional) The increase or decrease in mutation chance of the frame.
  • lifetime: (Optional) The increase or decrease in lifetime of the bees using this frame.
  • territory: (Optional) The percentage of territory the bee uses with this frame.

Example

{{Infobox frame
|name=Ice
|mod=Forestry
|imageicon={{Gc|mod=V|dis=false|Ice}}
|durability=9001
|prodchance=1000
|mutchance=1000
|lifetime=-1000
|territory=-1000
}}

produces:

Ice

Mod Forestry
Properties
Durability 9001
Production chance 1000%
Mutation chance 1000%
Lifetime -1000%
Teritory -1000%