Difference between revisions of "Template:Crafted"

From Salem Wiki
Jump to: navigation, search
m
(typo (the the = of the), explanation of the forced "skills required" feature)
Line 20: Line 20:
 
| style="vertical-align:top;" | '''Structures'''<br />{{#ask: [[Category:Structures]] [[Requires::{{PAGENAME}}]] | ?Objects | format = ul | default=None }}  
 
| style="vertical-align:top;" | '''Structures'''<br />{{#ask: [[Category:Structures]] [[Requires::{{PAGENAME}}]] | ?Objects | format = ul | default=None }}  
 
|}</includeonly>
 
|}</includeonly>
<noinclude>{{Notice|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 before one of the following templates:
 
*[[Template:Food]] if the item is a crafted food.
 
*[[Template:Food]] if the item is a crafted food.
 
*[[Template:Inspirational]] if the item is a crafted inspirational.
 
*[[Template:Inspirational]] if the item is a crafted inspirational.
Line 50: Line 50:
 
</pre>
 
</pre>
 
|}
 
|}
 +
 +
If you for some reason want to add a required skill (or several) to an object outside of the skill template you can force it by adding a "Skills required" line. However, please only use this as an exception for special cases, such as Salem shop items or similar; objects unlocked by a skill otherwise, directly, or indirectly (such as variable crafts of one craft) should be listed on the skill page, and that way be automatically displayed as a required skill for that object.
 +
<pre>{{Crafted
 +
| Skills required=
 +
| Objects required=
 +
| Weight=
 +
}}
 +
</pre>
 
</noinclude>
 
</noinclude>

Revision as of 05:08, 7 June 2017

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


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

Crafted icon.png Crafted
Skill(s) required: None
Object(s) required: None
Weight: unknown
Required by: Objects
None
Structures
None
Code:
{{Crafted
| Objects required= 
| Weight=
}}

If it's standalone use:

{{Crafted
| Objects required= 
| Weight=
}}
|}

If you for some reason want to add a required skill (or several) to an object outside of the skill template you can force it by adding a "Skills required" line. However, please only use this as an exception for special cases, such as Salem shop items or similar; objects unlocked by a skill otherwise, directly, or indirectly (such as variable crafts of one craft) should be listed on the skill page, and that way be automatically displayed as a required skill for that object.

{{Crafted
| Skills required=
| Objects required= 
| Weight=
}}