Difference between revisions of "Template:Clothing"

From Salem Wiki
Jump to: navigation, search
(Blanked the page)
 
(23 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
<includeonly>|-
 +
! style="color:white; font-size:1.4em" | {{#switch: {{{Type|}}}
 +
| = '''Clothing'''
 +
| '''{{{Type}}}'''
 +
}}
 +
|-
 +
|-
 +
|
 +
{| 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:'''
 +
| {{#switch: {{{Equipment Slot|}}}
 +
| = ''unknown''
 +
| [[Equipment Slot::{{{Equipment Slot}}}]]
 +
}}
 +
|-
 +
| style="vertical-align:top; width:100px;" |'''Artificer Slots:'''
 +
| {{#switch: {{{Artificer Slots|}}}
 +
| = None
 +
| [[Artificer Slots::{{{Artificer Slots}}}]]
 +
}}
 +
|-
 +
| style="vertical-align:top; width:100px;" |'''Inventory Slots:'''
 +
| {{#switch: {{{Inventory Slots|}}}
 +
| = None
 +
| [[Inventory Slots::{{{Inventory Slots}}}]]
 +
}}
 +
|-
 +
| style="vertical-align:top; width:100px;" |'''Thermal:'''
 +
| {{#switch: {{{Thermal Value|}}}
 +
| = undefined
 +
| [[Thermal Value::{{{Thermal Value}}}]]
 +
}}
 +
|}
 +
|}
 +
{{#IFEQ: {{PAGENAME}} | Contributing | |[[Category:Clothing]]}}</includeonly>
 +
<noinclude>{{Notice|NOTE:|This is a MODULAR template. It MUST be used after one the the following templates:
 +
*[[Template:Foraged]] if the item is foraged.
 +
*[[Template:Crafted]] if the item is crafted.}}
  
 +
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"
 +
{{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=
}}