Difference between revisions of "Template:Clothing"

From Salem Wiki
Jump to: navigation, search
 
(36 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
<includeonly>|-
 
<includeonly>|-
! style="color:white; font-size:1.4em" | '''Clothing'''
+
! style="color:white; font-size:1.4em" | {{#switch: {{{Type|}}}
 +
| = '''Clothing'''
 +
| '''{{{Type}}}'''
 +
}}
 
|-
 
|-
 
|-
 
|-
 
|
 
|
{| style="width:100%; border:black 2px solid; background:#efebe5; padding=10px; vertical-align:bottom; text-align:left;"
+
{| style="width:100%; border:black 2px solid; background:#4c4c4c; padding=10px; vertical-align:bottom; text-align:left;"
 
| style="vertical-align:top; width:100px" |'''Equipment Slot:'''
 
| style="vertical-align:top; width:100px" |'''Equipment Slot:'''
 
  | {{#switch: {{{Equipment Slot|}}}
 
  | {{#switch: {{{Equipment Slot|}}}
 
  | = ''unknown''
 
  | = ''unknown''
  | [[Equipment Slot::{{{Equipment Slot}}}]]
+
  | [[Equipment Slot::{{{Equipment Slot}}}]]  
 
}}
 
}}
 
|-
 
|-
| style="vertical-align:top; width:100px;" |'''Difficulty:'''
+
| style="vertical-align:top; width:100px;" |'''Artificer Slots:'''
  | {{#switch: {{{Difficulty|}}}
+
  | {{#switch: {{{Artificer Slots|}}}
  | = ''unknown''
+
  | = None
  | [[Difficulty::{{{Difficulty}}}]]
+
  | [[Artificer Slots::{{{Artificer Slots}}}]]
 
}}
 
}}
 
 
|-
 
|-
| style="vertical-align:top;" | '''Proficiency Type:''' || colspan=2 | {{#switch: {{{Proficiency Type|}}} | =None | {{T1|{{{Proficiency Type}}} }} [[Proficiency Type::{{{Proficiency Type}}}]]  
+
| style="vertical-align:top; width:100px;" |'''Inventory Slots:'''
 +
| {{#switch: {{{Inventory Slots|}}}
 +
| = None
 +
| [[Inventory Slots::{{{Inventory Slots}}}]]
 
}}
 
}}
 
 
|-
 
|-
| style="vertical-align:top; width:100px;" |'''Number of Artificer Slots:'''
+
| style="vertical-align:top; width:100px;" |'''Thermal:'''
| {{#switch: {{{Artificer Slots|}}}
+
| {{#switch: {{{Thermal Value|}}}
  | = None
+
  | = undefined
  | [[Artificer Slots::{{{Artificer Slots}}}]]
+
  | [[Thermal Value::{{{Thermal Value}}}]]
 
}}
 
}}
 
 
|}
 
|}
 
|}
 
|}
 
 
{{#IFEQ: {{PAGENAME}} | Contributing | |[[Category:Clothing]]}}</includeonly>
 
{{#IFEQ: {{PAGENAME}} | Contributing | |[[Category:Clothing]]}}</includeonly>
<noinclude>'''NOTE:'''This is a MODULAR template. It MUST be used before one the the following templates:
+
<noinclude>{{Notice|NOTE:|This is a MODULAR template. It MUST be used after one the the following templates:
*[[Template:Foraged]] if the item is a foraged.
+
*[[Template:Foraged]] if the item is foraged.
*[[Template:Crafted]] if the item is crafted.
+
*[[Template:Crafted]] if the item is crafted.}}
  
 
See [[Help:Contributing]] for instructions and examples for adding a new page to the wiki.
 
See [[Help:Contributing]] for instructions and examples for adding a new page to the wiki.
 +
  
 
{| style="float:left; width:320px; padding:0.2em; border:black 2px solid; border-radius:0.4em; background:#71583b; font-family:Calibri; margin-right:25px"
 
{| style="float:left; width:320px; padding:0.2em; border:black 2px solid; border-radius:0.4em; background:#71583b; font-family:Calibri; margin-right:25px"
{{Clothing | Equipment Slot=Head | Difficulty=100 to 0 | Artificer Slots=2}}</noinclude>
+
{{Clothing
 +
| Equipment Slot=Head  
 +
| Artificer Slots=2
 +
| Inventory Slots=
 +
| Thermal Value=10
 +
}}
 +
{|
 +
| style="vertical-align:top" |'''Code:'''
 +
----
 +
<pre>
 +
{{Clothing
 +
| Equipment Slot=
 +
| Artificer Slots=
 +
| Inventory Slots=
 +
| Thermal Value=
 +
}}</pre>
 +
|}</noinclude>

Latest revision as of 22:43, 13 December 2021

NOTE: This is a MODULAR template. It MUST be used after one the the following templates:


See Help:Contributing for instructions and examples for adding a new page to the wiki.


Clothing
Equipment Slot: Head
Artificer Slots: 2
Inventory Slots: None
Thermal: 10
Code:
{{Clothing
| Equipment Slot=
| Artificer Slots=
| Inventory Slots=
| Thermal Value=
}}