Difference between revisions of "Template:Craftable"

From Salem Wiki
Jump to: navigation, search
m (Text replacement - "#efebe5" to "#4c4c4c")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><!--<div style="margin:0.2em 0em 0.2em 0em; color:white; font-size:1.4em; text-align:center;">'''Produce:'''</div>-->|-
+
<includeonly>|-
! style="color:white; font-size:1.4em" | '''Healing:'''
+
! style="color:white; font-size:1.4em" | '''Produce:'''
 
|-
 
|-
 
|
 
|
{| style="width:100%; border:black 2px solid; background:#efebe5; vertical-align:bottom; text-align:left;"
+
{| style="width:100%; border:black 2px solid; background:#4c4c4c; vertical-align:bottom; text-align:left;"
| style="width:80px;" |'''Skill(s) required:'''
+
| style="width:80px;" |'''Skill(s) Required:'''
 
|{{#switch: {{{Skills required|}}} | ={{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = ul | link=none | template=i | default=None }}| {{T1|{{{Skills required}}} }} }}
 
|{{#switch: {{{Skills required|}}} | ={{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = ul | link=none | template=i | default=None }}| {{T1|{{{Skills required}}} }} }}
 
|-
 
|-
| '''Object(s) required:''' ||{{#switch: {{{Objects required|}}} | =None | {{T4|{{{Objects required}}} }} }}
+
| '''Object(s) Required:''' ||{{#switch: {{{Objects required|}}} | =None | {{T4|{{{Objects required}}} }} }}
 
|}</includeonly><noinclude>{{Notice|NOTE:|This is a MODULAR template. It is designed to be used after [[Template:Foraged]], but before:
 
|}</includeonly><noinclude>{{Notice|NOTE:|This is a MODULAR template. It is designed to be used after [[Template:Foraged]], but before:
 
*[[Template:Food]] if the item is a foraged food.
 
*[[Template:Food]] if the item is a foraged food.
Line 20: Line 20:
 
{{Craftable
 
{{Craftable
 
}}
 
}}
 +
|}
 +
{|
 +
| style="vertical-align:top" |'''Code:'''
 +
----
 +
<pre>
 +
{{Craftable
 +
| Objects required=
 +
}}
 +
</pre>
 
|}</noinclude>
 
|}</noinclude>

Latest revision as of 18:33, 17 February 2018

NOTE: This is a MODULAR template. It is designed to be used after Template:Foraged, but before:


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

Produce:
Skill(s) Required: None
Object(s) Required: None
Code:
{{Craftable
| Objects required=
}}