Difference between revisions of "Template:Craftable"

From Salem Wiki
Jump to: navigation, search
(initial setup)
 
m (Text replacement - "#efebe5" to "#4c4c4c")
 
(6 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;">'''Craftable:'''</div>
+
<includeonly>|-
{| style="width:100%; border:black 2px solid; background:#efebe5; padding=20px; vertical-align:bottom; text-align:left;"
+
! style="color:white; font-size:1.4em" | '''Produce:'''
| style="width:80px;" |'''Skill(s) required:'''
 
| colspan=2 |{{#switch: {{{Skills required|}}} | ={{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = ul | link=none | template=i | default=None }}| {{T1|{{{Skills required}}} }} }}
 
 
|-
 
|-
| '''Object(s) required:''' || colspan=2 | {{#switch: {{{Objects required|}}} | =None | {{T4|{{{Objects required}}} }} }}
+
|
|}</includeonly>
+
{| style="width:100%; border:black 2px solid; background:#4c4c4c; vertical-align:bottom; text-align:left;"
<noinclude>
+
| 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}}} }} }}
 +
|-
 +
| '''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:
 +
*[[Template:Food]] if the item is a foraged food.
 +
*[[Template:Inspirational]] if the item is a foraged inspirational.
 +
*[[Template:Inspirational Food]] if the item is both an inspirational and a food.
 +
*[[Template:Artifact]] if the item is a foraged artifact.
 +
*[[Template:Inspirational Artifact]] if the item is foraged and both an inspirational and an artifact.}}
 +
 
 +
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"
 +
{{Craftable
 +
}}
 +
|}
 +
{|
 +
| style="vertical-align:top" |'''Code:'''
 +
----
 +
<pre>
 
{{Craftable
 
{{Craftable
| Skills required:
+
| Objects required=
| Objects required:
 
 
}}
 
}}
</noinclude>
+
</pre>
 +
|}</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=
}}