Template:Evolution
FerrusManus (Talk | contribs) (Trying out a template) |
FerrusManus (Talk | contribs) (Fix for if it is filled out) |
||
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | Name: {{#if:{{{name|}}}|{{{name}}}|''?''}}<br> | |
- | + | Requirements: {{#if:{{{requirements|}}}|{{{requirements}}}|''?''}}<br> | |
- | + | Description: {{#if:{{{description|}}}|{{{description}}}|''?''}}<br> | |
- | + | 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]] |