Template:Evolution
FerrusManus (Talk | contribs) (Trying out a template) |
FerrusManus (Talk | contribs) (Trying a fix) |
||
Line 1: | Line 1: | ||
- | ;Name:{{#if:{{{name}}}:{{{name}}}|''?''}} | + | ;Name:{{#if:{{{name|}}}|:{{{name}}}|''?''}} |
- | ;Requirements:{{#if:{{{requirements}}}:{{{requirements}}}|''?''}} | + | ;Requirements:{{#if:{{{requirements|}}}|:{{{requirements}}}|''?''}} |
- | ;Description:{{#if:{{{description}}}:{{{description}}}|''?''}} | + | ;Description:{{#if:{{{description|}}}|:{{{description}}}|''?''}} |
- | ;Cost:{{#if:{{{cost}}}:{{{cost}}}|''?''}} | + | ;Cost:{{#if:{{{cost|}}}|:{{{cost}}}|''?''}} |
<noinclude> | <noinclude> | ||
Displays a box detailing a race Evolution. | Displays a box detailing a race Evolution. |
Revision as of 13:03, 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]] |