Template:Resources

From Equestria at War Wiki
Jump to navigation Jump to search


Usage

The template will create a table listing the amount of resources a country extracts. Specify the value of each resource in its parameter. If no values are specified, then the value defaults to 0. Use a / to indicate a negative number and - to indicate a range

Example:

{{Resources|Oil= 5/1–5 | Aluminum = 2-3 | Rubber = 3 | Tungsten = 4/2 | Steel = 5 | Crystal = 7}}

Will return:

Resources
Oil.png
Oil
Aluminum.png
Aluminum
Rubber.png
Rubber
Tungsten.png
Tungsten
Steel icon.png
Steel
Chromium.png
Chromium
MagCrystal.png
Crystal
5 (-1 to 5) 2-3 3 4 (-2) 5 0 7

Numbers in red indicate how many resources are reserved for export due to trade laws.

Example code:

{{Resources
| Oil = 
| Aluminum = 
| Rubber = 
| Tungsten = 
| Steel = 
| Chromium = 
| Crystal =
}}