Template:Crafting: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
m (New page: <includeonly> {|border=0 cellpadding=0 cellspacing=3 style=width:100% |-valign=top | {|border=1 cellspacing=0 cellpadding=5 width=300 style=background:#F0F0F0 |colspan=2 align=center|'''{{...)
 
imported>Arkalor's Bot
(Removing crafting category tag (using crafting subcategories for ingredients and recipes by skill type))
 
(4 intermediate revisions by 2 users not shown)
Line 10: Line 10:
|-
|-
|colspan=2|  
|colspan=2|  
{{#ifeq:{{{Description|}}}|||{{#ifeq:{{{Description| }}}| ||{{{Description}}}<br><br>}}}}{{#ifeq:{{{Special Properties|}}}|||{{#ifeq:{{{Special Properties| }}}| ||[[Special Properties]]: {{{Special Properties}}}<br><br>}}}}{{#ifeq:{{{Description Two|}}}|||{{#ifeq:{{{Description Two| }}}| ||{{{Description Two}}}<br><br>}}}}{{#ifeq:{{{Cannot Be Sold|False}}}|True|This item cannot be sold.<br><br>|}}
{{#ifeq:{{{Description|}}}|||{{#ifeq:{{{Description| }}}| ||{{{Description}}}<br><br>}}}}{{#ifeq:{{{Special Properties|}}}|||{{#ifeq:{{{Special Properties| }}}| ||[[Special Properties]]: {{{Special Properties}}}<br><br>}}}}{{#ifeq:{{{Description Two|}}}|||{{#ifeq:{{{Description Two| }}}| ||{{{Description Two}}}<br><br>}}}}{{#ifeq:{{{Spells|}}}|||Casts the following spells: {{{Spells}}}<br><br>}}{{#ifeq:{{{Activation Reqs|}}}|||Activation Requirements: {{{Activation Reqs}}}<br><br>}}{{#ifeq:{{{Spellcraft|}}}|||Spellcraft: {{{Spellcraft}}}<br>}}{{#ifeq:{{{Mana|}}}|||Mana: {{{Mana}}}<br>}}{{#ifeq:{{{Mana|}}}|||Mana Cost: 1 point per {{{Mana Cost|??}}} seconds.<br>}}{{#ifeq:{{lc:{{{Cannot Be Sold|False}}} }}|true|<br>This item cannot be sold.<br>|}}
|}
|}
|width=20|
|width=20|
Line 23: Line 23:
   }}
   }}
}}
}}
|}
|}</includeonly><noinclude>
 
{{Related|Wiki Templates|Crafting Template}}
[[Category:Crafting]]
</includeonly>
<noinclude>
{{Related|Wiki Templates|Crafting Template|Template:Crafting Recipe|Template:Food}}
== General ==
* This template can be used for Crafting Items which are not Food or Cooking Ingredients.
* Remove the line "Description Two" if the item is not used in crafting,or otherwise not appropriate
* Remove the lines from the Notes which are not appropriate (i.e. if not a creature drop, not sold by vendors, or does not require a recipe)
 
== Syntax ==
== Syntax ==
<pre>
<pre>
{{Intro
| Patch Introduced =
|  Related Quests =
|          Updated =
}}
{{Crafting
{{Crafting
  |              Name =  
  |              Name =  
Line 54: Line 39:
  |    Cannot Be Sold = True
  |    Cannot Be Sold = True
}}
}}
==Notes==
* {{Trophy Drops|{{PAGENAME}}}}
* {{Sold By|{{PAGENAME}}}}
* [[:Special:Whatlinkshere/{{PAGENAME}} | Recipes]] which call for {{PAGENAME}}.
* Does not stack. / Stack Size: ??
==Recipe==
{{Crafting Recipe
|                Tools = [[Tool]], [[Tool]]
|          Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]]
|              Result = (Number) {{PAGENAME}}
}}
* '''Steps:'''
{{Recipe Table
|        Ingredient 1 =
|        Ingredient 2 =
|              Result =
}}
{{Recipe Table
|        Ingredient 1 =
|        Ingredient 2 =
|              Result = {{PAGENAME}}
}}
:<font color=green>(Optional:Crafting Message)<br></font>
If appropriate:
[[Category:Fletching]
[[Category:Alchemy]]
[[Category:Potion]]
[[Category:Dye Related]]
[[Category:Consumable Item]]
[[Category:Item Tinkering]]
[[Category:Magic Item Tinkering]]
</pre>
</pre>
== Example ==
See [[Iron Lodestone]]


<pre>
== Usage ==
{{Intro
This is a component template that is part of a [[Page Template]]. See [[Crafting Template]] for details on usage and an example.
| Patch Introduced = [[All That They Survey]]
|  Related Quests = [[Crafter (Quest)]]
|          Updated =
}}
{{Crafting
|              Name = Iron Lodestone
|        Icon Image = Iron Lodestone Icon.png
|        Live Image =  Live.jpg
| Live Image Caption =
|              Value = 10
|            Burden = 25
|        Description = A small iron lodestone.
|    Description Two =
| Special Properties = [[Attuned]], [[Bonded]]
|    Cannot Be Sold = True
}}
 
 
==Notes==
* [[:Special:Whatlinkshere/{{PAGENAME}} | Recipes]] which call for {{PAGENAME}}.
* Stack Size: ??
 
==Recipe==
{{Crafting Recipe
|                Tools = [[Mortar and Pestle]], [[Crucible]]
|          Ingredients = 1 [[Iron Scarab]]
|              Result = 1 {{PAGENAME}}
}}


* Steps:
[[Category:Wiki Template]]
{{Recipe Table
|        Ingredient 1 = Mortar and Pestle
|        Ingredient 2 = Iron Scarab
|              Result = Powdered Iron
}}
{{Recipe Table
|        Ingredient 1 = Crucible
|        Ingredient 2 = Powdered Iron
|              Result = {{PAGENAME}}
}}
 
:<font color=green>You swiftly grind the scarab into powder.
:The powder congeals into a gem-like substance. The process is a success! <br></font>
 
[[Category:Alchemy]]
</pre>
</noinclude>
</noinclude>

Latest revision as of 20:56, 8 October 2012

Related topics: Wiki Templates, Crafting Template

Syntax

{{Crafting
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  Live.jpg
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 |    Description Two = This item is used in .
 | Special Properties = 
 |     Cannot Be Sold = True
}}

Usage

This is a component template that is part of a Page Template. See Crafting Template for details on usage and an example.