Difference between revisions of "Template:Artifact"

From Salem Wiki
Jump to: navigation, search
m
m
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|-
 
|-
 
|
 
|
{| style="width:100%; border:black 2px solid; background:#efebe5; padding=10px; vertical-align:bottom; text-align:center;"
+
{| style="width:100%; border:black 2px solid; background:#4c4c4c; padding:10px; vertical-align:bottom; text-align:center;"
| style="vertical-align:top; width:100px; text-align:left" |'''Difficulty:'''
+
| style="width:100px; text-align:left" |'''Difficulty:'''
| {{#switch: {{{Difficulty|}}}
+
| style="text-align:left" | {{#switch: {{{Difficulty|}}} | = ''unknown'' | {{{Difficulty}}} }}
| = ''unknown''
 
| {{{Difficulty}}}
 
}}
 
 
|-
 
|-
| style="vertical-align:top; text-align:left" | '''Proficiency Type:'''|| colspan=2 | {{#switch: {{{Proficiency Type|}}} | =None | {{T1|{{{Proficiency Type}}} }} }}
+
| style="vertical-align:top; width:100px; text-align:left" | '''Proficiency Type:'''
 +
| style="text-align:left" | {{#switch: {{{Proficiency Type|}}} | =None | {{T1|{{{Proficiency Type}}} }} {{#set:Proficiency Type={{{Proficiency Type}}} }} }}
 
|-
 
|-
 
| style="vertical-align:top; width:100px; text-align:left" |'''When Slotted:'''
 
| style="vertical-align:top; width:100px; text-align:left" |'''When Slotted:'''
Line 56: Line 54:
 
{{#if: {{{Woodworking| }}} | {{!}}[[Gives Woodworking::{{{Woodworking}}}]] Woodworking |}}
 
{{#if: {{{Woodworking| }}} | {{!}}[[Gives Woodworking::{{{Woodworking}}}]] Woodworking |}}
 
|-
 
|-
{{#if: {{{Pockets| }}} | {{!}}[[Gives Pockets::{{{Pockets}}}]] Pockets |}}
+
{{#if: {{{Pockets| }}} | {{!}}[[Gives Pockets::{{{Pockets}}}]] Pocket Slot|}}
 
|-
 
|-
{{#if: {{{Slots| }}} | {{!}}[[Gives Slots::{{{Slots}}}]] Inventory Slot |}}
+
{{#if: {{{Slots| }}} | {{!}}[[Gives Slots::{{{Slots}}}]] Artifact Slot |}}
 
|}
 
|}
 
|}
 
|}
Line 96: Line 94:
 
| Slots=22
 
| Slots=22
 
}}
 
}}
 +
{|
 +
| style="vertical-align:top" |'''Code:'''
 +
----
 
<pre>
 
<pre>
 
{{Artifact  
 
{{Artifact  
Line 123: Line 124:
 
| Slots=
 
| Slots=
 
}}
 
}}
</pre></noinclude>
+
</pre>
 +
|}
 +
</noinclude>

Latest revision as of 16:57, 4 December 2018

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


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

Artifact
Difficulty: 100 to 0
Proficiency Type: None
When Slotted:
1 Affluence
2 Alloying
3 Blunt Defence
4 Blunt Power
5 Common Combat Defence
6 Common Combat Power
7 Criminality
8 Feasting
9 Feral Defence
10 Impact Defence
11 Impact Power
12 Mining
13 Piercing Defence
14 Piercing Power
15 Productivity
16 Rummaging
17 Soil Digging
18 Spellpower
19 Weaving
20 Woodworking
21 Pocket Slot
22 Artifact Slot
Code:
{{Artifact 
| Difficulty=
| Proficiency Type=
| Affluence=
| Alloying=
| Blunt Defence=
| Blunt Power=
| Common Combat Defence=
| Common Combat Power=
| Criminality=
| Feasting=
| Feral Defence=
| Impact Defence=
| Impact Power=
| Mining=
| Piercing Defence=
| Piercing Power=
| Productivity=
| Rummaging=
| Soil Digging=
| Spellpower=
| Weaving=
| Woodworking=
| Pockets=
| Slots=
}}