Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

(sitenotice-read-more)

Feed The Beast Wiki
Advertisement
Template-info Documentation

This template is used to display the all the mutations where this tree is one of the parents.

Definition[]

  • this = Name of this tree.
  • par-1 = Name of the other parent of the first mutation.
  • par-1-lnk = (Optional) Page for tree icon to link to instead of par-1
  • res-1 = Result of the first mutation.
  • res-1-lnk = (Optional) Page for tree icon to link to instead of res-1
  • chc-1 = Chance for the first mutation to happen.
  • par-2 = (Optional) Name of the other parent of the second mutation.
  • par-2-lnk = (Optional) Page for tree icon to link to instead of par-2
  • res-2 = (Optional) Result of the second mutation.
  • res-2-lnk = (Optional) Page for tree icon to link to instead of res-2
  • chc-2 = (Optional) Chance for the second mutation to happen.

...

  • par-17 = (Optional) Name of the other parent of the sixteenth mutation.
  • par-17-lnk = (Optional) Page for tree icon to link to instead of par-17
  • res-17 = (Optional) Result of the sixteenth mutation.
  • res-17-lnk = (Optional) Page for tree icon to link to instead of res-17
  • chc-17 = (Optional) Chance for the sixteenth mutation to happen.

Notes:[]

Don't add empty parameters.

Example[]

{{Tree-Mutates-to| this = Apple Oak
| par-1 = Silver Birch
| res-1 = Silver Lime
| chc-1 = 15%
| par-2 = Silver Lime
| res-2 = Hill Cherry
| chc-2 = 10%
| par-3 = Red Spruce
| res-3 = Mundane Larch
| chc-3 = 10%
| par-4 = Silver Birch
| res-4 = White Willow
| chc-4 = 10%
| par-5 = Silver Lime
| res-5 = White Willow
| chc-5 = 10%
| par-6 = White Willow
| res-6 = White Poplar
| chc-6 = 5%
| par-7 = Hill Cherry
| res-7 = Orchard Apple
| chc-7 = 10%
| par-8 = Silver Birch
| res-8 = Common Beech
| chc-8 = 10%
| par-9 = Common Walnut
| res-9 = Acorn Oak
| chc-9 = 10%
}}

produces:

Parent 1 Parent 2 Result Chance

Apple Oak

Silver Birch

Silver Lime
15%

Apple Oak

Silver Lime

Hill Cherry
10%

Apple Oak

Red Spruce

Mundane Larch
10%

Apple Oak

Silver Birch

White Willow
10%

Apple Oak

Silver Lime

White Willow
10%

Apple Oak

White Willow

White Poplar
5%

Apple Oak

Hill Cherry

Orchard Apple
10%

Apple Oak

Silver Birch

Common Beech
10%

Apple Oak

Common Walnut

Acorn Oak
10%


See also[]


This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.

Advertisement