Template:Mineral: Difference between revisions

From Star Control - Official Wiki
Jump to navigation Jump to search
m (1 revision imported)
 
No edit summary
 
Line 1: Line 1:
<includeonly>{{#switch:{{{type}}}
 
|1=[[File:Mineral_Common.png]]<font color="#1d70a2">''' {{#if:{{{size|}}}|{{{size}}}|}} Common''' </font>
=== Use ===
|2=[[File:Mineral_Corrosive.png]]<font color="#ff0000">''' {{#if:{{{size|}}}|{{{size}}}|}} Corrosive''' </font>
 
|3=[[File:Mineral_BaseMetal.png]]<font color="#6b6b6b">''' {{#if:{{{size|}}}|{{{size}}}|}} Base Metal''' </font>
Wherever a mineral type is mentioned, this template will display it with correctly colored text alongside the appropriate icon.
|4=[[File:Mineral_NobleGas.png]]<font color="#0000ff">''' {{#if:{{{size|}}}|{{{size}}}|}} Noble Gas''' </font>
 
|5=[[File:Mineral_RareEarth.png]]<font color="#00ff00">''' {{#if:{{{size|}}}|{{{size}}}|}} Rare Earth''' </font>
=== Usage ===
|6=[[File:Mineral_Precious.png]]<font color="#d4c202">''' {{#if:{{{size|}}}|{{{size}}}|}} Precious''' </font>
<pre>{{Mineral
|7=[[File:Mineral_Radioactive.png]]<font color="#ff8503">''' {{#if:{{{size|}}}|{{{size}}}|}} Radioactive''' </font>
|type          = A code for the mineral type; can be a single digit 1-8 representing common-exotic or the first three letters of the type (e.g COM, EXO)
|8=[[File:Mineral_Exotic.png]]<font color="#ee03ff">''' {{#if:{{{size|}}}|{{{size}}}|}} Exotic''' </font>
|size           = (Optional) Can be used to add a size prefix. Should be passed the text (e.g. Huge, Medium)
|COM=[[File:Mineral_Common.png]]<font color="#1d70a2">''' {{#if:{{{size|}}}|{{{size}}}|}} Common''' </font>
|multi          = (Optional) Adds a "×n" after the mineral type to indicate "n" number of deposits
|COR=[[File:Mineral_Corrosive.png]]<font color="#ff0000">''' {{#if:{{{size|}}}|{{{size}}}|}} Corrosive''' </font>
}}</pre>
|BAS=[[File:Mineral_BaseMetal.png]]<font color="#6b6b6b">''' {{#if:{{{size|}}}|{{{size}}}|}} Base Metal''' </font>
 
|NOB=[[File:Mineral_NobleGas.png]]<font color="#0000ff">''' {{#if:{{{size|}}}|{{{size}}}|}} Noble Gas''' </font>
=== Types ===
|RAR=[[File:Mineral_RareEarth.png]]<font color="#00ff00">''' {{#if:{{{size|}}}|{{{size}}}|}} Rare Earth''' </font>
<pre>1 or COM = Common
|PRE=[[File:Mineral_Precious.png]]<font color="#d4c202">''' {{#if:{{{size|}}}|{{{size}}}|}} Precious''' </font>
2 or COR = Corrosive
|RAD=[[File:Mineral_Radioactive.png]]<font color="#ff8503">''' {{#if:{{{size|}}}|{{{size}}}|}} Radioactive''' </font>
3 or BAS = Base Metal
|EXO=[[File:Mineral_Exotic.png]]<font color="#ee03ff">''' {{#if:{{{size|}}}|{{{size}}}|}} Exotic''' </font>
4 or NOB = Noble Gas
}}{{#if:{{{multi|}}}| ×{{{multi}}} |}}</includeonly><noinclude>{{documentation}}</noinclude>
5 or RAR = Rare Earth
6 or PRE = Precious
7 or RAD = Radioactive
8 or EXO = Exotic</pre>

Latest revision as of 18:33, 26 September 2017

Use

Wherever a mineral type is mentioned, this template will display it with correctly colored text alongside the appropriate icon.

Usage

{{Mineral
|type           = A code for the mineral type; can be a single digit 1-8 representing common-exotic or the first three letters of the type (e.g COM, EXO)
|size           = (Optional) Can be used to add a size prefix.  Should be passed the text (e.g. Huge, Medium)
|multi          = (Optional) Adds a "×n" after the mineral type to indicate "n" number of deposits 
}}

Types

1 or COM = Common
2 or COR = Corrosive
3 or BAS = Base Metal
4 or NOB = Noble Gas
5 or RAR = Rare Earth
6 or PRE = Precious
7 or RAD = Radioactive
8 or EXO = Exotic