Template:Evolution
FerrusManus (Talk | contribs) (Should be good) |
FerrusManus (Talk | contribs) (Fix for if it is filled out) |
||
Line 1: | Line 1: | ||
- | Name: {{#if:{{{name|}}}| | + | Name: {{#if:{{{name|}}}|{{{name}}}|''?''}}<br> |
- | Requirements: {{#if:{{{requirements|}}}| | + | Requirements: {{#if:{{{requirements|}}}|{{{requirements}}}|''?''}}<br> |
- | Description: {{#if:{{{description|}}}| | + | Description: {{#if:{{{description|}}}|{{{description}}}|''?''}}<br> |
- | Cost: {{#if:{{{cost|}}}| | + | Cost: {{#if:{{{cost|}}}|{{{cost}}}|''?''}}<br> |
<noinclude> | <noinclude> | ||
Displays a box detailing a race Evolution. | Displays a box detailing a race Evolution. |
Current revision as of 13:25, 2 May 2025
Name: ?
Requirements: ?
Description: ?
Cost: ?
Displays a box detailing a race Evolution.
Usage
{{Evolution |name= |prereq= |description= |cost= }}
Parameter | Valid Values | Usage |
---|---|---|
name | text | The name. |
requirements | text | The full markup used to represent the requirements to gain the Evolution. Example:
Caustic Corrosion, 4,000 [[Medals]] |
description | text | The full description text of the Evolution. Best copied from the Evolution window. |
cost | text | The full markup used to represent the costs required to gain the Evolution. Example:
42 [[Evolution Genes]], 100 [[Complex Tech Parts|CTP]] |