Template:Crafting Recipe: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* '''Result:''' | * '''Result:''' | ||
: {{{Result|}}} | : {{{Result|}}} | ||
[[Category: | {{#ifeq:{{lc:{{{Alchemy Recipe|}}}}} | true | [[Category:Alchemy Recipe]] | }}{{#ifeq:{{lc:{{{Cooking Recipe|}}}}} | true | [[Category:Cooking Recipe]] | }}{{#ifeq:{{lc:{{{Fletching Recipe|}}}}} | true | [[Category:Fletching Recipe]] | }}{{#ifeq:{{lc:{{{Armor Tinkering Recipe|}}}}} | true | [[Category:Armor Tinkering Recipe]] | }}{{#ifeq:{{lc:{{{Item Tinkering Recipe|}}}}} | true | [[Category:Item Tinkering Recipe]] | }}{{#ifeq:{{lc:{{{Magic Item Tinkering Recipe|}}}}} | true | [[Category:Magic Item Tinkering Recipe]] | }}{{#ifeq:{{lc:{{{Weapon Tinkering Recipe|}}}}} | true | [[Category:Weapon Tinkering Recipe]] | }}{{#ifeq:{{lc:{{{Lockpicking Recipe|}}}}} | true | [[Category:Lockpicking Recipe]] | }}</includeonly><noinclude> | ||
{{Related|Wiki Templates|Crafting Template|{{mtl| | {{Related|Wiki Templates|Crafting Template|{{mtl|Recipe Table}}|{{mtl|Food}}}} | ||
== General == | == General == | ||
* This template is used for Crafting | * This template is used for all [[Crafting]] recipes. | ||
* | * Replace False with True for the appropriate skill recipe type/s. | ||
* [[Naming Conventions]] are enforced and icon images must follow the format <code>Name Icon.png</code> (case sensitive). | * [[Naming Conventions]] are enforced and icon images must follow the format <code>Name Icon.png</code> (case sensitive). | ||
* Use the first two "Ingredients" for the Ingredients, the last one for the result | * Use the first two "Ingredients" for the Ingredients, the last one for the result. | ||
* Add as many lines as needed | * Add as many lines as needed. | ||
* The last line, ending with the PAGENAME, will show the end result. | * The last line, ending with the PAGENAME, will show the end result. | ||
== Syntax == | == Syntax == | ||
<pre> | <pre> | ||
{{Crafting Recipe | {{Crafting Recipe | ||
| Tools = [[Tool]], [[Tool]] | | Alchemy Recipe = False | ||
| Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]] | | Cooking Recipe = False | ||
| | | Fletching Recipe = False | ||
| Armor Tinkering Recipe = False | |||
| Item Tinkering Recipe = False | |||
| Magic Item Tinkering Recipe = False | |||
| Weapon Tinkering Recipe = False | |||
| Lockpicking Recipe = False | |||
| Tools = [[Tool]], [[Tool]] | |||
| Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]] | |||
| Result = (Number) {{PAGENAME}} | |||
}} | }} | ||
* Steps: | * Steps: | ||
Line 34: | Line 42: | ||
}} | }} | ||
:<font color=green>(Optional:Crafting Message)<br></font> | :<font color=green>(Optional:Crafting Message)<br></font> | ||
</pre> | </pre> | ||
Line 41: | Line 47: | ||
See [[Iron Lodestone]] | See [[Iron Lodestone]] | ||
<pre> | <pre> | ||
{{Recipe | {{Crafting Recipe | ||
| Tools = [[Mortar and Pestle]], [[Crucible]] | | Alchemy Recipe = True | ||
| Ingredients = 1 [[Iron Scarab]] | | Cooking Recipe = False | ||
| | | Fletching Recipe = False | ||
| Armor Tinkering Recipe = False | |||
| Item Tinkering Recipe = False | |||
| Magic Item Tinkering Recipe = False | |||
| Weapon Tinkering Recipe = False | |||
| Lockpicking Recipe = False | |||
| Tools = [[Mortar and Pestle]], [[Crucible]] | |||
| Ingredients = 1 [[Iron Scarab]] | |||
| Result = 1 {{PAGENAME}} | |||
}} | }} | ||
Revision as of 23:38, 11 October 2012
Related topics: Wiki Templates, Crafting Template, {{Recipe Table}}, {{Food}}
General
- This template is used for all Crafting recipes.
- Replace False with True for the appropriate skill recipe type/s.
- Naming Conventions are enforced and icon images must follow the format
Name Icon.png
(case sensitive). - Use the first two "Ingredients" for the Ingredients, the last one for the result.
- Add as many lines as needed.
- The last line, ending with the PAGENAME, will show the end result.
Syntax
{{Crafting Recipe | Alchemy Recipe = False | Cooking Recipe = False | Fletching Recipe = False | Armor Tinkering Recipe = False | Item Tinkering Recipe = False | Magic Item Tinkering Recipe = False | Weapon Tinkering Recipe = False | Lockpicking Recipe = False | 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>
Example
See Iron Lodestone
{{Crafting Recipe | Alchemy Recipe = True | Cooking Recipe = False | Fletching Recipe = False | Armor Tinkering Recipe = False | Item Tinkering Recipe = False | Magic Item Tinkering Recipe = False | Weapon Tinkering Recipe = False | Lockpicking Recipe = False | Tools = [[Mortar and Pestle]], [[Crucible]] | Ingredients = 1 [[Iron Scarab]] | Result = 1 {{PAGENAME}} }} * Steps: {{Crafting Table | Ingredient 1 = Mortar and Pestle | Ingredient 2 = Iron Scarab | Result = Powdered Iron }} {{Crafting Table | Ingredient 1 = Crucible | Ingredient 2 = Powdered Iron | Result = {{PAGENAME}} }}